Searched refs:skipDelta (Results 1 - 6 of 6) sorted by relevance

/external/icu4c/common/
H A Dbytestrie.cpp93 pos=skipDelta(pos);
322 pos=skipDelta(pos);
424 pos=skipDelta(pos);
H A Ducharstrie.cpp74 pos=skipDelta(pos);
291 pos=skipDelta(pos);
402 pos=skipDelta(pos);
H A Dbytestrieiterator.cpp184 stack_->addElement((int32_t)(skipDelta(pos)-bytes_), errorCode);
H A Ducharstrieiterator.cpp188 stack_->addElement((int32_t)(skipDelta(pos)-uchars_), errorCode);
/external/icu4c/common/unicode/
H A Dbytestrie.h387 static inline const uint8_t *skipDelta(const uint8_t *pos) { function in class:BytesTrie
H A Ducharstrie.h445 static const UChar *skipDelta(const UChar *pos) { function in class:UCharsTrie

Completed in 71 milliseconds