Home
last modified time | relevance | path

Searched refs:readValue (Results 1 – 20 of 20) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
Ducharstrieiterator.cpp141 value_=readValue(pos, node&0x7fff); in next()
199 int32_t value=readValue(pos, node&=0x7fff); in branchNext()
Dbytestrie.cpp30 BytesTrie::readValue(const uint8_t *pos, int32_t leadByte) { in readValue() function in BytesTrie
329 int32_t value=readValue(pos, node>>1); in findUniqueValueFromBranch()
368 int32_t value=readValue(pos, node>>1); in findUniqueValue()
Dbytestrieiterator.cpp136 value_=readValue(pos, node>>1); in next()
195 int32_t value=readValue(pos, node>>1); in branchNext()
Ducharstrie.cpp299 int32_t value=readValue(pos, node); in findUniqueValueFromBranch()
342 value=readValue(pos, node&0x7fff); in findUniqueValue()
/external/proguard/src/proguard/classfile/instruction/
DConstantInstruction.java129 constantIndex = readValue(code, offset, constantIndexSize); offset += constantIndexSize; in readInfo()
130 constant = readValue(code, offset, constantSize); in readInfo()
DInstruction.java812 protected static int readValue(byte[] code, int offset, int valueSize) in readValue() method in Instruction
DVariableInstruction.java271 variableIndex = readValue(code, offset, variableIndexSize); offset += variableIndexSize; in readInfo()
/external/icu/icu4c/source/common/
Ducharstrieiterator.cpp141 value_=readValue(pos, node&0x7fff); in next()
199 int32_t value=readValue(pos, node&=0x7fff); in branchNext()
Dbytestrie.cpp30 BytesTrie::readValue(const uint8_t *pos, int32_t leadByte) { in readValue() function in BytesTrie
329 int32_t value=readValue(pos, node>>1); in findUniqueValueFromBranch()
368 int32_t value=readValue(pos, node>>1); in findUniqueValue()
Dbytestrieiterator.cpp136 value_=readValue(pos, node>>1); in next()
195 int32_t value=readValue(pos, node>>1); in branchNext()
Ducharstrie.cpp299 int32_t value=readValue(pos, node); in findUniqueValueFromBranch()
342 value=readValue(pos, node&0x7fff); in findUniqueValue()
/external/icu/icu4c/source/common/unicode/
Dbytestrie.h210 return readValue(pos, leadByte>>1); in getValue()
365 static int32_t readValue(const uint8_t *pos, int32_t leadByte);
Ducharstrie.h225 readValue(pos, leadUnit&0x7fff) : readNodeValue(pos, leadUnit); in getValue()
382 static inline int32_t readValue(const UChar *pos, int32_t leadUnit) { in readValue() function
/external/chromium_org/third_party/icu/source/common/unicode/
Dbytestrie.h210 return readValue(pos, leadByte>>1); in getValue()
365 static int32_t readValue(const uint8_t *pos, int32_t leadByte);
Ducharstrie.h225 readValue(pos, leadUnit&0x7fff) : readNodeValue(pos, leadUnit); in getValue()
382 static inline int32_t readValue(const UChar *pos, int32_t leadUnit) { in readValue() function
/external/jsoncpp/src/lib_json/
Djson_reader.cpp162 bool successful = readValue(); in parse()
185 Reader::readValue() in readValue() function in Json::Reader
500 bool ok = readValue(); in readObject()
544 bool ok = readValue(); in readArray()
/external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/
Djson_reader.cpp164 bool successful = readValue(); in parse()
187 Reader::readValue() in readValue() function in Json::Reader
502 bool ok = readValue(); in readObject()
546 bool ok = readValue(); in readArray()
/external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/
DDOMUtils.java200 if (jsonReader.hasNext()) value = readValue(jsonReader, valueType);
212 private static <T> T readValue(JsonReader jsonReader, Class<T> valueType)
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowParcel.java687 public Object readValue(ClassLoader loader) { in readValue() method in ShadowParcel
964 Object key = readValue(loader); in readMapInternal()
965 Object value = readValue(loader); in readMapInternal()
972 Object value = readValue(loader); in readListInternal()
980 Object value = readValue(loader); in readArrayInternal()
/external/jsoncpp/include/json/
Dreader.h137 bool readValue();