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

/external/chromium_org/third_party/icu/source/extra/scrptrun/
H A Dsrtest.cpp15 UChar testChars[] = { variable
25 int32_t testLength = sizeof testChars / sizeof testChars[0];
29 ScriptRun scriptRun(testChars, 0, testLength);
/external/icu/icu4c/source/extra/scrptrun/
H A Dsrtest.cpp15 UChar testChars[] = { variable
25 int32_t testLength = sizeof testChars / sizeof testChars[0];
29 ScriptRun scriptRun(testChars, 0, testLength);
/external/chromium_org/third_party/icu/source/samples/citer/
H A Dciter.cpp44 const char testChars[] = "Now is the time for all good men to come " local
47 UnicodeString testString(testChars,"");
53 u_fprintf(out, "testText = %s", testChars);
111 const char testChars[] = "Now is the time for all good men to come " local
114 UnicodeString testString(testChars,"");
/external/icu/icu4c/source/samples/citer/
H A Dciter.cpp44 const char testChars[] = "Now is the time for all good men to come " local
47 UnicodeString testString(testChars,"");
53 u_fprintf(out, "testText = %s", testChars);
111 const char testChars[] = "Now is the time for all good men to come " local
114 UnicodeString testString(testChars,"");
/external/chromium_org/net/tools/tld_cleanup/
H A Dmake_dafsa_unittest.py100 def testChars(self): member in class:ToDafsaTest
628 def testChars(self): member in class:EncodePrefixTest
642 def testChars(self): member in class:EncodeLabelTest
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcloctst.c2601 UChar testChars[] = { local
2620 if (!uset_contains(exSet, (UChar32)testChars[i])) {
2621 log_err("Character U+%04X is not included in exemplar type %d\n", testChars[i], i);
/external/icu/icu4c/source/test/cintltst/
H A Dcloctst.c2602 UChar testChars[] = { local
2621 if (!uset_contains(exSet, (UChar32)testChars[i])) {
2622 log_err("Character U+%04X is not included in exemplar type %d\n", testChars[i], i);

Completed in 197 milliseconds