Home
last modified time | relevance | path

Searched refs:input8 (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/test/perf/utfperf/
Dutfperf.cpp267 input8(utf8), input8Length(utf8Length) { in FromUTF8()
292 pIn=input8; in call()
293 pInLimit=input8+input8Length; in call()
323 const char *input8; member in FromUTF8
/external/icu/icu4c/source/test/intltest/
Duts46test.cpp833 std::string input8, aT8, uT8, aN8, uN8; in TestSomeCases() local
836 input.toUTF8String(input8); in TestSomeCases()
837 trans->nameToASCII_UTF8(input8, aT8Sink, aT8Info, errorCode); in TestSomeCases()
838 trans->nameToUnicodeUTF8(input8, uT8Sink, uT8Info, errorCode); in TestSomeCases()
839 nontrans->nameToASCII_UTF8(input8, aN8Sink, aN8Info, errorCode); in TestSomeCases()
840 nontrans->nameToUnicodeUTF8(input8, uN8Sink, uN8Info, errorCode); in TestSomeCases()
/external/v8/test/webkit/fast/regex/
Dpcre-test-4.js197 var input8 = "axxxxxxbcdefghijb"; variable
227 var input8 = "axxxxxxbcdefghijb";
Dpcre-test-4-expected.txt73 PASS regex15.exec(input8); is results
82 PASS regex16.exec(input8); is results