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

1 2 3 4 5

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
UCharacterCaseTest.java 144 errln("FAIL: foldCase(" + prettify(FOLDING_MIXED_[0]) +
145 ", true)=" + prettify(UCharacter.foldCase(FOLDING_MIXED_[0], true)) +
146 " should be " + prettify(FOLDING_DEFAULT_[0]));
150 errln("FAIL: foldCase(" + prettify(FOLDING_MIXED_[0]) +
151 ", UCharacter.FOLD_CASE_DEFAULT)=" + prettify(UCharacter.foldCase(FOLDING_MIXED_[0], UCharacter.FOLD_CASE_DEFAULT))
152 + " should be " + prettify(FOLDING_DEFAULT_[0]));
157 errln("FAIL: foldCase(" + prettify(FOLDING_MIXED_[0]) +
158 ", false)=" + prettify(UCharacter.foldCase(FOLDING_MIXED_[0], false))
159 + " should be " + prettify(FOLDING_EXCLUDE_SPECIAL_I_[0]));
164 errln("FAIL: foldCase(" + prettify(FOLDING_MIXED_[0])
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UCharacterCaseTest.java 141 errln("FAIL: foldCase(" + prettify(FOLDING_MIXED_[0]) +
142 ", true)=" + prettify(UCharacter.foldCase(FOLDING_MIXED_[0], true)) +
143 " should be " + prettify(FOLDING_DEFAULT_[0]));
147 errln("FAIL: foldCase(" + prettify(FOLDING_MIXED_[0]) +
148 ", UCharacter.FOLD_CASE_DEFAULT)=" + prettify(UCharacter.foldCase(FOLDING_MIXED_[0], UCharacter.FOLD_CASE_DEFAULT))
149 + " should be " + prettify(FOLDING_DEFAULT_[0]));
154 errln("FAIL: foldCase(" + prettify(FOLDING_MIXED_[0]) +
155 ", false)=" + prettify(UCharacter.foldCase(FOLDING_MIXED_[0], false))
156 + " should be " + prettify(FOLDING_EXCLUDE_SPECIAL_I_[0]));
161 errln("FAIL: foldCase(" + prettify(FOLDING_MIXED_[0])
    [all...]
  /external/icu/icu4c/source/test/intltest/
thcoll.cpp 107 logln((UnicodeString)"Word " + wordCount + ": " + IntlTest::prettify(word, str));
154 logln((UnicodeString)"Word " + wordCount + ": " + IntlTest::prettify(word, str));
167 + " compare(" + IntlTest::prettify(lastWord, str);
169 + IntlTest::prettify(word, str) + ") returned " + result
179 msg.append("key1: ").append(prettify(k1, str)).append("\n");
180 msg.append("key2: ").append(prettify(k2, str));
287 i/3 + ": compare(" + IntlTest::prettify(s1, t1)
288 + " , " + IntlTest::prettify(s2, t2)
298 errln((UnicodeString)" key1: " + prettify(k1, t1) );
299 errln((UnicodeString)" key2: " + prettify(k2, t2) )
    [all...]
uts46test.cpp 228 prettify(result).extract(0, 0x7fffffff, buffer, UPRV_LENGTHOF(buffer));
242 prettify(result).extract(0, 0x7fffffff, buffer, UPRV_LENGTHOF(buffer));
631 prettify(uN).extract(0, 0x7fffffff, buffer, UPRV_LENGTHOF(buffer));
    [all...]
tsnmfmt.cpp 305 errMsg = "**** FAIL: Parse of " + prettify(string[i-1]) + " failed.";
317 errMsg = ("**** FAIL: Parse of " + prettify(string[i-1])
358 prettify(string[k]) + " P> ");
380 errln("**** FAIL: Parse of " + prettify(stringNum) + " failed.");
385 errln("**** FAIL: Parse of " + prettify(stringNum)
394 errln("**** FAIL: Parse of " + prettify(stringNum) + " failed. Got:" + number.getLong()
tscoll.h 46 static UnicodeString &prettify(const CollationKey &source, UnicodeString &target);
transapi.cpp 299 dataerrln("PreContext: " + prettify(parseError.preContext) + " PostContext: " + prettify( parseError.postContext) );
305 message=t->getID() + "->transliterate(UnicodeString, UnicodeString) for\n\t Source:" + prettify(Data[i+1]);
345 dataerrln("FAIL: construction: " + prettify(Data2[i+0]) + " - " + u_errorName(status));
353 doTest(t->getID() + ".transliterate(UnicodeString, int32_t, int32_t, UnicodeString):(" + start + "," + limit + ") for \n\t source: " + prettify(Data2[i+1]), gotResBuf, Data2[i+4]);
357 doTest(t->getID() + ".transliterate(Replaceable, int32_t, int32_t, ):(" + start + "," + limit + ") for \n\t source: " + prettify(Data2[i+1]), temp, Data2[i+5]);
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
TestIDNARef.java 126 " Expected: " + prettify(expected)+" Got: "+prettify(out));
133 errln("convertToUnicode did not get the expected exception for source: " + prettify(src) +" Got: "+ ex.toString());
141 " Expected: " + prettify(expected)+" Got: "+out);
148 errln("convertToUnicode did not get the expected exception for source: " + prettify(src) +" Got: "+ ex.toString());
156 " Expected: " + prettify(expected)+" Got: "+prettify(out));
163 errln("Did not get the expected exception for source: " + prettify(src) +" Got: "+ ex.toString());
183 " Expected: " + prettify(expected)+" Got: "+prettify(out))
    [all...]
