Searched refs:lowerBoundComponents (Results 1 – 2 of 2) sorted by relevance
1117 lowerBoundComponents.test = lb.getTestament(); in setLowerBound()1118 lowerBoundComponents.book = lb.getBook(); in setLowerBound()1119 lowerBoundComponents.chap = lb.getChapter(); in setLowerBound()1120 lowerBoundComponents.verse = lb.getVerse(); in setLowerBound()1121 lowerBoundComponents.suffix = lb.getSuffix(); in setLowerBound()1160 tmpClone->testament = lowerBoundComponents.test; in getLowerBound()1228 lowerBoundComponents.test = 0; in initBounds()1229 lowerBoundComponents.book = 0; in initBounds()1230 lowerBoundComponents.chap = 0; in initBounds()1231 lowerBoundComponents.verse = 0; in initBounds()[all …]
88 …mutable VerseComponents lowerBoundComponents, upperBoundComponents; // if autonorms is off, we can… variable