Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dustrtest.cpp701 UChar32 testChar32 = 0x20402; in TestSearching() local
713 UnicodeString test4(testChar32); in TestSearching()
785 if(subString.indexOf(testChar32) != -1 ){ in TestSearching()
795 … (startPos = test3.indexOf(testChar32, startPos)) != -1 ? (++occurrences, startPos += 1) : 0) in TestSearching()
803 …(startPos = test3.indexOf(testChar32, startPos, endPos - startPos)) != -1 ? (++occurrences, startP… in TestSearching()
837 (startPos = test3.lastIndexOf(testChar32, 5, startPos - 5)) != -1 ? ++occurrences : 0) in TestSearching()
846 if(subString.lastIndexOf(testChar32) != -1 ){ in TestSearching()