Searched refs:skipNodeValue (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/common/ |
D | ucharstrie.cpp | 144 pos=skipNodeValue(pos, node); in nextImpl() 275 pos=skipNodeValue(pos, node); in next() 357 pos=skipNodeValue(pos, node); in findUniqueValue() 378 pos=skipNodeValue(pos, node); in getNextUChars()
|
D | ucharstrieiterator.cpp | 134 pos=skipNodeValue(pos, node); in next()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | CharsTrie.java | 299 pos=skipNodeValue(pos, node); in next() 364 pos=skipNodeValue(pos, node); in getNextChars() 525 pos=skipNodeValue(pos, node); in next() 685 private static int skipNodeValue(int pos, int leadUnit) { in skipNodeValue() method in CharsTrie 809 pos=skipNodeValue(pos, node); in nextImpl() 898 pos=skipNodeValue(pos, node); in findUniqueValue()
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | CharsTrie.java | 287 pos=skipNodeValue(pos, node); in next() 349 pos=skipNodeValue(pos, node); in getNextChars() 500 pos=skipNodeValue(pos, node); in next() 659 private static int skipNodeValue(int pos, int leadUnit) { in skipNodeValue() method in CharsTrie 783 pos=skipNodeValue(pos, node); in nextImpl() 872 pos=skipNodeValue(pos, node); in findUniqueValue()
|
/external/icu/icu4c/source/common/unicode/ |
D | ucharstrie.h | 420 static inline const UChar *skipNodeValue(const UChar *pos, int32_t leadUnit) { in skipNodeValue() function
|