/external/chromium_org/third_party/icu/source/common/ |
D | ucharstrieiterator.cpp | 141 value_=readValue(pos, node&0x7fff); in next() 199 int32_t value=readValue(pos, node&=0x7fff); in branchNext()
|
D | bytestrie.cpp | 30 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()
|
D | bytestrieiterator.cpp | 136 value_=readValue(pos, node>>1); in next() 195 int32_t value=readValue(pos, node>>1); in branchNext()
|
D | ucharstrie.cpp | 299 int32_t value=readValue(pos, node); in findUniqueValueFromBranch() 342 value=readValue(pos, node&0x7fff); in findUniqueValue()
|
/external/proguard/src/proguard/classfile/instruction/ |
D | ConstantInstruction.java | 129 constantIndex = readValue(code, offset, constantIndexSize); offset += constantIndexSize; in readInfo() 130 constant = readValue(code, offset, constantSize); in readInfo()
|
D | Instruction.java | 812 protected static int readValue(byte[] code, int offset, int valueSize) in readValue() method in Instruction
|
D | VariableInstruction.java | 271 variableIndex = readValue(code, offset, variableIndexSize); offset += variableIndexSize; in readInfo()
|
/external/icu/icu4c/source/common/ |
D | ucharstrieiterator.cpp | 141 value_=readValue(pos, node&0x7fff); in next() 199 int32_t value=readValue(pos, node&=0x7fff); in branchNext()
|
D | bytestrie.cpp | 30 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()
|
D | bytestrieiterator.cpp | 136 value_=readValue(pos, node>>1); in next() 195 int32_t value=readValue(pos, node>>1); in branchNext()
|
D | ucharstrie.cpp | 299 int32_t value=readValue(pos, node); in findUniqueValueFromBranch() 342 value=readValue(pos, node&0x7fff); in findUniqueValue()
|
/external/icu/icu4c/source/common/unicode/ |
D | bytestrie.h | 210 return readValue(pos, leadByte>>1); in getValue() 365 static int32_t readValue(const uint8_t *pos, int32_t leadByte);
|
D | ucharstrie.h | 225 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/ |
D | bytestrie.h | 210 return readValue(pos, leadByte>>1); in getValue() 365 static int32_t readValue(const uint8_t *pos, int32_t leadByte);
|
D | ucharstrie.h | 225 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/ |
D | json_reader.cpp | 162 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/ |
D | json_reader.cpp | 164 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/ |
D | DOMUtils.java | 200 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/ |
D | ShadowParcel.java | 687 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/ |
D | reader.h | 137 bool readValue();
|