Home | History | Annotate | Download | only in i18n

Lines Matching refs:HAS_BEFORE3

198 const int32_t CollationBuilder::HAS_BEFORE3;
887 int32_t hasThisLevelBefore = level == UCOL_SECONDARY ? HAS_BEFORE2 : HAS_BEFORE3;
893 // Move the HAS_BEFORE3 flag from the parent node
895 commonNode |= node & HAS_BEFORE3;
896 node &= ~(int64_t)HAS_BEFORE3;