Lines Matching refs:trimmedAffix
3162 …tring& DecimalFormat::trimMarksFromAffix(const UnicodeString& affix, UnicodeString& trimmedAffix) {
3178 return (trimLen > 0)? trimmedAffix.setTo(trimBuf, trimLen): trimmedAffix.setTo(affix);
3196 UnicodeString trimmedAffix;
3199 trimMarksFromAffix(affix, trimmedAffix);
3200 UChar32 affixChar = trimmedAffix.char32At(0);
3201 int32_t affixLength = trimmedAffix.length();
3228 UChar32 c = trimmedAffix.char32At(i);
3247 c = trimmedAffix.char32At(i);
3260 i = skipPatternWhiteSpace(trimmedAffix, i);
3274 i = skipUWhiteSpace(trimmedAffix, i);
3313 i = skipUWhiteSpace(trimmedAffix, i);
3320 UChar32 c = trimmedAffix.char32At(i);