Searched refs:en_US_custom (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcloctst.c1145 static const char* en_US_custom="en_US_De Anza_Cupertino_California_United States_Earth"; local
1159 size=uloc_getDisplayVariant(en_US_custom, "en_US", NULL, size, &status);
1163 uloc_getDisplayVariant(en_US_custom, "en_US", got, size + 1, &status);
1173 size=uloc_getDisplayName(en_US_custom, "en_US", NULL, size, &status);
1177 uloc_getDisplayName(en_US_custom, "en_US", got, size + 1, &status);
/external/icu/icu4c/source/test/cintltst/
H A Dcloctst.c1372 static const char* en_US_custom="en_US_De Anza_Cupertino_California_United States_Earth"; local
1386 size=uloc_getDisplayVariant(en_US_custom, "en_US", NULL, size, &status);
1390 uloc_getDisplayVariant(en_US_custom, "en_US", got, size + 1, &status);
1400 size=uloc_getDisplayName(en_US_custom, "en_US", NULL, size, &status);
1404 uloc_getDisplayName(en_US_custom, "en_US", got, size + 1, &status);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dloctest.cpp1460 Locale en_US_custom("en", "US", "De Anza_Cupertino_California_United States_Earth");
1467 en_US_custom.getDisplayVariant(Locale::getUS(), got);
1474 en_US_custom.getDisplayName(Locale::getUS(), got);
/external/icu/icu4c/source/test/intltest/
H A Dloctest.cpp1481 Locale en_US_custom("en", "US", "De Anza_Cupertino_California_United States_Earth");
1488 en_US_custom.getDisplayVariant(Locale::getUS(), got);
1495 en_US_custom.getDisplayName(Locale::getUS(), got);

Completed in 184 milliseconds