OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMinTwoUnitValueLead
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/common/unicode/
ucharstrie.h
384
if(leadUnit<
kMinTwoUnitValueLead
) {
387
value=((leadUnit-
kMinTwoUnitValueLead
)<<16)|*pos;
394
if(leadUnit>=
kMinTwoUnitValueLead
) {
541
static const int32_t
kMinTwoUnitValueLead
=kMaxOneUnitValue+1; // 0x4000
544
static const int32_t kMaxTwoUnitValue=((kThreeUnitValueLead-
kMinTwoUnitValueLead
)<<16)-1; // 0x3ffeffff
/external/icu4c/common/
ucharstrie.cpp
92
if(node<
kMinTwoUnitValueLead
) {
95
delta=((node-
kMinTwoUnitValueLead
)<<16)|*pos++;
ucharstriebuilder.cpp
388
intUnits[0]=(UChar)(UCharsTrie::
kMinTwoUnitValueLead
+(i>>16));
/prebuilts/misc/common/icu4j/
icu4j.jar
Completed in 102 milliseconds