HomeSort by relevance Sort by last modified time
    Searched refs:dotsDefault (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/test/intltest/
strcase.cpp 254 dotsDefault=UnicodeString("i i\\u0307 i\\u0307 i\\u0327\\u0307 i\\u0301\\u0307 i\\u0327\\u0307\\u0301", "").unescape();
262 if(t!=dotsDefault) {
263 errln("error in dots.toLower(de)=\"" + t + "\" expected \"" + dotsDefault + "\"");
275 dotsDefault=UnicodeString("A\\u0307 \\u0307 I\\u0307 J\\u0327\\u0307 J\\u0301\\u0307", "").unescape();
283 if(t!=dotsDefault) {
284 errln("error in dots.toUpper(de)=\"" + t + "\" expected \"" + dotsDefault + "\"");
  /external/icu4c/test/intltest/
strcase.cpp 251 dotsDefault=UnicodeString("i i\\u0307 i\\u0307 i\\u0327\\u0307 i\\u0301\\u0307 i\\u0327\\u0307\\u0301", "").unescape();
259 if(t!=dotsDefault) {
260 errln("error in dots.toLower(de)=\"" + t + "\" expected \"" + dotsDefault + "\"");
272 dotsDefault=UnicodeString("A\\u0307 \\u0307 I\\u0307 J\\u0327\\u0307 J\\u0301\\u0307", "").unescape();
280 if(t!=dotsDefault) {
281 errln("error in dots.toUpper(de)=\"" + t + "\" expected \"" + dotsDefault + "\"");

Completed in 653 milliseconds