Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Duloc.h244 #define ULOC_US "en_US" macro
/third_party/icu/icu4c/source/common/unicode/
Duloc.h244 #define ULOC_US "en_US" macro
/third_party/node/deps/icu-small/source/common/unicode/
Duloc.h244 #define ULOC_US "en_US" macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
Duloc.h244 #define ULOC_US "en_US" macro
/third_party/icu/icu4c/source/test/cintltst/
Dcloctst.c3437 uloc_getDisplayName(oldLoc, ULOC_US, name1, capacity, &status); in TestULocale()
3442 uloc_getDisplayName(newLoc, ULOC_US, name2, capacity, &status); in TestULocale()
/third_party/icu/docs/userguide/locale/
Dindex.md485 ULOC_US
/third_party/icu/icu4c/source/test/intltest/
Dloctest.cpp461 if (strcmp(Locale::getUS().getName(), ULOC_US) != 0) { in TestParallelAPIValues()