OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SPECIAL_CE32_LOW_BYTE
(Results
1 - 4
of
4
) sorted by null
/external/icu/icu4c/source/i18n/
collation.h
106
static const uint8_t
SPECIAL_CE32_LOW_BYTE
= 0xc0;
107
static const uint32_t FALLBACK_CE32 =
SPECIAL_CE32_LOW_BYTE
;
111
static const uint8_t LONG_PRIMARY_CE32_LOW_BYTE = 0xc1; //
SPECIAL_CE32_LOW_BYTE
| LONG_PRIMARY_TAG
157
* This is the tag value in
SPECIAL_CE32_LOW_BYTE
and FALLBACK_CE32.
317
return lower32 |
SPECIAL_CE32_LOW_BYTE
| LONG_SECONDARY_TAG;
325
return (index << 13) | (length << 8) |
SPECIAL_CE32_LOW_BYTE
| tag;
329
return (index << 13) |
SPECIAL_CE32_LOW_BYTE
| tag;
333
return (ce32 & 0xff) >=
SPECIAL_CE32_LOW_BYTE
;
418
// assert (ce32 & 0xff) <
SPECIAL_CE32_LOW_BYTE
425
if(tertiary <
SPECIAL_CE32_LOW_BYTE
) {
[
all
...]
collationiterator.h
124
if(t < Collation::
SPECIAL_CE32_LOW_BYTE
) { // Forced-inline of isSpecialCE32(ce32).
133
if(t == Collation::
SPECIAL_CE32_LOW_BYTE
) {
140
if(t < Collation::
SPECIAL_CE32_LOW_BYTE
) {
collationsets.cpp
428
if((ce32 & 0xff) < Collation::
SPECIAL_CE32_LOW_BYTE
) {
collationdatabuilder.cpp
681
Collation::
SPECIAL_CE32_LOW_BYTE
|
[
all
...]
Completed in 230 milliseconds