Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dcustrtst.c482 const UChar surrMatchSet1[] = {0xdbff, 0xdfff, 0}; in TestStringSearching() local
552 if (u_strpbrk(testSurrogateString, surrMatchSet1) != &testSurrogateString[3]) { in TestStringSearching()
615 if (u_strcspn(testSurrogateString, surrMatchSet1) != 3) { in TestStringSearching()
672 if (u_strspn(testSurrogateString, surrMatchSet1) != 0) { in TestStringSearching()