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

/external/icu4c/common/unicode/
H A Dlocid.h460 const char * getISO3Country() const;
/external/icu4c/test/intltest/
H A Dloctest.cpp425 if ( (temp=testLocale.getISO3Country()) != (dataTable[CTRY3][i]))
831 result = test.getISO3Country();
834 errln("getISO3Country() on xx_YY returned " + UnicodeString(result) + " instead of \"\"");
953 // This test checks to make sure getISO3Language and getISO3Country work right
981 UnicodeString test(l.getISO3Country(), "");
1360 * java.util.Locale.getISO3Country() works wrong for non ISO-3166 codes.
1371 const char *result = locale.getISO3Country();
1375 errln("ERROR: getISO3Country() returns: " + UnicodeString(result,"") +
/external/icu4c/common/
H A Dlocid.cpp739 Locale::getISO3Country() const function in class:Locale
/external/icu4c/layoutex/
H A DParagraphLayout.cpp910 const char *country = locale->getISO3Country();

Completed in 30 milliseconds