OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMaxThreeByteValue
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/common/unicode/
bytestrie.h
490
static const int32_t
kMaxThreeByteValue
=((kFourByteValueLead-kMinThreeByteValueLead)<<16)-1;
/external/icu4c/common/
bytestriebuilder.cpp
444
if(i<=BytesTrie::
kMaxThreeByteValue
) {
Completed in 91 milliseconds