Home | History | Annotate | Download | only in intltest

Lines Matching refs:input8

847         std::string input8, aT8, uT8, aN8, uN8;
850 input.toUTF8String(input8);
851 trans->nameToASCII_UTF8(input8, aT8Sink, aT8Info, errorCode);
852 trans->nameToUnicodeUTF8(input8, uT8Sink, uT8Info, errorCode);
853 nontrans->nameToASCII_UTF8(input8, aN8Sink, aN8Info, errorCode);
854 nontrans->nameToUnicodeUTF8(input8, uN8Sink, uN8Info, errorCode);