Searched refs:category (Results 1 - 6 of 6) sorted by relevance

/barrelfish-2018-10-04/lib/libc/locale/
H A Dsetlocale.c71 * Current locales for each category
101 setlocale(int category, const char *locale) argument
106 if (category < LC_ALL || category >= _LC_LAST) {
112 return (category != LC_ALL ?
113 current_categories[category] : currentlocale());
125 if (category == LC_ALL) {
135 env = __get_locale_env(category);
140 (void)strcpy(new_categories[category], env);
142 } else if (category !
229 loadlocale(int category) argument
286 __get_locale_env(int category) argument
[all...]
H A Dxlocale.c70 __get_locale_env(int category);
/barrelfish-2018-10-04/lib/cxx/cxx/
H A Dsystem_error.cpp42 return *this == code.category() && code.value() == condition;
H A Dlocale.cpp161 const locale::category locale::none;
162 const locale::category locale::collate;
163 const locale::category locale::ctype;
164 const locale::category locale::monetary;
165 const locale::category locale::numeric;
166 const locale::category locale::time;
167 const locale::category locale::messages;
168 const locale::category locale::all;
192 __imp(const __imp&, const string&, locale::category c);
193 __imp(const __imp& other, const __imp& one, locale::category
[all...]
/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_exec.c4241 int category; local
4248 category = UCD_CATEGORY(c);
4249 if ((category == ucp_L || category == ucp_N) == prop_fail_result)
4286 int category; local
4293 category = UCD_CATEGORY(c);
4294 if ((category == ucp_L || category == ucp_N || c == CHAR_UNDERSCORE)
4983 int category; local
4993 category
5034 int category; local
5496 int category; local
5546 int category; local
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/documents/libman/
H A Dextchr.tex1157 option in this category is \verb'single_symmetric_simpagation'.

Completed in 168 milliseconds