Searched refs:UTF8_LOCALE (Results 1 – 4 of 4) sorted by relevance
17 return loc && loc != C_LOCALE && loc != UTF8_LOCALE in __loc_is_allocated()42 if (!memcmp(&tmp, UTF8_LOCALE, sizeof tmp)) return UTF8_LOCALE; in do_newlocale()
250 *ploc = UTF8_LOCALE; in iconv()
10 ? C_LOCALE : UTF8_LOCALE; in fwide()
38 #define UTF8_LOCALE ((locale_t)&__c_dot_utf8_locale) macro