Searched defs:not_first_ch (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp4547 jboolean not_first_ch = false; local
4549 for (p = name; p != name + length; not_first_ch = true) {
4558 (not_first_ch && ch >= '0' && ch <= '9')) {
4601 if (not_first_ch) {
4620 return (not_first_ch) ? old_p : NULL;
4622 return (not_first_ch) ? p : NULL;

Completed in 50 milliseconds