OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NUM_FAST_CHARS
(Results
1 - 7
of
7
) sorted by null
/external/icu/icu4c/source/i18n/
collationfastlatin.h
45
static const int32_t
NUM_FAST_CHARS
= LATIN_LIMIT + (PUNCT_LIMIT - PUNCT_START);
173
* second contraction character, as a char index 0..
NUM_FAST_CHARS
-1.
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationFastLatin.java
41
static final int
NUM_FAST_CHARS
= LATIN_LIMIT + (PUNCT_LIMIT - PUNCT_START);
169
* second contraction character, as a char index 0..
NUM_FAST_CHARS
-1.
689
int index =
NUM_FAST_CHARS
+ (ce & INDEX_MASK);
694
int index =
NUM_FAST_CHARS
+ (ce & INDEX_MASK);
[
all
...]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationFastLatin.java
37
static final int
NUM_FAST_CHARS
= LATIN_LIMIT + (PUNCT_LIMIT - PUNCT_START);
165
* second contraction character, as a char index 0..
NUM_FAST_CHARS
-1.
685
int index =
NUM_FAST_CHARS
+ (ce & INDEX_MASK);
690
int index =
NUM_FAST_CHARS
+ (ce & INDEX_MASK);
[
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 65 milliseconds