Lines Matching defs:const
154 CollationWeights::incWeight(uint32_t weight, int32_t length) const {
169 CollationWeights::incWeightByOffset(uint32_t weight, int32_t length, int32_t offset) const {
186 CollationWeights::lengthenRange(WeightRange &range) const {
196 compareRanges(const void * /*context*/, const void *left, const void *right) {
199 l=((const CollationWeights::WeightRange *)left)->start;
200 r=((const CollationWeights::WeightRange *)right)->start;
308 const uint32_t lowerEnd=lower[length].end;
309 const uint32_t upperStart=upper[length].start;