Home | History | Annotate | Download | only in util

Lines Matching defs:skipValue

613             pos=skipValue(pos, node);
664 private static int skipValue(int pos, int leadUnit) {
674 private static int skipValue(CharSequence chars, int pos) {
676 return skipValue(pos, leadUnit&0x7fff);
780 pos=skipValue(chars_, pos);
846 pos=skipValue(pos, node);
921 pos=skipValue(chars, pos);