Home
last modified time | relevance | path

Searched refs:category (Results 1 – 18 of 18) sorted by relevance

/picolibc-3.5.0-3.4.0/newlib/libc/ctype/
Dcategories.h8 enum category { enum
13 extern enum category category(uint32_t ucs);
Dcategories.c11 enum category cat: 8;
24 static enum category
45 enum category category(uint32_t ucs) in category() function
Diswblank_l.c18 enum category cat = category (c); in iswblank_l()
Diswcntrl_l.c18 enum category cat = category (c); in iswcntrl_l()
Diswlower_l.c20 enum category cat = category (c); in iswlower_l()
Diswupper_l.c20 enum category cat = category (c); in iswupper_l()
Diswprint_l.c18 enum category cat = category (c); in iswprint_l()
Diswspace_l.c18 enum category cat = category (c); in iswspace_l()
Diswalpha_l.c18 enum category cat = category (c); in iswalpha_l()
Diswalnum_l.c19 enum category cat = category (c); in iswalnum_l()
Diswgraph_l.c18 enum category cat = category (c); in iswgraph_l()
Diswpunct_l.c19 enum category cat = category (c); in iswpunct_l()
Dmkunidata55 echo generating character category table for "isw*.c"
/picolibc-3.5.0-3.4.0/newlib/libc/locale/
Dlocale.c288 int category, in setlocale() argument
291 (void) category; in setlocale()
307 if (category < LC_ALL || category >= _LC_LAST) in setlocale()
314 return category != LC_ALL ? __get_global_locale ()->categories[category] in setlocale()
328 if (category == LC_ALL) in setlocale()
343 env = __get_locale_env (category); in setlocale()
349 strcpy (new_categories[category], env); in setlocale()
352 else if (category != LC_ALL) in setlocale()
359 strcpy (new_categories[category], locale); in setlocale()
408 if (category != LC_ALL) in setlocale()
[all …]
/picolibc-3.5.0-3.4.0/newlib/libc/string/
Duniset13 my (%name, %invname, %category, %comment);
188 $category{$ucs} = $3;
260 for $i (keys(%category)) {
261 $used{$i} = "[${cat}]" if $category{$i} eq $cat;
266 for $i (keys(%category)) {
267 delete $used{$i} if $category{$i} eq $cat;
272 for $i (keys(%category)) {
273 delete $used{$i} unless $category{$i} eq $cat;
643 if ($category{$i} eq 'Mn') {
646 } elsif ($category{$i} eq 'Me') {
/picolibc-3.5.0-3.4.0/newlib/libc/include/
Dlanginfo.h322 #define NL_LOCALE_NAME(category) (_NL_LOCALE_NAME_BASE + (category)) argument
/picolibc-3.5.0-3.4.0/newlib/
DNEWS79 character category data
DChangeLog-20154865 * libc/locale/lctype.c: New file to define and load LC_CTYPE category.
4884 * libc/locale/locale.c (loadlocale): Return doing nothing if category
4885 locale didn't change. Convert category if chain to switch statement.
4896 (nl_Langinfo): Return correct codeset for each locale category. Return
4906 strings in LC_TIME category if __HAVE_LOCALE_INFO_EXTENDED__ is defined.
5089 LC_TIME locale category. Conditionalize using _WANT_C99_TIME_FORMATS
5129 category data with __HAVE_LOCALE_INFO__ rather than __CYGWIN__.
6801 pointers if category is LC_CTYPE.
8964 (ELIX_4_SOURCES): New category, for memmem.