OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMinOneByteValueLead
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/common/unicode/
bytestrie.h
480
static const int32_t
kMinOneByteValueLead
=kMinValueLead/2; // 0x10
483
static const int32_t kMinTwoByteValueLead=
kMinOneByteValueLead
+kMaxOneByteValue+1; // 0x51
/external/icu4c/common/
bytestrie.cpp
33
value=leadByte-
kMinOneByteValueLead
;
114
delta=node-
kMinOneByteValueLead
;
bytestriebuilder.cpp
425
return write(((BytesTrie::
kMinOneByteValueLead
+i)<<1)|isFinal);
437
// intBytes[0]=(char)(BytesTrie::
kMinOneByteValueLead
+i);
Completed in 266 milliseconds