Searched refs:ULOC_US (Results 1 – 7 of 7) sorted by relevance
244 #define ULOC_US "en_US" macro
3437 uloc_getDisplayName(oldLoc, ULOC_US, name1, capacity, &status); in TestULocale()3442 uloc_getDisplayName(newLoc, ULOC_US, name2, capacity, &status); in TestULocale()
485 ULOC_US
461 if (strcmp(Locale::getUS().getName(), ULOC_US) != 0) { in TestParallelAPIValues()