OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMinTwoUnitValueLead
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/common/unicode/
ucharstrie.h
396
if(leadUnit<
kMinTwoUnitValueLead
) {
399
value=((leadUnit-
kMinTwoUnitValueLead
)<<16)|*pos;
406
if(leadUnit>=
kMinTwoUnitValueLead
) {
553
static const int32_t
kMinTwoUnitValueLead
=kMaxOneUnitValue+1; // 0x4000
556
static const int32_t kMaxTwoUnitValue=((kThreeUnitValueLead-
kMinTwoUnitValueLead
)<<16)-1; // 0x3ffeffff
/external/icu4c/common/
ucharstrie.cpp
73
if(node<
kMinTwoUnitValueLead
) {
76
delta=((node-
kMinTwoUnitValueLead
)<<16)|*pos++;
ucharstriebuilder.cpp
386
intUnits[0]=(UChar)(UCharsTrie::
kMinTwoUnitValueLead
+(i>>16));
Completed in 30 milliseconds