Home | History | Annotate | Download | only in intltest

Lines Matching refs:getISO3Country

429         if ( (temp=testLocale.getISO3Country()) != (dataTable[CTRY3][i]))
838 result = test.getISO3Country();
841 errln("getISO3Country() on xx_YY returned " + UnicodeString(result) + " instead of \"\"");
980 // This test checks to make sure getISO3Language and getISO3Country work right
1008 UnicodeString test(l.getISO3Country(), "");
1405 * java.util.Locale.getISO3Country() works wrong for non ISO-3166 codes.
1416 const char *result = locale.getISO3Country();
1420 errln("ERROR: getISO3Country() returns: " + UnicodeString(result,"") +