Home
last modified time | relevance | path

Searched refs:testChars (Results 1 - 10 of 10) sorted by relevance

/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
H A DUnicodeSetPerf.java25 UnicodeSet testChars; field in UnicodeSetPerf
41 testChars = new UnicodeSet(pattern); in setup()
42 it = new UnicodeSetIterator(testChars); in setup()
62 return testChars.size(); in testUnicodeSetAdd()
82 return testChars.size(); in testHashSetAdd()
89 us.set(testChars); in testUnicodeSetContains()
133 UnicodeSetIterator uit = new UnicodeSetIterator(testChars); in testUnicodeSetIterate()
140 return testChars.size(); in testUnicodeSetIterate()
161 return testChars.size(); in testHashSetIterate()
/third_party/icu/icu4c/source/samples/citer/
H A Dciter.cpp55 const char testChars[] = "Now is the time for all good men to come " in TestUChariter() local
58 UnicodeString testString(testChars,""); in TestUChariter()
64 u_fprintf(out, "testText = %s", testChars); in TestUChariter()
122 const char testChars[] = "Now is the time for all good men to come " in TestStringiter() local
125 UnicodeString testString(testChars,""); in TestStringiter()
/third_party/skia/third_party/externals/icu/source/samples/citer/
H A Dciter.cpp55 const char testChars[] = "Now is the time for all good men to come " in TestUChariter() local
58 UnicodeString testString(testChars,""); in TestUChariter()
64 u_fprintf(out, "testText = %s", testChars); in TestUChariter()
122 const char testChars[] = "Now is the time for all good men to come " in TestStringiter() local
125 UnicodeString testString(testChars,""); in TestStringiter()
/third_party/icu/icu4c/source/extra/scrptrun/
H A Dsrtest.cpp18 UChar testChars[] = { variable
28 int32_t testLength = UPRV_LENGTHOF(testChars);
32 icu::ScriptRun scriptRun(testChars, 0, testLength); in main()
/third_party/skia/third_party/externals/icu/source/extra/scrptrun/
H A Dsrtest.cpp18 UChar testChars[] = { variable
28 int32_t testLength = UPRV_LENGTHOF(testChars);
32 icu::ScriptRun scriptRun(testChars, 0, testLength); in main()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/
H A DBreakIteratorTest.java40 private void doOtherInvariantTest(BreakIterator tb, String testChars) in doOtherInvariantTest() argument
46 for (int i = 0; i < testChars.length(); i++) { in doOtherInvariantTest()
47 work.setCharAt(0, testChars.charAt(i)); in doOtherInvariantTest()
48 for (int j = 0; j < testChars.length(); j++) { in doOtherInvariantTest()
49 work.setCharAt(3, testChars.charAt(j)); in doOtherInvariantTest()
67 for (int i = 0; i < testChars.length(); i++) { in doOtherInvariantTest()
68 char c = testChars.charAt(i); in doOtherInvariantTest()
72 for (int j = 0; j < testChars.length(); j++) { in doOtherInvariantTest()
73 c = testChars.charAt(j); in doOtherInvariantTest()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
H A DBreakIteratorTest.java37 private void doOtherInvariantTest(BreakIterator tb, String testChars) in doOtherInvariantTest() argument
43 for (int i = 0; i < testChars.length(); i++) { in doOtherInvariantTest()
44 work.setCharAt(0, testChars.charAt(i)); in doOtherInvariantTest()
45 for (int j = 0; j < testChars.length(); j++) { in doOtherInvariantTest()
46 work.setCharAt(3, testChars.charAt(j)); in doOtherInvariantTest()
64 for (int i = 0; i < testChars.length(); i++) { in doOtherInvariantTest()
65 char c = testChars.charAt(i); in doOtherInvariantTest()
69 for (int j = 0; j < testChars.length(); j++) { in doOtherInvariantTest()
70 c = testChars.charAt(j); in doOtherInvariantTest()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DLocaleDataTest.java149 final char[] testChars = { in TestEnglishExemplarCharacters()
160 if (testChars[type] > 0 && !exSet.contains(testChars[type])) { in TestEnglishExemplarCharacters()
161 errln("Character '" + testChars[type] + "' is not included in exemplar type " + type); in TestEnglishExemplarCharacters()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DLocaleDataTest.java146 final char[] testChars = { in TestEnglishExemplarCharacters()
157 if (testChars[type] > 0 && !exSet.contains(testChars[type])) { in TestEnglishExemplarCharacters()
158 errln("Character '" + testChars[type] + "' is not included in exemplar type " + type); in TestEnglishExemplarCharacters()
/third_party/icu/icu4c/source/test/cintltst/
H A Dcloctst.c3001 UChar testChars[] = { in TestEnglishExemplarCharacters() local
3020 if (!uset_contains(exSet, (UChar32)testChars[i])) { in TestEnglishExemplarCharacters()
3021 log_err("Character U+%04X is not included in exemplar type %d\n", testChars[i], i); in TestEnglishExemplarCharacters()

Completed in 13 milliseconds