OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:skipDelta
(Results
1 - 11
of
11
) sorted by null
/external/icu/icu4c/source/common/
bytestrie.cpp
95
pos=
skipDelta
(pos);
324
pos=
skipDelta
(pos);
426
pos=
skipDelta
(pos);
ucharstrie.cpp
76
pos=
skipDelta
(pos);
294
pos=
skipDelta
(pos);
405
pos=
skipDelta
(pos);
bytestrieiterator.cpp
189
stack_->addElement((int32_t)(
skipDelta
(pos)-bytes_), errorCode);
ucharstrieiterator.cpp
190
stack_->addElement((int32_t)(
skipDelta
(pos)-uchars_), errorCode);
/external/icu/android_icu4j/src/main/java/android/icu/util/
BytesTrie.java
636
stack_.add(((long)
skipDelta
(bytes_, pos)<<32)|((length-(length>>1))<<16)|entry_.length);
737
private static int
skipDelta
(byte[] bytes, int pos) {
768
pos=
skipDelta
(bytes_, pos);
[
all
...]
CharsTrie.java
579
stack_.add(((long)
skipDelta
(chars_, pos)<<32)|((length-(length>>1))<<16)|str_.length());
693
private static int
skipDelta
(CharSequence chars, int pos) {
722
pos=
skipDelta
(chars_, pos);
814
pos=
skipDelta
(chars, pos);
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
BytesTrie.java
667
stack_.add(((long)
skipDelta
(bytes_, pos)<<32)|((length-(length>>1))<<16)|entry_.length);
768
private static int
skipDelta
(byte[] bytes, int pos) {
799
pos=
skipDelta
(bytes_, pos);
[
all
...]
CharsTrie.java
602
stack_.add(((long)
skipDelta
(chars_, pos)<<32)|((length-(length>>1))<<16)|str_.length());
716
private static int
skipDelta
(CharSequence chars, int pos) {
745
pos=
skipDelta
(chars_, pos);
837
pos=
skipDelta
(chars, pos);
[
all
...]
/external/icu/icu4c/source/common/unicode/
bytestrie.h
388
static inline const uint8_t *
skipDelta
(const uint8_t *pos) {
ucharstrie.h
447
static const char16_t *
skipDelta
(const char16_t *pos) {
/external/cldr/tools/java/libs/
icu4j.jar
Completed in 545 milliseconds