Home | History | Annotate | Download | only in core

Lines Matching refs:testStr

563             String testStr = TEST_STRING;
567 length = testStr.length();
568 length = testStr.length();
569 length = testStr.length();
570 length = testStr.length();
571 length = testStr.length();
572 length = testStr.length();
573 length = testStr.length();
574 length = testStr.length();
575 length = testStr.length();
576 length = testStr.length();
676 String testStr = TEST_STRING;
680 for (int j = 0; j < testStr.length(); j++) {
681 ch = testStr.charAt(j);