Searched refs:testChar2 (Results 1 – 2 of 2) sorted by relevance
970 int testChar2 = 0x20402; in TestIndexOf() local974 String test4 = UCharacter.toString(testChar2); in TestIndexOf()987 if (UTF16.indexOf(test3, testChar2) != 0 || in TestIndexOf()988 UTF16.indexOf(test3, testChar2, 0) != 0) { in TestIndexOf()990 Integer.toHexString(testChar2) + in TestIndexOf()994 if (UTF16.indexOf(test5, testChar2) != 1 || in TestIndexOf()995 UTF16.indexOf(test5, testChar2, 0) != 1) { in TestIndexOf()997 Integer.toHexString(testChar2) + in TestIndexOf()1011 if (UTF16.lastIndexOf(test3, testChar2) != 13 || in TestIndexOf()1012 UTF16.lastIndexOf(test3, testChar2, test3.length()) != 13) { in TestIndexOf()[all …]
257 StringCharacterIterator* testChar2=new StringCharacterIterator(testText2); in TestConstructionAndEquality() local261 testChar2->getText(result2); in TestConstructionAndEquality()275 delete testChar2; in TestConstructionAndEquality()