Searched defs:input8 (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Duts46test.cpp806 U_STD_NSQ string input8, aT8, uT8, aN8, uN8; local
809 input.toUTF8String(input8);
810 trans->nameToASCII_UTF8(input8, aT8Sink, aT8Info, errorCode);
811 trans->nameToUnicodeUTF8(input8, uT8Sink, uT8Info, errorCode);
812 nontrans->nameToASCII_UTF8(input8, aN8Sink, aN8Info, errorCode);
813 nontrans->nameToUnicodeUTF8(input8, uN8Sink, uN8Info, errorCode);
/external/chromium_org/third_party/icu/source/test/perf/utfperf/
H A Dutfperf.cpp268 input8(utf8), input8Length(utf8Length) {
293 pIn=input8;
294 pInLimit=input8+input8Length;
324 const char *input8; member in class:FromUTF8
/external/icu4c/test/intltest/
H A Duts46test.cpp830 std::string input8, aT8, uT8, aN8, uN8; local
833 input.toUTF8String(input8);
834 trans->nameToASCII_UTF8(input8, aT8Sink, aT8Info, errorCode);
835 trans->nameToUnicodeUTF8(input8, uT8Sink, uT8Info, errorCode);
836 nontrans->nameToASCII_UTF8(input8, aN8Sink, aN8Info, errorCode);
837 nontrans->nameToUnicodeUTF8(input8, uN8Sink, uN8Info, errorCode);
/external/icu4c/test/perf/utfperf/
H A Dutfperf.cpp268 input8(utf8), input8Length(utf8Length) {
293 pIn=input8;
294 pInLimit=input8+input8Length;
324 const char *input8; member in class:FromUTF8
/external/chromium_org/v8/test/webkit/fast/regex/
H A Dpcre-test-4.js197 var input8 = "axxxxxxbcdefghijb"; variable
199 shouldBe('regex15.exec(input8);', 'results');
227 var input8 = "axxxxxxbcdefghijb"; variable
229 shouldBe('regex16.exec(input8);', 'results');
/external/chromium/googleurl/src/
H A Durl_canon_unittest.cc66 const char* input8; member in struct:__anon2928::DualComponentCase
76 const char* input8; member in struct:__anon2928::IPAddressCase
189 const char* input8; member in struct:UTFCase
215 if (utf_cases[i].input8) {
219 int input_len = static_cast<int>(strlen(utf_cases[i].input8));
222 success &= AppendUTF8EscapedChar(utf_cases[i].input8, &ch, input_len,
245 if (utf_cases[i].input8 && utf_cases[i].input16 &&
250 std::string input8_str(utf_cases[i].input8);
448 if (host_cases[i].input8) {
449 int host_len = static_cast<int>(strlen(host_cases[i].input8));
1072 const char* input8; member in struct:QueryCase
[all...]
/external/chromium_org/url/
H A Durl_canon_unittest.cc41 const char* input8; member in struct:__anon15532::DualComponentCase
51 const char* input8; member in struct:__anon15532::IPAddressCase
176 const char* input8; member in struct:UTFCase
202 if (utf_cases[i].input8) {
206 int input_len = static_cast<int>(strlen(utf_cases[i].input8));
209 success &= AppendUTF8EscapedChar(utf_cases[i].input8, &ch, input_len,
232 if (utf_cases[i].input8 && utf_cases[i].input16 &&
237 std::string input8_str(utf_cases[i].input8);
565 if (host_cases[i].input8) {
566 int host_len = static_cast<int>(strlen(host_cases[i].input8));
1203 const char* input8; member in struct:QueryCase
[all...]

Completed in 427 milliseconds