Searched refs:testLength (Results 1 – 4 of 4) sorted by relevance
25 int32_t testLength = sizeof testChars / sizeof testChars[0]; variable29 ScriptRun scriptRun(testChars, 0, testLength); in main()
22 public void testLength() throws Exception { in testLength() method in SpannableStringBuilderTest
77 public void testLength() throws Exception { in testLength() method in LineRegionTest
160 int32_t testLength = testString.length(); in checkEncoding() local217 decoded = NEW_ARRAY(UChar, testLength); in checkEncoding()218 dLength = ucsdet_getUChars(matches[0], decoded, testLength, &status); in checkEncoding()224 for(int32_t i = 0; i < testLength; i += 1) { in checkEncoding()