Home | History | Annotate | Download | only in aapt

Lines Matching defs:cp

39     const char* cp = fileName;
42 while (*cp != '\0') {
43 if ((*cp & 0x80) != 0)
45 if (*cp < 0x20 || *cp >= 0x7f)
47 if (strchr(kInvalidChars, *cp) != NULL)
49 cp++;