Home
last modified time | relevance | path

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

/external/icu/icu4c/source/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/icu/icu4c/source/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/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DBreakIteratorTest.java282 private void doOtherInvariantTest(BreakIterator tb, String testChars) in doOtherInvariantTest() argument
288 for (int i = 0; i < testChars.length(); i++) { in doOtherInvariantTest()
289 work.setCharAt(0, testChars.charAt(i)); in doOtherInvariantTest()
290 for (int j = 0; j < testChars.length(); j++) { in doOtherInvariantTest()
291 work.setCharAt(3, testChars.charAt(j)); in doOtherInvariantTest()
309 for (int i = 0; i < testChars.length(); i++) { in doOtherInvariantTest()
310 char c = testChars.charAt(i); in doOtherInvariantTest()
314 for (int j = 0; j < testChars.length(); j++) { in doOtherInvariantTest()
315 c = testChars.charAt(j); in doOtherInvariantTest()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DLocaleDataTest.java111 final char[] testChars = { in TestEnglishExemplarCharacters() local
122 if (testChars[type] > 0 && !exSet.contains(testChars[type])) { in TestEnglishExemplarCharacters()
123 … errln("Character '" + testChars[type] + "' is not included in exemplar type " + type); in TestEnglishExemplarCharacters()
/external/icu/icu4c/source/test/cintltst/
Dcloctst.c2608 UChar testChars[] = { in TestEnglishExemplarCharacters() local
2627 if (!uset_contains(exSet, (UChar32)testChars[i])) { in TestEnglishExemplarCharacters()
2628 log_err("Character U+%04X is not included in exemplar type %d\n", testChars[i], i); in TestEnglishExemplarCharacters()