Searched refs:chp (Results 1 – 3 of 3) sorted by relevance
180 char *chp = cleaned; in handleStringTag() local182 while ((ch = *chp)) { in handleStringTag()184 *chp = '?'; in handleStringTag()186 chp++; in handleStringTag()
3653 char *chp = const_cast<char *> (path); in create_parent_dirs() local3656 if (chp[0] == '/') in create_parent_dirs()3657 chp++; in create_parent_dirs()3661 while (chp && chp[0]) { in create_parent_dirs()3662 chp = strchr(chp, '/'); in create_parent_dirs()3663 if (chp) { in create_parent_dirs()3664 *chp = 0; in create_parent_dirs()3673 *chp++ = '/'; in create_parent_dirs()
1161 jchar* chp = buffer; in NewStringLatin1() local1163 *chp++ = *bytes++; in NewStringLatin1()