Home
last modified time | relevance | path

Searched defs:locale_name (Results 1 – 8 of 8) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/posix/
DPOSIXLocale.java34 String locale_name; field in POSIXLocale
44 …public POSIXLocale(String locale_name, UnicodeSet repertoire, Charset cs, String codeset, UnicodeS… in POSIXLocale()
DPOSIX_LCMessages.java26 public POSIX_LCMessages(CLDRFile doc, String locale_name, POSIXVariant variant) { in POSIX_LCMessages()
/external/libchrome/base/i18n/
Drtl.cc192 TextDirection GetTextDirectionForLocaleInStartUp(const char* locale_name) { in GetTextDirectionForLocaleInStartUp()
211 TextDirection GetTextDirectionForLocale(const char* locale_name) { in GetTextDirectionForLocale()
/external/python/cpython3/Lib/test/
Dtest_c_locale_coercion.py87 def _set_locale_in_subprocess(locale_name): argument
/external/flatbuffers/src/
Dutil.cpp237 bool SetGlobalTestLocale(const char *locale_name, std::string *_value) { in SetGlobalTestLocale()
/external/cldr/tools/java/org/unicode/cldr/tool/
DMisc.java306 Map<String, String> locale_name = zone_locale_name.get(zone); in printAllZoneLocalizations() local
353 Map<String, String> locale_name = zone_locale_name.get(zone); in printAllZoneLocalizations() local
/external/python/cpython3/Python/
Dpylifecycle.c271 const char *locale_name; /* The locale to try as a coercion target */ member
/external/pcre/dist2/src/
Dpcre2test.c961 static uint8_t locale_name[32]; variable