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

/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Dlocid.h485 const char * getISO3Country() const;
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dlocid.cpp658 Locale::getISO3Country() const function in class:Locale
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dloctest.cpp430 if ( (temp=testLocale.getISO3Country()) != (dataTable[CTRY3][i]))
839 result = test.getISO3Country();
842 errln("getISO3Country() on xx_YY returned " + UnicodeString(result) + " instead of \"\"");
981 // This test checks to make sure getISO3Language and getISO3Country work right
1009 UnicodeString test(l.getISO3Country(), "");
1393 * java.util.Locale.getISO3Country() works wrong for non ISO-3166 codes.
1404 const char *result = locale.getISO3Country();
1408 errln("ERROR: getISO3Country() returns: " + UnicodeString(result,"") +
/macosx-10.10.1/ICU-531.30/icuSources/layoutex/
H A DParagraphLayout.cpp947 const char *country = locale->getISO3Country();

Completed in 222 milliseconds