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

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcustrtst.c488 const UChar surrMatchSet4[] = {0x0000}; local
564 if (u_strpbrk(testSurrogateString, surrMatchSet4) != NULL) {
627 if (u_strcspn(testSurrogateString, surrMatchSet4) != u_strlen(testSurrogateString)) {
681 if (u_strspn(testSurrogateString, surrMatchSet4) != 0) {
/external/icu4c/test/cintltst/
H A Dcustrtst.c488 const UChar surrMatchSet4[] = {0x0000}; local
564 if (u_strpbrk(testSurrogateString, surrMatchSet4) != NULL) {
627 if (u_strcspn(testSurrogateString, surrMatchSet4) != u_strlen(testSurrogateString)) {
681 if (u_strspn(testSurrogateString, surrMatchSet4) != 0) {

Completed in 51 milliseconds