Searched defs:trimmedAffix (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Ddecimfmt.cpp3041 UnicodeString& DecimalFormat::trimMarksFromAffix(const UnicodeString& affix, UnicodeString& trimmedAffix) { argument
3057 return (trimLen > 0)? trimmedAffix.setTo(trimBuf, trimLen): trimmedAffix.setTo(affix);
3075 UnicodeString trimmedAffix; local
3078 trimMarksFromAffix(affix, trimmedAffix);
3079 UChar32 affixChar = trimmedAffix.char32At(0);
3080 int32_t affixLength = trimmedAffix.length();
3094 // If the trimmedAffix is exactly one character long and that character
3107 UChar32 c = trimmedAffix.char32At(i);
3126 c = trimmedAffix
[all...]

Completed in 398 milliseconds