Home | History | Annotate | Download | only in cintltst

Lines Matching defs:cd

498         cd[] = { 0x63, 0x64, 0 },
513 if (u_strpbrk(testString, cd) != &testString[2]) {
540 if (u_strpbrk(testSurrogateString, cd) != &testSurrogateString[5]) {
579 if (u_strcspn(testString, cd) != 2) {
603 if (u_strcspn(testSurrogateString, cd) != 5) {
669 if (u_strspn(testSurrogateString, cd) != 0) {