Searched refs:categories (Results 1 – 15 of 15) sorted by relevance
/picolibc-latest/newlib/libc/ctype/ |
D | categories.c | 20 static const struct _category categories[] = { variable 47 return bisearch_cat(ucs, categories, in category() 48 sizeof(categories) / sizeof(*categories) - 1); in category()
|
D | mkcategories | 69 ) | sh > categories.t 71 sed -e "s/.*\(CAT_[A-Za-z]*\).*/ \1,/" categories.t | 72 sort | uniq > categories.cat
|
D | meson.build | 36 'categories.c', 109 'categories.h',
|
D | CMakeLists.txt | 36 categories.c
|
D | ctype.tex | 32 to classify characters into several categories (alphabetic,
|
/picolibc-latest/newlib/libc/locale/ |
D | locale.c | 167 static char *categories[_LC_LAST] = { variable 293 return category != LC_ALL ? __get_global_locale ()->categories[category] in setlocale() 300 strcpy (new_categories[i], __get_global_locale ()->categories[i]); in setlocale() 410 strcpy (saved_categories[i], __get_global_locale ()->categories[i]); in setlocale() 438 strcpy (global_locale_string, __get_global_locale ()->categories[1]); in currentlocale() 441 if (strcmp (__get_global_locale ()->categories[1], in currentlocale() 442 __get_global_locale ()->categories[i])) in currentlocale() 448 __get_global_locale ()->categories[i]); in currentlocale() 482 if (!strcmp (new_locale, loc->categories[category])) in __loadlocale() 483 return loc->categories[category]; in __loadlocale() [all …]
|
D | getlocalename_l.c | 69 __get_global_locale ()->categories[category]); in getlocalename_l() 72 return locobj->categories[category]; in getlocalename_l()
|
D | duplocale.c | 103 tmp_locale.categories[i][0] = '\0'; /* __loadlocale tests this! */ in duplocale() 104 if (!__loadlocale (&tmp_locale, i, locobj->categories[i])) in duplocale()
|
D | newlocale.c | 156 strcpy (new_categories[i], base ? base->categories[i] : "C"); in newlocale() 164 || !strcmp (base->categories[i], new_categories[i]))) in newlocale() 166 strcpy (tmp_locale.categories[i], new_categories[i]); in newlocale()
|
D | setlocale.h | 176 char categories[_LC_LAST][ENCODING_LEN + 1]; member
|
D | nl_langinfo.c | 319 return locale->categories[item in nl_langinfo_l()
|
/picolibc-latest/newlib/libc/posix/ |
D | regex2.h | 158 cat_t *categories; /* ->catspace[-CHAR_MIN] */ member
|
D | regcomp.c | 244 g->categories = &g->catspace[-(CHAR_MIN)]; in regcomp() 1030 cat_t *cap = p->g->categories; in ordinary() 1447 cat_t *cats = g->categories; in categorize()
|
/picolibc-latest/ |
D | COPYING.picolibc | 2923 Files: newlib/libc/ctype/categories.c 2924 newlib/libc/ctype/categories.h
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 15299 * libc/sys/linux/iconv/categories.def: Ditto.
|