Searched refs:surrMatchSet1 (Results 1 – 1 of 1) sorted by relevance
482 const UChar surrMatchSet1[] = {0xdbff, 0xdfff, 0}; in TestStringSearching() local552 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()