OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CONTR_LENGTH_SHIFT
(Results
1 - 11
of
11
) sorted by null
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationFastLatin.java
87
* Use
CONTR_LENGTH_SHIFT
for the length of the entry
177
static final int
CONTR_LENGTH_SHIFT
= 9;
716
i += head >>
CONTR_LENGTH_SHIFT
;
726
int length = table[index] >>
CONTR_LENGTH_SHIFT
;
[
all
...]
CollationFastLatinBuilder.java
578
result.append((char)(x | (1 << CollationFastLatin.
CONTR_LENGTH_SHIFT
)));
580
result.append((char)(x | (2 << CollationFastLatin.
CONTR_LENGTH_SHIFT
)));
583
result.append((char)(x | (3 << CollationFastLatin.
CONTR_LENGTH_SHIFT
)));
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationFastLatin.java
83
* Use
CONTR_LENGTH_SHIFT
for the length of the entry
173
static final int
CONTR_LENGTH_SHIFT
= 9;
712
i += head >>
CONTR_LENGTH_SHIFT
;
722
int length = table[index] >>
CONTR_LENGTH_SHIFT
;
[
all
...]
CollationFastLatinBuilder.java
577
result.append((char)(x | (1 << CollationFastLatin.
CONTR_LENGTH_SHIFT
)));
579
result.append((char)(x | (2 << CollationFastLatin.
CONTR_LENGTH_SHIFT
)));
582
result.append((char)(x | (3 << CollationFastLatin.
CONTR_LENGTH_SHIFT
)));
/external/icu/icu4c/source/i18n/
collationfastlatin.h
91
* Use
CONTR_LENGTH_SHIFT
for the length of the entry
181
static const uint32_t
CONTR_LENGTH_SHIFT
= 9;
296
* Bits 10..9: Length of the result (1..3), see comments on
CONTR_LENGTH_SHIFT
.
collationfastlatinbuilder.cpp
614
result.append((UChar)(x | (1 << CollationFastLatin::
CONTR_LENGTH_SHIFT
)));
616
result.append((UChar)(x | (2 << CollationFastLatin::
CONTR_LENGTH_SHIFT
)));
619
result.append((UChar)(x | (3 << CollationFastLatin::
CONTR_LENGTH_SHIFT
)));
collationfastlatin.cpp
[
all
...]
/external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar
Completed in 471 milliseconds