Home
last modified time | relevance | path

Searched refs:affixBuf (Results 1 – 1 of 1) sorted by relevance

/external/icu4c/i18n/
Ddecimfmt.cpp2760 UnicodeString affixBuf; in appendAffix() local
2761 expandAffix(*affixPat, affixBuf, number, attrBuffer, TRUE); in appendAffix()
2762 buf.append(affixBuf); in appendAffix()
2763 return affixBuf.length(); in appendAffix()