Searched refs:curLength (Results 1 – 3 of 3) sorted by relevance
69 auto curLength = static_cast<uint32_t>(wideText.length()); in PreprocessString() local72 addLength = std::min(addLength, maxLength - curLength + delLength); in PreprocessString()
282 …void CalcCounterAfterFilterInsertValue(int32_t curLength, const std::string insertValue, int32_t m…
4152 int32_t curLength, const std::string insertValue, int32_t maxLength) in CalcCounterAfterFilterInsertValue() argument4157 int32_t sum = curLength + static_cast<int32_t>(StringUtils::ToWstring(result).length()); in CalcCounterAfterFilterInsertValue()