Home
last modified time | relevance | path

Searched refs:testChars (Results 1 – 2 of 2) 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()