Home | History | Annotate | Download | only in intltest

Lines Matching refs:nontrans

33     UTS46Test() : trans(NULL), nontrans(NULL) {}
41 IDNA *trans, *nontrans;
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->nameToASCII(input, aN, aNInfo, errorCode);
594 nontrans->nameToUnicode(input, uN, uNInfo, errorCode);
669 nontrans->nameToUnicode(aT, aTuN, aTuNInfo, errorCode);
670 nontrans->nameToASCII(uT, uTaN, uTaNInfo, errorCode);
671 nontrans->nameToUnicode(aN, aNuN, aNuNInfo, errorCode);
672 nontrans->nameToASCII(uN, uNaN, uNaNInfo, errorCode);
715 nontrans->labelToASCII(input, aNL, aNLInfo, errorCode);
716 nontrans->labelToUnicode(input, uNL, uNLInfo, errorCode);
836 nontrans->nameToASCII_UTF8(input8, aN8Sink, aN8Info, errorCode);
837 nontrans->nameToUnicodeUTF8(input8, uN8Sink, uN8Info, errorCode);