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

  /external/chromium_org/third_party/icu/source/test/intltest/
tstnrapi.cpp 57 UnicodeString tel, nfkc, nfkd; local
58 tel=UnicodeString(1, (UChar32)0x2121, 10);
59 tel.insert(1, (UChar)0x301);
62 Normalizer::compose(tel, TRUE, 0, nfkc, errorCode);
63 Normalizer::decompose(tel, TRUE, 0, nfkd, errorCode);
68 nfkd!=UnicodeString("TEL\\u0301TELTELTELTELTELTELTELTELTEL", "").unescape()
  /external/icu4c/test/intltest/
tstnrapi.cpp 57 UnicodeString tel, nfkc, nfkd; local
58 tel=UnicodeString(1, (UChar32)0x2121, 10);
59 tel.insert(1, (UChar)0x301);
62 Normalizer::compose(tel, TRUE, 0, nfkc, errorCode);
63 Normalizer::decompose(tel, TRUE, 0, nfkd, errorCode);
68 nfkd!=UnicodeString("TEL\\u0301TELTELTELTELTELTELTELTELTEL", "").unescape()

Completed in 688 milliseconds