Home | History | Annotate | Download | only in util

Lines Matching defs:readValue

309             readValue(chars_, pos, leadUnit&0x7fff) : readNodeValue(chars_, pos, leadUnit);
512 entry_.value=readValue(chars_, pos, node&0x7fff);
586 int value=readValue(chars_, pos, node&=0x7fff);
627 private static int readValue(CharSequence chars, int pos, int leadUnit) {
735 // int delta=readValue(pos, node);
745 // end readValue()
819 int value=readValue(chars, pos, node);
864 value=readValue(chars, pos, node&0x7fff);