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