Searched refs:ULOC_US (Results 1 – 3 of 3) sorted by relevance
242 #define ULOC_US "en_US" macro
3050 uloc_getDisplayName(oldLoc, ULOC_US, name1, capacity, &status); in TestULocale()3055 uloc_getDisplayName(newLoc, ULOC_US, name2, capacity, &status); in TestULocale()
404 if (strcmp(Locale::getUS().getName(), ULOC_US) != 0) { in TestParallelAPIValues()