OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HAS_BEFORE3
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/i18n/
collationbuilder.h
234
static const int32_t
HAS_BEFORE3
= 0x20;
277
return (node &
HAS_BEFORE3
) != 0;
280
return (node & (HAS_BEFORE2 |
HAS_BEFORE3
)) != 0;
356
* Same for
HAS_BEFORE3
for tertiary nodes and weights.
392
* -
HAS_BEFORE3
: bit 5
collationbuilder.cpp
443
// Move the
HAS_BEFORE3
flag from the parent node
445
hasBefore3 = node &
HAS_BEFORE3
;
446
node = (node & ~(int64_t)
HAS_BEFORE3
) | HAS_BEFORE2;
449
node |=
HAS_BEFORE3
;
[
all
...]
Completed in 40 milliseconds