Home | History | Annotate | Download | only in intltest

Lines Matching refs:UnicodeString

61           errln(UnicodeString("fr collator's requested locale changed to ") + loc.getName());
65 errln(UnicodeString("fr collator's valid locale changed to ") + loc.getName());
70 errln(UnicodeString("requested locale for en_US_FOO is not en_US_FOO but ") + loc.getName());
74 errln(UnicodeString("valid locale for en_US_FOO is not en_US but ") + loc.getName());
78 errln(UnicodeString("actual locale for en_US_FOO is not en_US but ") + loc.getName());
110 UnicodeString locName = fu_FU.getName();
113 const UnicodeString* locStr, *ls2;
153 UnicodeString displayName;
157 const UnicodeString zh_fuFU(zh_fuFU_Array);
162 errln(UnicodeString("found ") + displayName + " for fu_FU");
169 errln(UnicodeString("found ") + displayName + " for fu_FU");
190 errln(UnicodeString("asked for nloc valid locale after close and got") + nloc.getName());
197 errln(UnicodeString("asked for uloc valid locale after close and got ") + nlocstr);
222 UnicodeString& getDisplayName(const Locale& displayLocale, UnicodeString& name) const;
237 UnicodeString&
238 CollatorInfo::getDisplayName(const Locale& displayLocale, UnicodeString& name) const {
240 UnicodeString* val = (UnicodeString*)displayNames->get(displayLocale.getName());
255 UnicodeString* ids;
293 virtual UnicodeString& getDisplayName(const Locale& objectLocale,
295 UnicodeString& result)
306 const UnicodeString* getSupportedIDs(int32_t& _count, UErrorCode& status) {
309 ids = new UnicodeString[count];
358 fuFUNames->put(fu_FU.getName(), new UnicodeString("ze leetle bunny Fu-Fu"), status);
359 fuFUNames->put(fu_FU_FOO.getName(), new UnicodeString("zee leetel bunny Foo-Foo"), status);
360 fuFUNames->put(Locale::getDefault().getName(), new UnicodeString("little bunny Foo Foo"), status);
415 errln(UnicodeString("requested locale for fu_FU_FOO is not fu_FU_FOO but ") + loc.getName());
419 errln(UnicodeString("valid locale for fu_FU_FOO is not fu_FU but ") + loc.getName());
423 UnicodeString locName = fu_FU.getName();
426 const UnicodeString* locStr;
441 UnicodeString name;
444 errln(UnicodeString("found ") + name + " for fu_FU");
449 errln(UnicodeString("found ") + name + " for fu_FU in fu_FU_FOO");
486 UnicodeString buf, buffAfterReset;
489 const UnicodeString* s = iter.snext(ec);
498 UnicodeString exp(expected[j], (char*)NULL);
501 logln((UnicodeString)"Ok: \"" + exp + "\" seen");
508 logln(UnicodeString() + msg + " = [" + buf + "] (" + toString(i) + ")");
510 logln(UnicodeString() + msg + " = [" + buf + "] (??? NO_FORMATTING)");
528 errln((UnicodeString)"FAIL: \"" + expected[j] + "\" not seen");