HomeSort by relevance Sort by last modified time
    Searched refs:prettify (Results 1 - 25 of 50) sorted by null

1 2

  /external/chromium/third_party/icu/source/test/intltest/
thcoll.cpp 102 logln((UnicodeString)"Word " + wordCount + ": " + IntlTest::prettify(word, str));
149 logln((UnicodeString)"Word " + wordCount + ": " + IntlTest::prettify(word, str));
164 + " compare(" + IntlTest::prettify(lastWord, str);
166 + IntlTest::prettify(word, str) + ") returned " + result
176 msg.append("key1: ").append(prettify(k1, str)).append("\n");
177 msg.append("key2: ").append(prettify(k2, str));
284 i/3 + ": compare(" + IntlTest::prettify(s1, t1)
285 + " , " + IntlTest::prettify(s2, t2)
295 errln((UnicodeString)" key1: " + prettify(k1, t1) );
296 errln((UnicodeString)" key2: " + prettify(k2, t2) )
    [all...]
miscdtfm.cpp 356 errln("*** Should have been " + prettify(jstLong)+ " but it is: " + prettify(zones[index][1]));
361 errln("*** Should have been " + prettify(jstShort) + " but it is: " + prettify(zones[index][2]));
366 errln("*** Should have been " + prettify(jstLong) + " but it is: " + prettify(zones[index][3]));
371 errln("*** Should have been " + prettify(jstShort)+ " but it is: " + prettify(zones[index][4]));
tsnmfmt.cpp 292 errMsg = "**** FAIL: Parse of " + prettify(string[i-1]) + " failed.";
304 errMsg = ("**** FAIL: Parse of " + prettify(string[i-1])
345 prettify(string[k]) + " P> ");
367 errln("**** FAIL: Parse of " + prettify(stringNum) + " failed.");
372 errln("**** FAIL: Parse of " + prettify(stringNum)
381 errln("**** FAIL: Parse of " + prettify(stringNum) + " failed. Got:" + number.getLong()
tscoll.h 44 static UnicodeString &prettify(const CollationKey &source, UnicodeString &target);
transapi.cpp 296 dataerrln("PreContext: " + prettify(parseError.preContext) + " PostContext: " + prettify( parseError.postContext) );
302 message=t->getID() + "->transliterate(UnicodeString, UnicodeString) for\n\t Source:" + prettify(Data[i+1]);
342 dataerrln("FAIL: construction: " + prettify(Data2[i+0]) + " - " + u_errorName(status));
350 doTest(t->getID() + ".transliterate(UnicodeString, int32_t, int32_t, UnicodeString):(" + start + "," + limit + ") for \n\t source: " + prettify(Data2[i+1]), gotResBuf, Data2[i+4]);
354 doTest(t->getID() + ".transliterate(Replaceable, int32_t, int32_t, ):(" + start + "," + limit + ") for \n\t source: " + prettify(Data2[i+1]), temp, Data2[i+5]);
    [all...]
aliastst.cpp 227 errln("getCountry() failed for "+ UnicodeString(oldLoc.getName()) +" oldCountry= "+ prettify(oldCountry) +" newCountry = "+prettify(newCountry)+ " in display locale "+ UnicodeString(available[j].getName()));
233 errln("getLanguage() failed for " + UnicodeString(oldLoc.getName()) + " oldLang = "+ prettify(oldLang) +" newLang = "+prettify(newLang)+ " in display locale "+UnicodeString(available[j].getName()));
idnaconf.cpp 250 logln(UnicodeString("namebase: ") + prettify(namebase) + UnicodeString(" result: ") + prettify(result));
264 logln(UnicodeString("ICU will not recognize malformed ACE-Prefixes or incorrect ACE-Prefixes. ") + UnicodeString("namebase: ") + prettify(namebase) + UnicodeString(" result: ") + prettify(result));
testidna.cpp 441 errln("Failed. Expected: " + prettify(UnicodeString(transOut, transOutLength))
442 + " Got: " + prettify(UnicodeString(prepOut,prepOutLength)));
480 + prettify(UnicodeString(expected,expectedLen))
481 + " Got: " + prettify(UnicodeString(dest,destLen))
494 + " Source: " + prettify(UnicodeString(src))
511 " null terminated source "+ prettify(src) +
512 " with both options set. Expected: "+ prettify(UnicodeString(expected,expectedLen))+
513 "Got: " + prettify(UnicodeString(dest,destLen)));
528 + " Source: " + prettify(UnicodeString(src))
556 + " Source: " + prettify(UnicodeString(src)
    [all...]
tscoll.cpp 306 IntlTest::prettify(source, prettySource);
307 IntlTest::prettify(target, prettyTarget);
331 prettify(sourceKey, prettySource);
332 prettify(targetKey, prettyTarget);
377 UnicodeString &IntlTestCollator::prettify(const CollationKey &source, UnicodeString &target) function in class:IntlTestCollator
intltest.h 217 static UnicodeString &prettify(const UnicodeString &source, UnicodeString &target);
218 static UnicodeString prettify(const UnicodeString &source, UBool parseBackslash=FALSE);
ucaconf.cpp 204 prettify(CollationKey(oldSk, oldLen), oldS);
205 prettify(CollationKey(newSk, resLen), newS);
normconf.cpp 63 errln("Normalizer::compare() failed for s1: " + prettify(s1) + " s2: " +prettify(s2));
479 UnicodeString sPretty(prettify(s));
480 UnicodeString gotPretty(prettify(got));
481 UnicodeString expPretty(prettify(exp));
cpdtrtst.cpp 434 logln(UnicodeString("(")+tag+") " + prettify(summary));
437 + prettify(summary)
438 + ", expected " + prettify(expectedResult));
  /external/icu4c/test/intltest/
thcoll.cpp 102 logln((UnicodeString)"Word " + wordCount + ": " + IntlTest::prettify(word, str));
149 logln((UnicodeString)"Word " + wordCount + ": " + IntlTest::prettify(word, str));
164 + " compare(" + IntlTest::prettify(lastWord, str);
166 + IntlTest::prettify(word, str) + ") returned " + result
176 msg.append("key1: ").append(prettify(k1, str)).append("\n");
177 msg.append("key2: ").append(prettify(k2, str));
284 i/3 + ": compare(" + IntlTest::prettify(s1, t1)
285 + " , " + IntlTest::prettify(s2, t2)
295 errln((UnicodeString)" key1: " + prettify(k1, t1) );
296 errln((UnicodeString)" key2: " + prettify(k2, t2) )
    [all...]
miscdtfm.cpp 359 errln("*** Should have been " + prettify(jstLong)+ " but it is: " + prettify(zones[index][1]));
364 errln("*** Should have been " + prettify(jstShort) + " but it is: " + prettify(zones[index][2]));
369 errln("*** Should have been " + prettify(jstLong) + " but it is: " + prettify(zones[index][3]));
374 errln("*** Should have been " + prettify(jstShort)+ " but it is: " + prettify(zones[index][4]));
tsnmfmt.cpp 292 errMsg = "**** FAIL: Parse of " + prettify(string[i-1]) + " failed.";
304 errMsg = ("**** FAIL: Parse of " + prettify(string[i-1])
345 prettify(string[k]) + " P> ");
367 errln("**** FAIL: Parse of " + prettify(stringNum) + " failed.");
372 errln("**** FAIL: Parse of " + prettify(stringNum)
381 errln("**** FAIL: Parse of " + prettify(stringNum) + " failed. Got:" + number.getLong()
tscoll.h 44 static UnicodeString &prettify(const CollationKey &source, UnicodeString &target);
transapi.cpp 296 dataerrln("PreContext: " + prettify(parseError.preContext) + " PostContext: " + prettify( parseError.postContext) );
302 message=t->getID() + "->transliterate(UnicodeString, UnicodeString) for\n\t Source:" + prettify(Data[i+1]);
342 dataerrln("FAIL: construction: " + prettify(Data2[i+0]) + " - " + u_errorName(status));
350 doTest(t->getID() + ".transliterate(UnicodeString, int32_t, int32_t, UnicodeString):(" + start + "," + limit + ") for \n\t source: " + prettify(Data2[i+1]), gotResBuf, Data2[i+4]);
354 doTest(t->getID() + ".transliterate(Replaceable, int32_t, int32_t, ):(" + start + "," + limit + ") for \n\t source: " + prettify(Data2[i+1]), temp, Data2[i+5]);
    [all...]
aliastst.cpp 227 errln("getCountry() failed for "+ UnicodeString(oldLoc.getName()) +" oldCountry= "+ prettify(oldCountry) +" newCountry = "+prettify(newCountry)+ " in display locale "+ UnicodeString(available[j].getName()));
233 errln("getLanguage() failed for " + UnicodeString(oldLoc.getName()) + " oldLang = "+ prettify(oldLang) +" newLang = "+prettify(newLang)+ " in display locale "+UnicodeString(available[j].getName()));
idnaconf.cpp 250 logln(UnicodeString("namebase: ") + prettify(namebase) + UnicodeString(" result: ") + prettify(result));
264 logln(UnicodeString("ICU will not recognize malformed ACE-Prefixes or incorrect ACE-Prefixes. ") + UnicodeString("namebase: ") + prettify(namebase) + UnicodeString(" result: ") + prettify(result));
testidna.cpp 441 errln("Failed. Expected: " + prettify(UnicodeString(transOut, transOutLength))
442 + " Got: " + prettify(UnicodeString(prepOut,prepOutLength)));
479 + prettify(UnicodeString(expected,expectedLen))
480 + " Got: " + prettify(UnicodeString(dest,destLen))
493 + " Source: " + prettify(UnicodeString(src))
510 " null terminated source "+ prettify(src) +
511 " with both options set. Expected: "+ prettify(UnicodeString(expected,expectedLen))+
512 "Got: " + prettify(UnicodeString(dest,destLen)));
527 + " Source: " + prettify(UnicodeString(src))
555 + " Source: " + prettify(UnicodeString(src)
    [all...]
tscoll.cpp 308 IntlTest::prettify(source, prettySource);
309 IntlTest::prettify(target, prettyTarget);
333 prettify(sourceKey, prettySource);
334 prettify(targetKey, prettyTarget);
379 UnicodeString &IntlTestCollator::prettify(const CollationKey &source, UnicodeString &target) function in class:IntlTestCollator
intltest.h 220 static UnicodeString &prettify(const UnicodeString &source, UnicodeString &target);
221 static UnicodeString prettify(const UnicodeString &source, UBool parseBackslash=FALSE);
ucaconf.cpp 217 prettify(CollationKey(oldSk, oldLen), oldS);
218 prettify(CollationKey(newSk, resLen), newS);
normconf.cpp 64 errln("Normalizer::compare() failed for s1: " + prettify(s1) + " s2: " +prettify(s2));
496 UnicodeString sPretty(prettify(s));
497 UnicodeString gotPretty(prettify(got));
498 UnicodeString expPretty(prettify(exp));

Completed in 229 milliseconds

1 2