Lines Matching refs:UnicodeString
47 const UnicodeString test1 = "XFILE What subset of all possible test cases has the highest probability of detecting the most errors?";
48 const UnicodeString test2 = "Xf_ile What subset of all possible test cases has the lowest probability of detecting the least errors?";
96 UnicodeString rules;
147 const UnicodeString test3(chars3);
276 UnicodeString rules = "< a < b , c/a < d < z";
302 UnicodeString rules;
424 const UnicodeString test1(chars1);
425 const UnicodeString test2(chars2);
547 RuleBasedCollator *rbc = new RuleBasedCollator((UnicodeString)"< a < bb", status);
560 errln((UnicodeString)"Compare(a,bb) returned " + (int)result
561 + (UnicodeString)"; expected -1");
714 UnicodeString rules = "< a < b";
715 UnicodeString nothing = "";
941 UnicodeString msg, localeName;
999 CollationElementIterator *createCollationElementIterator(const UnicodeString &text) const;
1017 CollationElementIterator *My4146160Collator::createCollationElementIterator(const UnicodeString &text) const
1141 errln(UnicodeString("Failed to get a partial collation key for ") + text1[i]);
1146 errln(UnicodeString("Failed to get a partial collation key for ") + text2[i]);
1151 errln(UnicodeString("Failed: Identical key\n") + " text1: " + text1[i] + "\n" + " text2: " + text2[i] + "\n" + " key : " + TestUtility::hex(key1, len1));
1153 logln(UnicodeString("Keys produced -\n") + " text1: " + text1[i] + "\n" + " key1 : " + TestUtility::hex(key1, len1) + "\n" + " text2: " + text2[i] + "\n" + " key2 : "
1186 void CollationRegressionTest::caseFirstCompressionSub(Collator *col, UnicodeString opt) {
1212 errln((UnicodeString)"Inconsistent comparison(" + opt
1213 + "): str1=" + UnicodeString(str1, len) + ", str2=" + UnicodeString(str2, len)
1230 UnicodeString source(tests[i]);
1231 UnicodeString comparison(tests[i + 1]);
1232 UnicodeString target(tests[i + 2]);
1248 UnicodeString bogus1("Bogus comparison string \"");
1249 UnicodeString bogus2("\"");
1293 UnicodeString msg, msg1(" ");