Searched refs:nontrans (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/icu/source/test/intltest/
H A Duts46test.cpp33 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);
593 nontrans
[all...]
/external/icu/icu4c/source/test/intltest/
H A Duts46test.cpp33 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
[all...]

Completed in 287 milliseconds