OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kMaxBranchLinearSubNodeLength
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/common/unicode/
stringtriebuilder.h
134
// max(BytesTrie::
kMaxBranchLinearSubNodeLength
, UCharsTrie::
kMaxBranchLinearSubNodeLength
).
136
static const int32_t
kMaxBranchLinearSubNodeLength
=5;
139
// log2(2^16/
kMaxBranchLinearSubNodeLength
) rounded up.
342
Node *equal[
kMaxBranchLinearSubNodeLength
]; // NULL means "has final value".
344
int32_t values[
kMaxBranchLinearSubNodeLength
];
345
UChar units[
kMaxBranchLinearSubNodeLength
];
bytestrie.h
443
// - If the length is at most
kMaxBranchLinearSubNodeLength
, then
449
// - If the length is greater than
kMaxBranchLinearSubNodeLength
, then
464
static const int32_t
kMaxBranchLinearSubNodeLength
=5;
ucharstrie.h
502
// - If the length is at most
kMaxBranchLinearSubNodeLength
, then
508
// - If the length is greater than
kMaxBranchLinearSubNodeLength
, then
523
static const int32_t
kMaxBranchLinearSubNodeLength
=5;
/prebuilts/misc/common/icu4j/
icu4j.jar
Completed in 528 milliseconds