Home | History | Annotate | Download | only in util

Lines Matching defs:readValue

322             readValue(chars_, pos, leadUnit&0x7fff) : readNodeValue(chars_, pos, leadUnit);
537 entry_.value=readValue(chars_, pos, node&0x7fff);
612 int value=readValue(chars_, pos, node&=0x7fff);
653 private static int readValue(CharSequence chars, int pos, int leadUnit) {
761 // int delta=readValue(pos, node);
771 // end readValue()
845 int value=readValue(chars, pos, node);
890 value=readValue(chars, pos, node&0x7fff);