OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LATIN_MAX
(Results
1 - 11
of
11
) sorted by null
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationFastLatin.java
32
public static final int
LATIN_MAX
= 0x17f;
33
public static final int LATIN_LIMIT =
LATIN_MAX
+ 1;
35
static final int LATIN_MAX_UTF8_LEAD = 0xc5; // UTF-8 lead byte of
LATIN_MAX
186
if(c <=
LATIN_MAX
) {
311
if(c <=
LATIN_MAX
) {
347
if(c <=
LATIN_MAX
) {
408
if(c <=
LATIN_MAX
) {
437
if(c <=
LATIN_MAX
) {
492
leftPair = (c <=
LATIN_MAX
) ? table[c] : lookup(table, c);
510
rightPair = (c <=
LATIN_MAX
) ? table[c] : lookup(table, c)
[
all
...]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationFastLatin.java
28
public static final int
LATIN_MAX
= 0x17f;
29
public static final int LATIN_LIMIT =
LATIN_MAX
+ 1;
31
static final int LATIN_MAX_UTF8_LEAD = 0xc5; // UTF-8 lead byte of
LATIN_MAX
182
if(c <=
LATIN_MAX
) {
307
if(c <=
LATIN_MAX
) {
343
if(c <=
LATIN_MAX
) {
404
if(c <=
LATIN_MAX
) {
433
if(c <=
LATIN_MAX
) {
488
leftPair = (c <=
LATIN_MAX
) ? table[c] : lookup(table, c);
506
rightPair = (c <=
LATIN_MAX
) ? table[c] : lookup(table, c)
[
all
...]
/external/icu/icu4c/source/i18n/
collationfastlatin.cpp
136
if(c <=
LATIN_MAX
) {
167
if(c <=
LATIN_MAX
) {
223
if(c <=
LATIN_MAX
) {
248
if(c <=
LATIN_MAX
) {
299
leftPair = (c <=
LATIN_MAX
) ? table[c] : lookup(table, c);
312
rightPair = (c <=
LATIN_MAX
) ? table[c] : lookup(table, c);
352
leftPair = (c <=
LATIN_MAX
) ? table[c] : lookup(table, c);
365
rightPair = (c <=
LATIN_MAX
) ? table[c] : lookup(table, c);
408
leftPair = (c <=
LATIN_MAX
) ? table[c] : lookup(table, c);
421
rightPair = (c <=
LATIN_MAX
) ? table[c] : lookup(table, c)
[
all
...]
collationfastlatin.h
36
static const int32_t
LATIN_MAX
= 0x17f;
37
static const int32_t LATIN_LIMIT =
LATIN_MAX
+ 1;
39
static const int32_t LATIN_MAX_UTF8_LEAD = 0xc5; // UTF-8 lead byte of
LATIN_MAX
190
if(c <=
LATIN_MAX
) {
rulebasedcollator.cpp
[
all
...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
RuleBasedCollator.java
[
all
...]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
RuleBasedCollator.java
[
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 146 milliseconds