Home
last modified time | relevance | path

Searched refs:skipNodeValue (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/common/
Ducharstrie.cpp146 pos=skipNodeValue(pos, node); in nextImpl()
277 pos=skipNodeValue(pos, node); in next()
359 pos=skipNodeValue(pos, node); in findUniqueValue()
380 pos=skipNodeValue(pos, node); in getNextUChars()
Ducharstrieiterator.cpp136 pos=skipNodeValue(pos, node); in next()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCharsTrie.java301 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/
DCharsTrie.java289 pos=skipNodeValue(pos, node); in next()
351 pos=skipNodeValue(pos, node); in getNextChars()
505 pos=skipNodeValue(pos, node); in next()
665 private static int skipNodeValue(int pos, int leadUnit) { in skipNodeValue() method in CharsTrie
789 pos=skipNodeValue(pos, node); in nextImpl()
878 pos=skipNodeValue(pos, node); in findUniqueValue()
/external/icu/icu4c/source/common/unicode/
Ducharstrie.h422 static inline const UChar *skipNodeValue(const UChar *pos, int32_t leadUnit) { in skipNodeValue() function