OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SPECIAL_CE32_LOW_BYTE
(Results
1 - 7
of
7
) sorted by null
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
Collation.java
113
static final int
SPECIAL_CE32_LOW_BYTE
= 0xc0;
114
static final int FALLBACK_CE32 =
SPECIAL_CE32_LOW_BYTE
;
118
static final int LONG_PRIMARY_CE32_LOW_BYTE = 0xc1; //
SPECIAL_CE32_LOW_BYTE
| LONG_PRIMARY_TAG
163
* This is the tag value in
SPECIAL_CE32_LOW_BYTE
and FALLBACK_CE32.
322
return lower32 |
SPECIAL_CE32_LOW_BYTE
| LONG_SECONDARY_TAG;
330
return (index << 13) | (length << 8) |
SPECIAL_CE32_LOW_BYTE
| tag;
334
return (index << 13) |
SPECIAL_CE32_LOW_BYTE
| tag;
338
return (ce32 & 0xff) >=
SPECIAL_CE32_LOW_BYTE
;
423
assert (ce32 & 0xff) <
SPECIAL_CE32_LOW_BYTE
;
430
if(tertiary <
SPECIAL_CE32_LOW_BYTE
) {
[
all
...]
/external/icu/icu4c/source/i18n/
collation.h
108
static const uint8_t
SPECIAL_CE32_LOW_BYTE
= 0xc0;
109
static const uint32_t FALLBACK_CE32 =
SPECIAL_CE32_LOW_BYTE
;
113
static const uint8_t LONG_PRIMARY_CE32_LOW_BYTE = 0xc1; //
SPECIAL_CE32_LOW_BYTE
| LONG_PRIMARY_TAG
159
* This is the tag value in
SPECIAL_CE32_LOW_BYTE
and FALLBACK_CE32.
319
return lower32 |
SPECIAL_CE32_LOW_BYTE
| LONG_SECONDARY_TAG;
327
return (index << 13) | (length << 8) |
SPECIAL_CE32_LOW_BYTE
| tag;
331
return (index << 13) |
SPECIAL_CE32_LOW_BYTE
| tag;
335
return (ce32 & 0xff) >=
SPECIAL_CE32_LOW_BYTE
;
420
// assert (ce32 & 0xff) <
SPECIAL_CE32_LOW_BYTE
427
if(tertiary <
SPECIAL_CE32_LOW_BYTE
) {
[
all
...]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
Collation.java
111
static final int
SPECIAL_CE32_LOW_BYTE
= 0xc0;
112
static final int FALLBACK_CE32 =
SPECIAL_CE32_LOW_BYTE
;
116
static final int LONG_PRIMARY_CE32_LOW_BYTE = 0xc1; //
SPECIAL_CE32_LOW_BYTE
| LONG_PRIMARY_TAG
161
* This is the tag value in
SPECIAL_CE32_LOW_BYTE
and FALLBACK_CE32.
320
return lower32 |
SPECIAL_CE32_LOW_BYTE
| LONG_SECONDARY_TAG;
328
return (index << 13) | (length << 8) |
SPECIAL_CE32_LOW_BYTE
| tag;
332
return (index << 13) |
SPECIAL_CE32_LOW_BYTE
| tag;
336
return (ce32 & 0xff) >=
SPECIAL_CE32_LOW_BYTE
;
421
assert (ce32 & 0xff) <
SPECIAL_CE32_LOW_BYTE
;
428
if(tertiary <
SPECIAL_CE32_LOW_BYTE
) {
[
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 47 milliseconds