Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dcustrtst.c486 …const UChar surrMatchSetBad3[] = {0xdbff, 0x0061, 0x0062, 0xdbff, 0xdfff, 0}; /* has partial sur… in TestStringSearching() local
673 if (u_strspn(testSurrogateString, surrMatchSetBad3) != 5) { in TestStringSearching()