Home
last modified time | relevance | path

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

/external/icu/icu4c/source/extra/scrptrun/
Dsrtest.cpp25 int32_t testLength = sizeof testChars / sizeof testChars[0]; variable
29 ScriptRun scriptRun(testChars, 0, testLength); in main()
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DSpannableStringBuilderTest.java22 public void testLength() throws Exception { in testLength() method in SpannableStringBuilderTest
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/
DLineRegionTest.java77 public void testLength() throws Exception { in testLength() method in LineRegionTest
/external/icu/icu4c/source/test/intltest/
Dcsdetest.cpp160 int32_t testLength = testString.length(); in checkEncoding() local
217 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()