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

  /external/chromium_org/third_party/icu/source/test/intltest/
uts46test.cpp 33 UTS46Test() : trans(NULL), nontrans(NULL) {}
41 IDNA *trans, *nontrans; member in class:UTS46Test
50 delete nontrans;
61 nontrans=IDNA::createUTS46Instance(
130 nontrans->labelToASCII(input, result, info, errorCode);
139 nontrans->labelToASCII(input, result, info, errorCode);
151 nontrans->labelToUnicodeUTF8(StringPiece(NULL, 5), sink, info, errorCode);
160 nontrans->nameToASCII_UTF8(StringPiece(), sink, info, errorCode);
169 nontrans->nameToUnicodeUTF8(StringPiece(s, 3), sink, info, errorCode);
569 nontrans->nameToASCII(input, aN, aNInfo, errorCode)
    [all...]
  /external/icu/icu4c/source/test/intltest/
uts46test.cpp 33 UTS46Test() : trans(NULL), nontrans(NULL) {}
41 IDNA *trans, *nontrans; member in class:UTS46Test
50 delete nontrans;
62 nontrans=IDNA::createUTS46Instance(
131 nontrans->labelToASCII(input, result, info, errorCode);
140 nontrans->labelToASCII(input, result, info, errorCode);
152 nontrans->labelToUnicodeUTF8(StringPiece(NULL, 5), sink, info, errorCode);
161 nontrans->nameToASCII_UTF8(StringPiece(), sink, info, errorCode);
170 nontrans->nameToUnicodeUTF8(StringPiece(s, 3), sink, info, errorCode);
595 nontrans->nameToASCII(input, aN, aNInfo, errorCode)
    [all...]

Completed in 213 milliseconds