Home | History | Annotate | Download | only in util

Lines Matching defs:skipValue

587             pos=skipValue(pos, node);
638 private static int skipValue(int pos, int leadUnit) {
648 private static int skipValue(CharSequence chars, int pos) {
650 return skipValue(pos, leadUnit&0x7fff);
754 pos=skipValue(chars_, pos);
820 pos=skipValue(pos, node);
895 pos=skipValue(chars, pos);