OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kFourByteDeltaLead
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/common/unicode/
bytestrie.h
392
} else if(delta<
kFourByteDeltaLead
) {
498
static const int32_t
kFourByteDeltaLead
=0xfe;
502
static const int32_t kMaxThreeByteDelta=((
kFourByteDeltaLead
-kMinThreeByteDeltaLead)<<16)-1; // 0xdffff
/external/icu4c/common/
bytestrie.cpp
53
} else if(delta<
kFourByteDeltaLead
) {
56
} else if(delta==
kFourByteDeltaLead
) {
bytestriebuilder.cpp
486
intBytes[0]=(char)BytesTrie::
kFourByteDeltaLead
;
Completed in 5954 milliseconds