Searched refs:chp (Results 1 – 3 of 3) sorted by relevance
178 char *chp = cleaned; in handleStringTag() local180 while ((ch = *chp)) { in handleStringTag()182 *chp = '?'; in handleStringTag()184 chp++; in handleStringTag()
734 char *chp = const_cast<char *> (path); in create_parent_dirs() local737 if (chp[0] == '/') in create_parent_dirs()738 chp++; in create_parent_dirs()742 while (chp && chp[0]) { in create_parent_dirs()743 chp = strchr(chp, '/'); in create_parent_dirs()744 if (chp) { in create_parent_dirs()745 *chp = 0; in create_parent_dirs()754 *chp++ = '/'; in create_parent_dirs()
1040 jchar* chp = buffer; in NewStringLatin1() local1042 *chp++ = *bytes++; in NewStringLatin1()