Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/icu/unicode/
Duloc.h242 #define ULOC_US "en_US" macro
/external/webkit/Source/WebCore/icu/unicode/
Duloc.h242 #define ULOC_US "en_US" macro
/external/icu4c/common/unicode/
Duloc.h242 #define ULOC_US "en_US" macro
/external/icu4c/test/cintltst/
Dcloctst.c2878 uloc_getDisplayName(oldLoc, ULOC_US, name1, capacity, &status); in TestULocale()
2883 uloc_getDisplayName(newLoc, ULOC_US, name2, capacity, &status); in TestULocale()
/external/icu4c/test/intltest/
Dloctest.cpp411 if (strcmp(Locale::getUS().getName(), ULOC_US) != 0) { in TestParallelAPIValues()