OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kThreeUnitDeltaLead
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/common/unicode/
ucharstrie.h
447
if(delta==
kThreeUnitDeltaLead
) {
460
if(delta==
kThreeUnitDeltaLead
) {
569
static const int32_t
kThreeUnitDeltaLead
=0xffff;
571
static const int32_t kMaxTwoUnitDelta=((
kThreeUnitDeltaLead
-kMinTwoUnitDeltaLead)<<16)-1; // 0x03feffff
/external/icu4c/common/
ucharstriebuilder.cpp
431
intUnits[0]=(UChar)(UCharsTrie::
kThreeUnitDeltaLead
);
Completed in 769 milliseconds