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

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcustrtst.c500 cdh[] = { 0x63, 0x64, 0x68, 0 }, local
516 if (u_strpbrk(testString, cdh) != &testString[2]) {
543 if (u_strpbrk(testSurrogateString, cdh) != &testSurrogateString[5]) {
582 if (u_strcspn(testString, cdh) != 2) {
606 if (u_strcspn(testSurrogateString, cdh) != 5) {
/external/icu/icu4c/source/test/cintltst/
H A Dcustrtst.c496 cdh[] = { 0x63, 0x64, 0x68, 0 }, local
512 if (u_strpbrk(testString, cdh) != &testString[2]) {
539 if (u_strpbrk(testSurrogateString, cdh) != &testSurrogateString[5]) {
578 if (u_strcspn(testString, cdh) != 2) {
602 if (u_strcspn(testSurrogateString, cdh) != 5) {

Completed in 73 milliseconds