Home
last modified time | relevance | path

Searched refs:testChars (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/extra/scrptrun/
Dsrtest.cpp15 UChar testChars[] = { variable
25 int32_t testLength = sizeof testChars / sizeof testChars[0];
29 ScriptRun scriptRun(testChars, 0, testLength); in main()
/external/icu4c/samples/citer/
Dciter.cpp44 const char testChars[] = "Now is the time for all good men to come " in TestUChariter() local
47 UnicodeString testString(testChars,""); in TestUChariter()
53 u_fprintf(out, "testText = %s", testChars); in TestUChariter()
111 const char testChars[] = "Now is the time for all good men to come " in TestStringiter() local
114 UnicodeString testString(testChars,""); in TestStringiter()
/external/icu4c/test/cintltst/
Dcloctst.c2517 UChar testChars[] = { in TestEnglishExemplarCharacters() local
2536 if (!uset_contains(exSet, (UChar32)testChars[i])) { in TestEnglishExemplarCharacters()
2537 log_err("Character U+%04X is not included in exemplar type %d\n", testChars[i], i); in TestEnglishExemplarCharacters()