Home
last modified time | relevance | path

Searched refs:categories (Results 1 – 15 of 15) sorted by relevance

/picolibc-latest/newlib/libc/ctype/
Dcategories.c20 static const struct _category categories[] = { variable
47 return bisearch_cat(ucs, categories, in category()
48 sizeof(categories) / sizeof(*categories) - 1); in category()
Dmkcategories69 ) | sh > categories.t
71 sed -e "s/.*\(CAT_[A-Za-z]*\).*/ \1,/" categories.t |
72 sort | uniq > categories.cat
Dmeson.build36 'categories.c',
109 'categories.h',
DCMakeLists.txt36 categories.c
Dctype.tex32 to classify characters into several categories (alphabetic,
/picolibc-latest/newlib/libc/locale/
Dlocale.c167 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 …]
Dgetlocalename_l.c69 __get_global_locale ()->categories[category]); in getlocalename_l()
72 return locobj->categories[category]; in getlocalename_l()
Dduplocale.c103 tmp_locale.categories[i][0] = '\0'; /* __loadlocale tests this! */ in duplocale()
104 if (!__loadlocale (&tmp_locale, i, locobj->categories[i])) in duplocale()
Dnewlocale.c156 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()
Dsetlocale.h176 char categories[_LC_LAST][ENCODING_LEN + 1]; member
Dnl_langinfo.c319 return locale->categories[item in nl_langinfo_l()
/picolibc-latest/newlib/libc/posix/
Dregex2.h158 cat_t *categories; /* ->catspace[-CHAR_MIN] */ member
Dregcomp.c244 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/
DCOPYING.picolibc2923 Files: newlib/libc/ctype/categories.c
2924 newlib/libc/ctype/categories.h
/picolibc-latest/newlib/
DChangeLog-201515299 * libc/sys/linux/iconv/categories.def: Ditto.