Home | History | Annotate | Download | only in cintltst

Lines Matching refs:gf

503         gf[] = { 0x67, 0x66, 0 };
525 if (u_strpbrk(testString, gf) != NULL) {
526 log_err("u_strpbrk didn't return NULL for \"gf\".\n");
552 if (u_strpbrk(testSurrogateString, gf) != NULL) {
553 log_err("u_strpbrk didn't return NULL for \"gf\".\n");
591 if (u_strcspn(testString, gf) != u_strlen(testString)) {
592 log_err("u_strcspn didn't return NULL for \"gf\".\n");
615 if (u_strcspn(testSurrogateString, gf) != u_strlen(testSurrogateString)) {
616 log_err("u_strcspn didn't return NULL for \"gf\".\n");