OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMaxTwoByteDelta
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/common/unicode/
bytestrie.h
501
static const int32_t
kMaxTwoByteDelta
=((kMinThreeByteDeltaLead-kMinTwoByteDeltaLead)<<8)-1; // 0x2fff
/external/icu4c/common/
bytestriebuilder.cpp
477
if(i<=BytesTrie::
kMaxTwoByteDelta
) {
Completed in 59 milliseconds