OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMaxOneUnitValue
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/common/unicode/
ucharstrie.h
551
static const int32_t
kMaxOneUnitValue
=0x3fff;
553
static const int32_t kMinTwoUnitValueLead=
kMaxOneUnitValue
+1; // 0x4000
/external/icu4c/common/
ucharstriebuilder.cpp
372
if(0<=i && i<=UCharsTrie::
kMaxOneUnitValue
) {
382
// } else if(i<=UCharsTrie::
kMaxOneUnitValue
) {
Completed in 300 milliseconds