Lines Matching refs:UnicodeString
66 errln(UnicodeString("requested locale for en_US_FOO is not en_US_FOO nor en_US but ") + loc.getName());
71 errln(UnicodeString("valid locale for en_US_FOO is not en_US but ") + loc.getName());
75 errln(UnicodeString("actual locale for en_US_FOO is not en_US but ") + loc.getName());
109 UnicodeString locName = fu_FU.getName();
112 const UnicodeString* locStr, *ls2;
152 UnicodeString displayName;
156 const UnicodeString zh_fuFU(zh_fuFU_Array);
161 errln(UnicodeString("found ") + displayName + " for fu_FU");
168 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;
238 UnicodeString&
239 CollatorInfo::getDisplayName(const Locale& displayLocale, UnicodeString& name) const {
241 UnicodeString* val = (UnicodeString*)displayNames->get(displayLocale.getName());
256 UnicodeString* ids;
294 virtual UnicodeString& getDisplayName(const Locale& objectLocale,
296 UnicodeString& result)
307 const UnicodeString* getSupportedIDs(int32_t& _count, UErrorCode& status) {
310 ids = new UnicodeString[count];
359 fuFUNames->put(fu_FU.getName(), new UnicodeString("ze leetle bunny Fu-Fu"), status);
360 fuFUNames->put(fu_FU_FOO.getName(), new UnicodeString("zee leetel bunny Foo-Foo"), status);
361 fuFUNames->put(Locale::getDefault().getName(), new UnicodeString("little bunny Foo Foo"), status);
418 errln(UnicodeString("requested locale for fu_FU_FOO is not fu_FU_FOO nor fu_FU but ") + loc.getName());
423 errln(UnicodeString("valid locale for fu_FU_FOO is not fu_FU but ") + loc.getName());
427 UnicodeString locName = fu_FU.getName();
430 const UnicodeString* locStr;
445 UnicodeString name;
448 errln(UnicodeString("found ") + name + " for fu_FU");
453 errln(UnicodeString("found ") + name + " for fu_FU in fu_FU_FOO");
490 UnicodeString buf, buffAfterReset;
493 const UnicodeString* s = iter.snext(ec);
502 UnicodeString exp(expected[j], (char*)NULL);
505 logln((UnicodeString)"Ok: \"" + exp + "\" seen");
512 logln(UnicodeString() + msg + " = [" + buf + "] (" + toString(i) + ")");
514 logln(UnicodeString() + msg + " = [" + buf + "] (??? NO_FORMATTING)");
532 errln((UnicodeString)"FAIL: \"" + expected[j] + "\" not seen");