TestIDNA.java 97 " Expected: " + prettify(expected)+" Got: "+prettify(out));
104 errln("convertToUnicode did not get the expected exception for source: " + prettify(src) +" Got: "+ ex.toString());
112 " Expected: " + prettify(expected)+" Got: "+out);
119 errln("convertToUnicode did not get the expected exception for source: " + prettify(src) +" Got: "+ ex.toString());
127 " Expected: " + prettify(expected)+" Got: "+prettify(out));
134 errln("Did not get the expected exception for source: " + prettify(src) +" Got: "+ ex.toString());
148 " Expected: " + prettify(expected)+" Got: "+prettify(out))
    [all...]
TestStringPrep.java 178 errln("Did not get expected output. Expected: "+ prettify(src)+
179 " Got: " + prettify(destStr));
191 errln("Did not get expected output. Expected: "+ prettify(src)+
192 " Got: " + prettify(destStr));
203 errln("Did not get expected output. Expected: "+ prettify(src)+
204 " Got: " + prettify(destStr));
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
TestIDNARef.java 123 " Expected: " + prettify(expected)+" Got: "+prettify(out));
130 errln("convertToUnicode did not get the expected exception for source: " + prettify(src) +" Got: "+ ex.toString());
138 " Expected: " + prettify(expected)+" Got: "+out);
145 errln("convertToUnicode did not get the expected exception for source: " + prettify(src) +" Got: "+ ex.toString());
153 " Expected: " + prettify(expected)+" Got: "+prettify(out));
160 errln("Did not get the expected exception for source: " + prettify(src) +" Got: "+ ex.toString());
180 " Expected: " + prettify(expected)+" Got: "+prettify(out))
    [all...]
TestIDNA.java 94 " Expected: " + prettify(expected)+" Got: "+prettify(out));
101 errln("convertToUnicode did not get the expected exception for source: " + prettify(src) +" Got: "+ ex.toString());
109 " Expected: " + prettify(expected)+" Got: "+out);
116 errln("convertToUnicode did not get the expected exception for source: " + prettify(src) +" Got: "+ ex.toString());
124 " Expected: " + prettify(expected)+" Got: "+prettify(out));
131 errln("Did not get the expected exception for source: " + prettify(src) +" Got: "+ ex.toString());
145 " Expected: " + prettify(expected)+" Got: "+prettify(out))
    [all...]
