OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMaxTwoUnitValue
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/common/unicode/
ucharstrie.h
544
static const int32_t
kMaxTwoUnitValue
=((kThreeUnitValueLead-kMinTwoUnitValueLead)<<16)-1; // 0x3ffeffff
/external/icu4c/common/
ucharstriebuilder.cpp
379
if(i<0 || i>UCharsTrie::
kMaxTwoUnitValue
) {
Completed in 1631 milliseconds