Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/intltest/
Dustrtest.cpp705 UChar32 testChar32 = 0x20402; in TestSearching() local
717 UnicodeString test4(testChar32); in TestSearching()
789 if(subString.indexOf(testChar32) != -1 ){ in TestSearching()
799 … (startPos = test3.indexOf(testChar32, startPos)) != -1 ? (++occurrences, startPos += 1) : 0) in TestSearching()
807 …(startPos = test3.indexOf(testChar32, startPos, endPos - startPos)) != -1 ? (++occurrences, startP… in TestSearching()
841 (startPos = test3.lastIndexOf(testChar32, 5, startPos - 5)) != -1 ? ++occurrences : 0) in TestSearching()
850 if(subString.lastIndexOf(testChar32) != -1 ){ in TestSearching()