TestStringPrep.java 175 errln("Did not get expected output. Expected: "+ prettify(src)+
176 " Got: " + prettify(destStr));
188 errln("Did not get expected output. Expected: "+ prettify(src)+
189 " Got: " + prettify(destStr));
200 errln("Did not get expected output. Expected: "+ prettify(src)+
201 " Got: " + prettify(destStr));
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
UTS46Test.java 94 info.getErrors(), prettify(result.toString())));
107 info.getErrors().toString(), prettify(result.toString())));
530 i, testCase.s, prettify(uN.toString())));
547 i, testCase.s, prettify(uT.toString())));
559 i, testCase.s, aNInfo.getErrors(), prettify(aN.toString())));
564 i, testCase.s, aTInfo.getErrors(), prettify(aT.toString())));
570 m, i, testCase.s, aNInfo.getErrors(), prettify(aN.toString())))
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
UTS46Test.java 91 info.getErrors(), prettify(result.toString())));
104 info.getErrors().toString(), prettify(result.toString())));
527 i, testCase.s, prettify(uN.toString())));
544 i, testCase.s, prettify(uT.toString())));
556 i, testCase.s, aNInfo.getErrors(), prettify(aN.toString())));
561 i, testCase.s, aTInfo.getErrors(), prettify(aT.toString())));
567 m, i, testCase.s, aNInfo.getErrors(), prettify(aN.toString())));
    [all...]
  /external/google-styleguide/include/
jsguide.js 40 // prettify expects. As a result, prettify doesn't handle them
53 pretty.src = 'https://cdn.rawgit.com/google/code-prettify/master/loader/' +
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationCreationMethodTest.java 124 msg.append(" localeCollator key: ").append(CollationTest.prettify(k1)).append('\n');
125 msg.append(" ruleCollator key: ").append(CollationTest.prettify(k2)).append('\n');
CollationCurrencyTest.java 154 errln(msg1 + CollationTest.prettify(sourceKey) + msg2 + CollationTest.prettify(targetKey));
CollationFinnishTest.java 139 errln(msg1 + CollationTest.prettify(sourceKey) + msg2 + CollationTest.prettify(targetKey));
LotusCollationKoreanTest.java 117 errln(msg1 + CollationTest.prettify(sourceKey) + msg2 + CollationTest.prettify(targetKey));
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationCreationMethodTest.java 121 msg.append(" localeCollator key: ").append(CollationTest.prettify(k1)).append('\n');
122 msg.append(" ruleCollator key: ").append(CollationTest.prettify(k2)).append('\n');
  /external/skia/src/gpu/
GrSKSLPrettyPrint.cpp 16 SkSL::String prettify(const char** strings, int* lengths, int count, bool countlines) { function in class:GrSKSLPrettyPrint::GLSLPrettyPrint
198 return pp.prettify(strings, lengths, count, countlines);
  /external/skqp/src/gpu/
GrSKSLPrettyPrint.cpp 16 SkSL::String prettify(const char** strings, int* lengths, int count, bool countlines) { function in class:GrSKSLPrettyPrint::GLSLPrettyPrint
198 return pp.prettify(strings, lengths, count, countlines);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
LocaleAliasTest.java 190 errln("getCountry() failed for "+ oldLoc +" oldCountry= "+ prettify(oldCountry) +" newCountry = "+prettify(newCountry)+ " in display locale "+ available[j].toString());
196 errln("getLanguage() failed for " + oldLoc + " oldLang = "+ prettify(oldLang) +" newLang = "+prettify(newLang)+ " in display locale "+ available[j].toString());
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
LocaleAliasTest.java 187 errln("getCountry() failed for "+ oldLoc +" oldCountry= "+ prettify(oldCountry) +" newCountry = "+prettify(newCountry)+ " in display locale "+ available[j].toString());
193 errln("getLanguage() failed for " + oldLoc + " oldLang = "+ prettify(oldLang) +" newLang = "+prettify(newLang)+ " in display locale "+ available[j].toString());

Completed in 1098 milliseconds

1 2 3 4 5