Searched refs:c (Results 1 – 8 of 8) sorted by relevance
/locale/ |
A D | tst-C-locale.c | 241 int c; in run_test() local 385 for (c = 0; c < 128; ++c) in run_test() 388 if (is##name (c) != is##name##_l (c, loc)) \ in run_test() 391 #name, c, #name, c); \ in run_test() 409 if (to##name (c) != to##name##_l (c, loc)) \ in run_test() 412 #name, c, #name, c, \ in run_test() 413 to##name (c), to##name##_l (c, loc)); \ in run_test() 423 for (c = 0; c < 128; ++c) in run_test() 427 if (isw##name (c) != isw##name##_l (c, loc)) \ in run_test() 430 #name, c, #name, c); \ in run_test() [all …]
|
A D | Makefile | 50 vpath %.c programs ../crypt 72 CFLAGS-md5.c += -I../crypt 106 CFLAGS-charmap.c += -Wno-write-strings -Wno-char-subscripts 107 CFLAGS-locfile.c += -Wno-write-strings -Wno-char-subscripts 108 CFLAGS-charmap-dir.c += -Wno-write-strings
|
A D | localeinfo.h | 183 #define _ISCTYPE(c, desc) \ argument 184 (((((const uint32_t *) (desc)) - 8)[(c) >> 5] >> ((c) & 0x1f)) & 1)
|
A D | C-translit.h.in | 412 "\x2100" "a/c" # <U2100> ACCOUNT OF 415 "\x2105" "c/o" # <U2105> CARE OF 416 "\x2106" "c/u" # <U2106> CADA UNA 494 "\x217d" "c" # <U217D> SMALL ROMAN NUMERAL ONE HUNDRED 614 "\x249e" "(c)" # <U249E> PARENTHESIZED LATIN SMALL LETTER C 666 "\x24d2" "(c)" # <U24D2> CIRCLED LATIN SMALL LETTER C 951 "\xff43" "c" # <UFF43> FULLWIDTH LATIN SMALL LETTER C 1007 "\x0001d41c" "c" # <U0001D41C> MATHEMATICAL BOLD SMALL C 1059 "\x0001d450" "c" # <U0001D450> MATHEMATICAL ITALIC SMALL C 1154 "\x0001d4b8" "c" # <U0001D4B8> MATHEMATICAL SCRIPT SMALL C [all …]
|
A D | iso-4217.def | 3 * This is used in monetary.c(monetary_check).
|
A D | iso-3166.def | 3 * This is used in ld-address.c (address_finish).
|
A D | iso-639.def | 3 * This is used in ld-address.c (address_finish).
|
/locale/programs/ |
A D | ld-collate.c | 1682 int c = memcmp ((*eptr)->mbs, runp->mbs, runp->nmbs); in collate_finish() local 1684 if (c == 0) in collate_finish() 1698 else if (c < 0) in collate_finish() 1786 int c = wmemcmp ((wchar_t *) (*eptr)->wcs, in collate_finish() local 1789 if (c == 0) in collate_finish() 1803 else if (c < 0) in collate_finish()
|
Completed in 25 milliseconds