Home | History | Annotate | Download | only in intltest

Lines Matching full:loc

59         Locale loc = frcol->getLocale(ULOC_REQUESTED_LOCALE, status);
60 if (loc != FR) {
61 errln(UnicodeString("fr collator's requested locale changed to ") + loc.getName());
63 loc = frcol->getLocale(ULOC_VALID_LOCALE, status);
64 if (loc != FR) {
65 errln(UnicodeString("fr collator's valid locale changed to ") + loc.getName());
68 loc = ncol->getLocale(ULOC_REQUESTED_LOCALE, status);
69 if (loc != US_FOO) {
70 errln(UnicodeString("requested locale for en_US_FOO is not en_US_FOO but ") + loc.getName());
72 loc = ncol->getLocale(ULOC_VALID_LOCALE, status);
73 if (loc != US) {
74 errln(UnicodeString("valid locale for en_US_FOO is not en_US but ") + loc.getName());
76 loc = ncol->getLocale(ULOC_ACTUAL_LOCALE, status);
77 if (loc != US) {
78 errln(UnicodeString("actual locale for en_US_FOO is not en_US but ") + loc.getName());
257 const CollatorInfo* getInfo(const Locale& loc) const {
259 if (loc == (**p).locale) {
285 virtual Collator* createCollator(const Locale& loc) {
286 const CollatorInfo* ci = getInfo(loc);
413 Locale loc = ncol->getLocale(ULOC_REQUESTED_LOCALE, status);
414 if (loc != fu_FU_FOO) {
415 errln(UnicodeString("requested locale for fu_FU_FOO is not fu_FU_FOO but ") + loc.getName());
417 loc = ncol->getLocale(ULOC_VALID_LOCALE, status);
418 if (loc != fu_FU) {
419 errln(UnicodeString("valid locale for fu_FU_FOO is not fu_FU but ") + loc.getName());