OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PUNCT_LIMIT
(Results
1 - 11
of
11
) sorted by null
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationFastLatin.java
38
static final int
PUNCT_LIMIT
= 0x2040;
41
static final int NUM_FAST_CHARS = LATIN_LIMIT + (
PUNCT_LIMIT
- PUNCT_START);
188
} else if(PUNCT_START <= c && c <
PUNCT_LIMIT
) {
318
} else if(PUNCT_START <= c && c <
PUNCT_LIMIT
) {
354
} else if(PUNCT_START <= c && c <
PUNCT_LIMIT
) {
410
} else if(PUNCT_START <= c && c <
PUNCT_LIMIT
) {
439
} else if(PUNCT_START <= c && c <
PUNCT_LIMIT
) {
670
if(PUNCT_START <= c && c <
PUNCT_LIMIT
) {
702
if(PUNCT_START <= c2 && c2 <
PUNCT_LIMIT
) {
[
all
...]
CollationFastLatinBuilder.java
197
} else if(c == CollationFastLatin.
PUNCT_LIMIT
) {
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationFastLatin.java
34
static final int
PUNCT_LIMIT
= 0x2040;
37
static final int NUM_FAST_CHARS = LATIN_LIMIT + (
PUNCT_LIMIT
- PUNCT_START);
184
} else if(PUNCT_START <= c && c <
PUNCT_LIMIT
) {
314
} else if(PUNCT_START <= c && c <
PUNCT_LIMIT
) {
350
} else if(PUNCT_START <= c && c <
PUNCT_LIMIT
) {
406
} else if(PUNCT_START <= c && c <
PUNCT_LIMIT
) {
435
} else if(PUNCT_START <= c && c <
PUNCT_LIMIT
) {
666
if(PUNCT_START <= c && c <
PUNCT_LIMIT
) {
698
if(PUNCT_START <= c2 && c2 <
PUNCT_LIMIT
) {
[
all
...]
CollationFastLatinBuilder.java
196
} else if(c == CollationFastLatin.
PUNCT_LIMIT
) {
/external/icu/icu4c/source/i18n/
collationfastlatin.h
42
static const int32_t
PUNCT_LIMIT
= 0x2040;
45
static const int32_t NUM_FAST_CHARS = LATIN_LIMIT + (
PUNCT_LIMIT
- PUNCT_START);
192
} else if(PUNCT_START <= c && c <
PUNCT_LIMIT
) {
collationfastlatin.cpp
143
} else if(PUNCT_START <= c && c <
PUNCT_LIMIT
) {
174
} else if(PUNCT_START <= c && c <
PUNCT_LIMIT
) {
225
} else if(PUNCT_START <= c && c <
PUNCT_LIMIT
) {
250
} else if(PUNCT_START <= c && c <
PUNCT_LIMIT
) {
799
if(PUNCT_START <= c && c <
PUNCT_LIMIT
) {
[
all
...]
collationfastlatinbuilder.cpp
209
} else if(c == CollationFastLatin::
PUNCT_LIMIT
) {
/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 61 milliseconds