Home
last modified time | relevance | path

Searched refs:ULOC_US (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/common/unicode/
Duloc.h244 #define ULOC_US "en_US" macro
/external/icu/icu4c/source/test/cintltst/
Dcloctst.c3109 uloc_getDisplayName(oldLoc, ULOC_US, name1, capacity, &status); in TestULocale()
3114 uloc_getDisplayName(newLoc, ULOC_US, name2, capacity, &status); in TestULocale()
/external/icu/icu4c/source/test/intltest/
Dloctest.cpp407 if (strcmp(Locale::getUS().getName(), ULOC_US) != 0) { in TestParallelAPIValues()