OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMinTwoUnitDeltaLead
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/common/unicode/
ucharstrie.h
446
if(delta>=
kMinTwoUnitDeltaLead
) {
451
delta=((delta-
kMinTwoUnitDeltaLead
)<<16)|*pos++;
459
if(delta>=
kMinTwoUnitDeltaLead
) {
568
static const int32_t
kMinTwoUnitDeltaLead
=kMaxOneUnitDelta+1; // 0xfc00
571
static const int32_t kMaxTwoUnitDelta=((kThreeUnitDeltaLead-
kMinTwoUnitDeltaLead
)<<16)-1; // 0x03feffff
/external/icu4c/common/
ucharstriebuilder.cpp
428
intUnits[0]=(UChar)(UCharsTrie::
kMinTwoUnitDeltaLead
+(i>>16));
Completed in 138 milliseconds