Home
last modified time | relevance | path

Searched refs:testLength (Results 1 – 6 of 6) sorted by relevance

/third_party/icu/icu4c/source/extra/scrptrun/
Dsrtest.cpp28 int32_t testLength = UPRV_LENGTHOF(testChars); variable
32 icu::ScriptRun scriptRun(testChars, 0, testLength); in main()
/third_party/skia/third_party/externals/icu/source/extra/scrptrun/
Dsrtest.cpp28 int32_t testLength = UPRV_LENGTHOF(testChars); variable
32 icu::ScriptRun scriptRun(testChars, 0, testLength); in main()
/third_party/icu/icu4c/source/test/intltest/
Dstring_segment_test.cpp14 void testLength();
30 TESTCASE_AUTO(testLength); in runIndexedTest()
50 void StringSegmentTest::testLength() { in testLength() function in StringSegmentTest
Dcsdetest.cpp164 int32_t testLength = testString.length(); in checkEncoding() local
221 decoded = new UChar[testLength]; in checkEncoding()
222 dLength = ucsdet_getUChars(matches[0], decoded, testLength, &status); in checkEncoding()
228 for(int32_t i = 0; i < testLength; i += 1) { in checkEncoding()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/impl/
DStringSegmentTest.java36 public void testLength() { in testLength() method in StringSegmentTest
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/impl/
DStringSegmentTest.java35 public void testLength() { in testLength() method in StringSegmentTest