Home
last modified time | relevance | path

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

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