Lines Matching refs:affixBuf
3439 UnicodeString affixBuf;3440 expandAffix(*affixPat, affixBuf, number, handler, TRUE, NULL);3441 buf.append(affixBuf);3442 return affixBuf.length();