OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HAS_BEFORE3
(Results
1 - 7
of
7
) 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;
357
* Same for
HAS_BEFORE3
for tertiary nodes and weights.
393
* -
HAS_BEFORE3
: bit 5
collationbuilder.cpp
196
const int32_t CollationBuilder::
HAS_BEFORE3
;
[
all
...]
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationBuilder.java
640
int hasThisLevelBefore = level == Collator.SECONDARY ? HAS_BEFORE2 :
HAS_BEFORE3
;
646
// Move the
HAS_BEFORE3
flag from the parent node
648
commonNode |= node &
HAS_BEFORE3
;
649
node &= ~(long)
HAS_BEFORE3
;
[
all
...]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationBuilder.java
636
int hasThisLevelBefore = level == Collator.SECONDARY ? HAS_BEFORE2 :
HAS_BEFORE3
;
642
// Move the
HAS_BEFORE3
flag from the parent node
644
commonNode |= node &
HAS_BEFORE3
;
645
node &= ~(long)
HAS_BEFORE3
;
[
all
...]
/prebuilts/misc/common/icu4j/
icu4j.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar
Completed in 3252 milliseconds