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

  /external/icu/icu4c/source/test/intltest/
uts46test.cpp 32 UTS46Test() : trans(NULL), nontrans(NULL) {}
40 IDNA *trans, *nontrans; member in class:UTS46Test
49 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);
597 nontrans->nameToASCII(input, aN, aNInfo, errorCode)
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
UTS46Test.java 37 nontrans=IDNA.getUTS46Instance(commonOptions|
53 nontrans.labelToASCII(input, result, info);
68 nontrans.labelToUnicode(result, result, info);
496 nontrans.nameToASCII(input, aN, aNInfo);
497 nontrans.nameToUnicode(input, uN, uNInfo);
564 nontrans.nameToUnicode(aT, aTuN, aTuNInfo);
565 nontrans.nameToASCII(uT, uTaN, uTaNInfo)
719 private final IDNA trans, nontrans; field in class:UTS46Test
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
UTS46Test.java 33 nontrans=IDNA.getUTS46Instance(commonOptions|
49 nontrans.labelToASCII(input, result, info);
64 nontrans.labelToUnicode(result, result, info);
492 nontrans.nameToASCII(input, aN, aNInfo);
493 nontrans.nameToUnicode(input, uN, uNInfo);
560 nontrans.nameToUnicode(aT, aTuN, aTuNInfo);
561 nontrans.nameToASCII(uT, uTaN, uTaNInfo);
562 nontrans.nameToUnicode(aN, aNuN, aNuNInfo);
563 nontrans.nameToASCII(uN, uNaN, uNaNInfo);
715 private final IDNA trans, nontrans; field in class:UTS46Test
    [all...]

Completed in 3683 milliseconds