OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INDEX_MASK
(Results
1 - 9
of
9
) sorted by null
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationFastLatin.java
65
static final int
INDEX_MASK
= 0x3ff; // bits 9..0 for expansions & contractions
85
* Use
INDEX_MASK
to find the start of the contraction list after the fixed table.
99
* Use
INDEX_MASK
to find the pair of CEs after the fixed table.
693
int index = NUM_FAST_CHARS + (ce &
INDEX_MASK
);
698
int index = NUM_FAST_CHARS + (ce &
INDEX_MASK
);
[
all
...]
CollationFastLatinBuilder.java
548
if(expansionIndex > CollationFastLatin.
INDEX_MASK
) {
568
if(contractionIndex > CollationFastLatin.
INDEX_MASK
) {
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationFastLatin.java
61
static final int
INDEX_MASK
= 0x3ff; // bits 9..0 for expansions & contractions
81
* Use
INDEX_MASK
to find the start of the contraction list after the fixed table.
95
* Use
INDEX_MASK
to find the pair of CEs after the fixed table.
689
int index = NUM_FAST_CHARS + (ce &
INDEX_MASK
);
694
int index = NUM_FAST_CHARS + (ce &
INDEX_MASK
);
[
all
...]
CollationFastLatinBuilder.java
547
if(expansionIndex > CollationFastLatin.
INDEX_MASK
) {
567
if(contractionIndex > CollationFastLatin.
INDEX_MASK
) {
/external/icu/icu4c/source/i18n/
collationfastlatin.h
69
static const uint32_t
INDEX_MASK
= 0x3ff; // bits 9..0 for expansions & contractions
89
* Use
INDEX_MASK
to find the start of the contraction list after the fixed table.
103
* Use
INDEX_MASK
to find the pair of CEs after the fixed table.
collationfastlatin.cpp
[
all
...]
collationfastlatinbuilder.cpp
581
if(expansionIndex > (int32_t)CollationFastLatin::
INDEX_MASK
) {
604
if(contractionIndex > (int32_t)CollationFastLatin::
INDEX_MASK
) {
/external/u-boot/arch/arm/include/asm/
omap_mmc.h
125
#define
INDEX_MASK
(0x3f << 24)
/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/
arm_math.h
317
#define
INDEX_MASK
0x0000003F
565
index = (index &
INDEX_MASK
);
616
index = (index &
INDEX_MASK
);
[
all
...]
Completed in 601 milliseconds