OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMaxOneByteValue
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/common/unicode/
bytestrie.h
481
static const int32_t
kMaxOneByteValue
=0x40; // At least 6 bits in the first byte.
483
static const int32_t kMinTwoByteValueLead=kMinOneByteValueLead+
kMaxOneByteValue
+1; // 0x51
/external/icu4c/common/
bytestriebuilder.cpp
424
if(0<=i && i<=BytesTrie::
kMaxOneByteValue
) {
436
// } else if(i<=BytesTrie::
kMaxOneByteValue
) {
Completed in 177 milliseconds