Searched refs:surrMatchSetBad (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcustrtst.c489 const UChar surrMatchSetBad[] = {0xdbff, 0x0061, 0}; local
567 if (u_strpbrk(testSurrogateString, surrMatchSetBad) != &testSurrogateString[0]) {
657 if (u_strspn(testSurrogateString, surrMatchSetBad) != 2) {
/external/icu/icu4c/source/test/cintltst/
H A Dcustrtst.c485 const UChar surrMatchSetBad[] = {0xdbff, 0x0061, 0}; local
563 if (u_strpbrk(testSurrogateString, surrMatchSetBad) != &testSurrogateString[0]) {
653 if (u_strspn(testSurrogateString, surrMatchSetBad) != 2) {

Completed in 506 milliseconds