Searched refs:uloc_getLCID (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/icu/source/common/unicode/
H A Duloc.h541 uloc_getLCID(const char* localeID);
H A Durename.h1075 #define uloc_getLCID U_ICU_ENTRY_POINT_RENAME(uloc_getLCID) macro
/external/icu/icu4c/source/common/unicode/
H A Duloc.h541 uloc_getLCID(const char* localeID);
H A Durename.h1024 #define uloc_getLCID U_ICU_ENTRY_POINT_RENAME(uloc_getLCID) macro
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcloctst.c558 sprintf(temp2, "%x", (int)uloc_getLCID(testLocale));
1597 if (uloc_getLCID("iw_IL") != uloc_getLCID("he_IL")) {
1598 log_err("he,iw LCID mismatch: %X versus %X\n", uloc_getLCID("iw_IL"), uloc_getLCID("he_IL"));
1601 if (uloc_getLCID("iw") != uloc_getLCID("he")) {
1602 log_err("he,iw LCID mismatch: %X versus %X\n", uloc_getLCID("iw"), uloc_getLCID("he"));
3113 lcid = uloc_getLCID("en_U
[all...]
H A Dcldrtest.c458 expectedLCID = uloc_getLCID(localeName);
/external/icu/icu4c/source/test/cintltst/
H A Dcloctst.c558 sprintf(temp2, "%x", (int)uloc_getLCID(testLocale));
1598 if (uloc_getLCID("iw_IL") != uloc_getLCID("he_IL")) {
1599 log_err("he,iw LCID mismatch: %X versus %X\n", uloc_getLCID("iw_IL"), uloc_getLCID("he_IL"));
1602 if (uloc_getLCID("iw") != uloc_getLCID("he")) {
1603 log_err("he,iw LCID mismatch: %X versus %X\n", uloc_getLCID("iw"), uloc_getLCID("he"));
3114 lcid = uloc_getLCID("en_U
[all...]
H A Dcldrtest.c458 expectedLCID = uloc_getLCID(localeName);
/external/chromium_org/third_party/icu/source/common/
H A Dlocid.cpp673 return uloc_getLCID(fullName);
H A Duloc.cpp2102 uloc_getLCID(const char* localeID)
/external/icu/icu4c/source/common/
H A Dlocid.cpp673 return uloc_getLCID(fullName);
H A Duloc.cpp2102 uloc_getLCID(const char* localeID)
/external/chromium_org/third_party/icu/source/test/perf/collperf/
H A Dcollperf.cpp599 win_langid = uloc_getLCID(locale);
/external/icu/icu4c/source/test/perf/collperf/
H A Dcollperf.cpp599 win_langid = uloc_getLCID(locale);
/external/chromium_org/third_party/icu/source/test/perf/collationperf/
H A Dcollperf.cpp1519 gWinLCID = uloc_getLCID(opt_locale);
/external/icu/icu4c/source/test/perf/collationperf/
H A Dcollperf.cpp1519 gWinLCID = uloc_getLCID(opt_locale);

Completed in 2784 milliseconds