Searched refs:skipNodeValue (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/common/ |
D | ucharstrie.cpp | 146 pos=skipNodeValue(pos, node); in nextImpl() 278 pos=skipNodeValue(pos, node); in next() 360 pos=skipNodeValue(pos, node); in findUniqueValue() 381 pos=skipNodeValue(pos, node); in getNextUChars()
|
D | ucharstrieiterator.cpp | 136 pos=skipNodeValue(pos, node); in next()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | CharsTrie.java | 301 pos=skipNodeValue(pos, node); in next() 366 pos=skipNodeValue(pos, node); in getNextChars() 530 pos=skipNodeValue(pos, node); in next() 691 private static int skipNodeValue(int pos, int leadUnit) { in skipNodeValue() method in CharsTrie 815 pos=skipNodeValue(pos, node); in nextImpl() 904 pos=skipNodeValue(pos, node); in findUniqueValue()
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | CharsTrie.java | 290 pos=skipNodeValue(pos, node); in next() 352 pos=skipNodeValue(pos, node); in getNextChars() 508 pos=skipNodeValue(pos, node); in next() 668 private static int skipNodeValue(int pos, int leadUnit) { in skipNodeValue() method in CharsTrie 792 pos=skipNodeValue(pos, node); in nextImpl() 881 pos=skipNodeValue(pos, node); in findUniqueValue()
|
/external/icu/icu4c/source/common/unicode/ |
D | ucharstrie.h | 422 static inline const char16_t *skipNodeValue(const char16_t *pos, int32_t leadUnit) { in skipNodeValue() function
|