Home
last modified time | relevance | path

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

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