Searched refs:testChars (Results 1 – 3 of 3) sorted by relevance
15 UChar testChars[] = { variable25 int32_t testLength = sizeof testChars / sizeof testChars[0];29 ScriptRun scriptRun(testChars, 0, testLength); in main()
44 const char testChars[] = "Now is the time for all good men to come " in TestUChariter() local47 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() local114 UnicodeString testString(testChars,""); in TestStringiter()
2517 UChar testChars[] = { in TestEnglishExemplarCharacters() local2536 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()