Searched refs:getSecondaryBoundary (Results 1 – 10 of 10) sorted by relevance
112 public int getSecondaryBoundary() { in getSecondaryBoundary() method in CollationRootElements366 secLimit = getSecondaryBoundary(); in getSecondaryAfter()
1223 s = rootElements.getSecondaryBoundary() - 0x100;1233 sLimit = rootElements.getSecondaryBoundary();
114 public int getSecondaryBoundary() { in getSecondaryBoundary() method in CollationRootElements368 secLimit = getSecondaryBoundary(); in getSecondaryAfter()
1227 s = rootElements.getSecondaryBoundary() - 0x100;1237 sLimit = rootElements.getSecondaryBoundary();
124 uint32_t getSecondaryBoundary() const { in getSecondaryBoundary() function
210 secLimit = getSecondaryBoundary(); in getSecondaryAfter()
1483 s = rootElements.getSecondaryBoundary() - 0x100; in makeTailoredCEs()1493 sLimit = rootElements.getSecondaryBoundary(); in makeTailoredCEs()
722 if (s < re.getSecondaryBoundary() || t == 0 || t >= re.getTertiaryBoundary()) { in isValidCE()729 || s >= re.getSecondaryBoundary()) { in isValidCE()905 rootElements.getSecondaryBoundary() - 0x100 : prevSec; in TestRootElements()
725 if (s < re.getSecondaryBoundary() || t == 0 || t >= re.getTertiaryBoundary()) { in isValidCE()732 || s >= re.getSecondaryBoundary()) { in isValidCE()908 rootElements.getSecondaryBoundary() - 0x100 : prevSec; in TestRootElements()
659 if(s < re.getSecondaryBoundary() || t == 0 || t >= re.getTertiaryBoundary()) { in isValidCE()666 s >= re.getSecondaryBoundary()) { in isValidCE()830 prevSec == 0 ? rootElements.getSecondaryBoundary() - 0x100 : prevSec; in TestRootElements()