Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dcustrtst.c481 const UChar surrMatchSet2[] = {0x0061, 0x0062, 0xdbff, 0xdfff, 0}; in TestStringSearching() local
553 if (u_strpbrk(testSurrogateString, surrMatchSet2) != &testSurrogateString[1]) { in TestStringSearching()
616 if (u_strcspn(testSurrogateString, surrMatchSet2) != 1) { in TestStringSearching()