Searched refs:getLastCommonSecondary (Results 1 – 9 of 9) sorted by relevance
114 uint32_t getLastCommonSecondary() const { in getLastCommonSecondary() function
1498 s = rootElements.getLastCommonSecondary(); in makeTailoredCEs()
102 public int getLastCommonSecondary() { in getLastCommonSecondary() method in CollationRootElements
1238 s = rootElements.getLastCommonSecondary();
104 public int getLastCommonSecondary() { in getLastCommonSecondary() method in CollationRootElements
1242 s = rootElements.getLastCommonSecondary();
728 if (s == 0 || (Collation.COMMON_WEIGHT16 < s && s <= re.getLastCommonSecondary()) in isValidCE()
731 if (s == 0 || (Collation.COMMON_WEIGHT16 < s && s <= re.getLastCommonSecondary()) in isValidCE()
665 if(s == 0 || (Collation::COMMON_WEIGHT16 < s && s <= re.getLastCommonSecondary()) || in isValidCE()