Searched refs:readNodeValue (Results 1 – 6 of 6) sorted by relevance
/external/icu/icu4c/source/common/unicode/ |
D | ucharstrie.h | 225 readValue(pos, leadUnit&0x7fff) : readNodeValue(pos, leadUnit); in getValue() 408 static inline int32_t readNodeValue(const UChar *pos, int32_t leadUnit) { in readNodeValue() function
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
D | ucharstrie.h | 225 readValue(pos, leadUnit&0x7fff) : readNodeValue(pos, leadUnit); in getValue() 408 static inline int32_t readNodeValue(const UChar *pos, int32_t leadUnit) { in readNodeValue() function
|
/external/chromium_org/third_party/icu/source/common/ |
D | ucharstrieiterator.cpp | 143 value_=readNodeValue(pos, node); in next()
|
D | ucharstrie.cpp | 344 value=readNodeValue(pos, node); in findUniqueValue()
|
/external/icu/icu4c/source/common/ |
D | ucharstrieiterator.cpp | 143 value_=readNodeValue(pos, node); in next()
|
D | ucharstrie.cpp | 344 value=readNodeValue(pos, node); in findUniqueValue()
|