Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Ddecimfmt.cpp3439 UnicodeString affixBuf; in appendAffix() local
3440 expandAffix(*affixPat, affixBuf, number, handler, TRUE, NULL); in appendAffix()
3441 buf.append(affixBuf); in appendAffix()
3442 return affixBuf.length(); in appendAffix()