/locale/ |
A D | loadarchive.c | 69 uint32_t from; member 96 uint32_t from; member 105 return ((struct range *) p1)->from - ((struct range *) p2)->from; in rangecmp() 344 size_t from; in _nl_load_locale_from_archive() local 360 && mapped->from <= ranges[cnt].from in _nl_load_locale_from_archive() 377 from = ranges[cnt].from & ~(ps - 1); in _nl_load_locale_from_archive() 388 if (mapped != NULL && ranges[upper].from >= mapped->from) in _nl_load_locale_from_archive() 418 fd, from); in _nl_load_locale_from_archive() 432 newp->from = from; in _nl_load_locale_from_archive() 442 assert (ranges[cnt].from >= from); in _nl_load_locale_from_archive() [all …]
|
A D | Versions | 25 # functions from the experimental locale implementation 43 # more functions from the experimental locale implementation 46 # missing function from the experimental locale implementation
|
A D | categories.def | 127 DEFINE_ELEMENT (_NL_CTYPE_TRANSLIT_FROM_IDX, "ctype-translit-from-idx", std, wstring) 128 DEFINE_ELEMENT (_NL_CTYPE_TRANSLIT_FROM_TBL, "ctype-translit-from-tbl", std, wstring)
|
/locale/programs/ |
A D | repertoire.c | 42 uint32_t value, const char *from, 397 insert_entry (ht, from, strlen (from), in repertoire_new_char() 403 sizeof (value), (void *) from); in repertoire_new_char() 411 len1 = strlen (from); in repertoire_new_char() 421 cp = &from[len1 - 1]; in repertoire_new_char() 423 while (isdigit (*cp) && cp >= from) in repertoire_new_char() 426 while (isxdigit (*cp) && cp >= from) in repertoire_new_char() 434 prefix_len = (cp - from) + 1; in repertoire_new_char() 436 if (cp == &from[len1 - 1] || strncmp (from, to, prefix_len) != 0) in repertoire_new_char() 448 from, to); in repertoire_new_char() [all …]
|
A D | charmap.c | 46 const char *from, const char *to, 50 const char *from, const char *to, 871 from_val = charmap_find_value (result, from, strlen (from)); in new_width() 935 const char *from, const char *to, in charmap_new_char() argument 948 len1 = strlen (from); in charmap_new_char() 955 newp->name = from; in charmap_new_char() 958 if ((from[0] == 'U' || from[0] == 'P') && (len1 == 5 || len1 == 9)) in charmap_new_char() 975 if (endp - from != len1 in charmap_new_char() 1002 cp = &from[len1 - 1]; in charmap_new_char() 1015 prefix_len = (cp - from) + 1; in charmap_new_char() [all …]
|
A D | ld-measurement.c | 74 struct localedef_t *from = locale; in measurement_finish() local 77 from = find_locale (LC_MEASUREMENT, in measurement_finish() 78 from->copy_name[LC_MEASUREMENT], in measurement_finish() 79 from->repertoire_name, charmap); in measurement_finish() 80 while (from->categories[LC_MEASUREMENT].measurement == NULL in measurement_finish() 81 && from->copy_name[LC_MEASUREMENT] != NULL); in measurement_finish() 84 = from->categories[LC_MEASUREMENT].measurement; in measurement_finish()
|
A D | ld-paper.c | 72 struct localedef_t *from = locale; in paper_finish() local 75 from = find_locale (LC_PAPER, from->copy_name[LC_PAPER], in paper_finish() 76 from->repertoire_name, charmap); in paper_finish() 77 while (from->categories[LC_PAPER].paper == NULL in paper_finish() 78 && from->copy_name[LC_PAPER] != NULL); in paper_finish() 81 = from->categories[LC_PAPER].paper; in paper_finish()
|
A D | ld-name.c | 76 struct localedef_t *from = locale; in name_finish() local 79 from = find_locale (LC_NAME, from->copy_name[LC_NAME], in name_finish() 80 from->repertoire_name, charmap); in name_finish() 81 while (from->categories[LC_NAME].name == NULL in name_finish() 82 && from->copy_name[LC_NAME] != NULL); in name_finish() 85 = from->categories[LC_NAME].name; in name_finish()
|
A D | ld-telephone.c | 75 struct localedef_t *from = locale; in telephone_finish() local 78 from = find_locale (LC_TELEPHONE, from->copy_name[LC_TELEPHONE], in telephone_finish() 79 from->repertoire_name, charmap); in telephone_finish() 80 while (from->categories[LC_TELEPHONE].telephone == NULL in telephone_finish() 81 && from->copy_name[LC_TELEPHONE] != NULL); in telephone_finish() 84 = from->categories[LC_TELEPHONE].telephone; in telephone_finish()
|
A D | ld-messages.c | 79 struct localedef_t *from = locale; in messages_finish() local 82 from = find_locale (LC_MESSAGES, from->copy_name[LC_MESSAGES], in messages_finish() 83 from->repertoire_name, charmap); in messages_finish() 84 while (from->categories[LC_MESSAGES].messages == NULL in messages_finish() 85 && from->copy_name[LC_MESSAGES] != NULL); in messages_finish() 88 = from->categories[LC_MESSAGES].messages; in messages_finish()
|
A D | ld-numeric.c | 80 struct localedef_t *from = locale; in numeric_finish() local 83 from = find_locale (LC_NUMERIC, from->copy_name[LC_NUMERIC], in numeric_finish() 84 from->repertoire_name, charmap); in numeric_finish() 85 while (from->categories[LC_NUMERIC].numeric == NULL in numeric_finish() 86 && from->copy_name[LC_NUMERIC] != NULL); in numeric_finish() 89 = from->categories[LC_NUMERIC].numeric; in numeric_finish()
|
A D | ld-identification.c | 113 struct localedef_t *from = locale; in identification_finish() local 116 from = find_locale (LC_IDENTIFICATION, in identification_finish() 117 from->copy_name[LC_IDENTIFICATION], in identification_finish() 118 from->repertoire_name, charmap); in identification_finish() 119 while (from->categories[LC_IDENTIFICATION].identification == NULL in identification_finish() 120 && from->copy_name[LC_IDENTIFICATION] != NULL); in identification_finish() 123 = from->categories[LC_IDENTIFICATION].identification; in identification_finish()
|
A D | ld-address.c | 116 struct localedef_t *from = locale; in address_finish() local 119 from = find_locale (LC_ADDRESS, from->copy_name[LC_ADDRESS], in address_finish() 120 from->repertoire_name, charmap); in address_finish() 121 while (from->categories[LC_ADDRESS].address == NULL in address_finish() 122 && from->copy_name[LC_ADDRESS] != NULL); in address_finish() 125 = from->categories[LC_ADDRESS].address; in address_finish()
|
A D | ld-ctype.c | 75 uint32_t *from; member 87 uint32_t from; member 416 from = find_locale (LC_CTYPE, from->copy_name[LC_CTYPE], in ctype_finish() 889 if (runp->from < cmpp->from) in ctype_finish() 1396 from); in charclass_symbolic_ellipsis() 1697 if (trunp->from[0] == wch && trunp->from[1] == 0) in find_translit2() 1951 uint32_t from; in read_translit_ignore_entry() local 1968 from = now->val.ucs4; in read_translit_ignore_entry() 1983 newp->from = from; in read_translit_ignore_entry() 1984 newp->to = from; in read_translit_ignore_entry() [all …]
|
A D | ld-monetary.c | 175 struct localedef_t *from = locale; in monetary_finish() local 178 from = find_locale (LC_MONETARY, from->copy_name[LC_MONETARY], in monetary_finish() 179 from->repertoire_name, charmap); in monetary_finish() 180 while (from->categories[LC_MONETARY].monetary == NULL in monetary_finish() 181 && from->copy_name[LC_MONETARY] != NULL); in monetary_finish() 184 = from->categories[LC_MONETARY].monetary; in monetary_finish()
|
A D | charmap.h | 30 struct charseq *from; member
|
A D | ld-time.c | 147 struct localedef_t *from = locale; in time_finish() local 150 from = find_locale (LC_TIME, from->copy_name[LC_TIME], in time_finish() 151 from->repertoire_name, charmap); in time_finish() 152 while (from->categories[LC_TIME].time == NULL in time_finish() 153 && from->copy_name[LC_TIME] != NULL); in time_finish() 156 = from->categories[LC_TIME].time; in time_finish()
|
A D | ld-collate.c | 1322 long int from; in handle_ellipsis() local 1346 from = strtol (startp->name + preflen, &cp, base); in handle_ellipsis() 1347 if ((from == UINT_MAX && errno == ERANGE) || *cp != '\0') in handle_ellipsis() 1359 for (++from; from < to; ++from) in handle_ellipsis() 1368 (int) (lenfrom - preflen), from); in handle_ellipsis() 2932 unsigned long int from; in collate_read() local 2942 from = strtoul (&symbol[prefixlen], &endp, in collate_read() 2953 if (from > to) in collate_read() 2957 while (from <= to) in collate_read() 2969 (int) (symbol_len - prefixlen), from); in collate_read() [all …]
|
A D | locfile-kw.gperf | 65 from, tok_from, 0
|