HomeSort by relevance Sort by last modified time
    Searched refs:skipDelta (Results 1 - 6 of 6) sorted by null

  /external/icu4c/common/
bytestrie.cpp 93 pos=skipDelta(pos);
322 pos=skipDelta(pos);
424 pos=skipDelta(pos);
ucharstrie.cpp 55 pos=skipDelta(pos);
272 pos=skipDelta(pos);
383 pos=skipDelta(pos);
bytestrieiterator.cpp 184 stack_->addElement((int32_t)(skipDelta(pos)-bytes_), errorCode);
ucharstrieiterator.cpp 188 stack_->addElement((int32_t)(skipDelta(pos)-uchars_), errorCode);
  /external/icu4c/common/unicode/
bytestrie.h 387 static inline const uint8_t *skipDelta(const uint8_t *pos) {
ucharstrie.h 457 static const UChar *skipDelta(const UChar *pos) {

Completed in 45 milliseconds