Lines Matching refs:nonConstThis
164 auto nonConstThis = const_cast<MutablePatternModifier*>(this); in processQuantity() local
169 nonConstThis->setNumberProperties(fq.signum(), utils::getStandardPlural(fRules, copy)); in processQuantity()
171 nonConstThis->setNumberProperties(fq.signum(), StandardPlural::Form::COUNT); in processQuantity()
180 auto nonConstThis = const_cast<MutablePatternModifier*>(this); in apply() local
181 int32_t prefixLen = nonConstThis->insertPrefix(output, leftIndex, status); in apply()
182 int32_t suffixLen = nonConstThis->insertSuffix(output, rightIndex + prefixLen, status); in apply()
209 auto nonConstThis = const_cast<MutablePatternModifier*>(this); in getPrefixLength() local
213 nonConstThis->prepareAffix(true); in getPrefixLength()
221 auto nonConstThis = const_cast<MutablePatternModifier*>(this); in getCodePointCount() local
225 nonConstThis->prepareAffix(true); in getCodePointCount()
227 nonConstThis->prepareAffix(false); in getCodePointCount()