OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LATIN_LIMIT
(Results
1 - 7
of
7
) sorted by null
/external/icu/icu4c/source/i18n/
collationfastlatin.h
37
static const int32_t
LATIN_LIMIT
= LATIN_MAX + 1;
45
static const int32_t NUM_FAST_CHARS =
LATIN_LIMIT
+ (PUNCT_LIMIT - PUNCT_START);
193
return c - (PUNCT_START -
LATIN_LIMIT
);
206
* The capacity must be
LATIN_LIMIT
.
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationFastLatin.java
33
public static final int
LATIN_LIMIT
= LATIN_MAX + 1;
41
static final int NUM_FAST_CHARS =
LATIN_LIMIT
+ (PUNCT_LIMIT - PUNCT_START);
189
return c - (PUNCT_START -
LATIN_LIMIT
);
202
* The capacity must be
LATIN_LIMIT
.
209
assert(primaries.length ==
LATIN_LIMIT
);
210
if(primaries.length !=
LATIN_LIMIT
) { return -1; }
266
for(int c = 0; c <
LATIN_LIMIT
; ++c) {
319
leftPair = table[c - PUNCT_START +
LATIN_LIMIT
];
355
rightPair = table[c - PUNCT_START +
LATIN_LIMIT
];
411
leftPair = table[c - PUNCT_START +
LATIN_LIMIT
];
[
all
...]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationFastLatin.java
29
public static final int
LATIN_LIMIT
= LATIN_MAX + 1;
37
static final int NUM_FAST_CHARS =
LATIN_LIMIT
+ (PUNCT_LIMIT - PUNCT_START);
185
return c - (PUNCT_START -
LATIN_LIMIT
);
198
* The capacity must be
LATIN_LIMIT
.
205
assert(primaries.length ==
LATIN_LIMIT
);
206
if(primaries.length !=
LATIN_LIMIT
) { return -1; }
262
for(int c = 0; c <
LATIN_LIMIT
; ++c) {
315
leftPair = table[c - PUNCT_START +
LATIN_LIMIT
];
351
rightPair = table[c - PUNCT_START +
LATIN_LIMIT
];
407
leftPair = table[c - PUNCT_START +
LATIN_LIMIT
];
[
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 435 milliseconds