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

/external/icu4c/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/icu4c/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,"");

Completed in 77 milliseconds