Home | History | Annotate | Download | only in intltest

Lines Matching full:input8

833         std::string input8, aT8, uT8, aN8, uN8;
836 input.toUTF8String(input8);
837 trans->nameToASCII_UTF8(input8, aT8Sink, aT8Info, errorCode);
838 trans->nameToUnicodeUTF8(input8, uT8Sink, uT8Info, errorCode);
839 nontrans->nameToASCII_UTF8(input8, aN8Sink, aN8Info, errorCode);
840 nontrans->nameToUnicodeUTF8(input8, uN8Sink, uN8Info, errorCode);