Home | History | Annotate | Download | only in util

Lines Matching refs:getISO3Country

853             buff = ULocale.getISO3Country(locale);
855 errln("FAIL: ULocale.getISO3Country("+locale+")=="+
858 logln(" ULocale.getISO3Country("+locale+")=="+buff);
861 buff1 = uloc.getISO3Country();
863 errln("FAIL: ULocale.getISO3Country("+locale+")=="+
866 logln(" ULocale.getISO3Country("+locale+")=="+buff);