Searched refs:category (Results 1 – 18 of 18) sorted by relevance
8 enum category { enum13 extern enum category category(uint32_t ucs);
11 enum category cat: 8;24 static enum category45 enum category category(uint32_t ucs) in category() function
18 enum category cat = category (c); in iswblank_l()
18 enum category cat = category (c); in iswcntrl_l()
20 enum category cat = category (c); in iswlower_l()
20 enum category cat = category (c); in iswupper_l()
18 enum category cat = category (c); in iswprint_l()
18 enum category cat = category (c); in iswspace_l()
18 enum category cat = category (c); in iswalpha_l()
19 enum category cat = category (c); in iswalnum_l()
18 enum category cat = category (c); in iswgraph_l()
19 enum category cat = category (c); in iswpunct_l()
55 echo generating character category table for "isw*.c"
288 int category, in setlocale() argument291 (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 …]
13 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') {
322 #define NL_LOCALE_NAME(category) (_NL_LOCALE_NAME_BASE + (category)) argument
79 character category data
4865 * libc/locale/lctype.c: New file to define and load LC_CTYPE category.4884 * libc/locale/locale.c (loadlocale): Return doing nothing if category4885 locale didn't change. Convert category if chain to switch statement.4896 (nl_Langinfo): Return correct codeset for each locale category. Return4906 strings in LC_TIME category if __HAVE_LOCALE_INFO_EXTENDED__ is defined.5089 LC_TIME locale category. Conditionalize using _WANT_C99_TIME_FORMATS5129 category data with __HAVE_LOCALE_INFO__ rather than __CYGWIN__.6801 pointers if category is LC_CTYPE.8964 (ELIX_4_SOURCES): New category, for memmem.