Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Ddecimfmt.cpp3963 UnicodeString affixBuf; in appendAffix() local
3964 expandAffix(*affixPat, affixBuf, number, handler, TRUE, NULL); in appendAffix()
3965 buf.append(affixBuf); in appendAffix()
3966 return affixBuf.length(); in appendAffix()