Searched refs:testLength (Results 1 – 6 of 6) sorted by relevance
28 int32_t testLength = UPRV_LENGTHOF(testChars); variable32 icu::ScriptRun scriptRun(testChars, 0, testLength); in main()
14 void testLength();30 TESTCASE_AUTO(testLength); in runIndexedTest()50 void StringSegmentTest::testLength() { in testLength() function in StringSegmentTest
164 int32_t testLength = testString.length(); in checkEncoding() local221 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()
36 public void testLength() { in testLength() method in StringSegmentTest
35 public void testLength() { in testLength() method in StringSegmentTest