Lines Matching defs:insert
163 return insert(fLength, unistr, field, status);
166 int32_t NumberStringBuilder::insert(int32_t index, const UnicodeString &unistr, Field field,
169 // Nothing to insert.
172 // Fast path: insert using insertCodePoint.
175 return insert(index, unistr, 0, unistr.length(), field, status);
180 NumberStringBuilder::insert(int32_t index, const UnicodeString &unistr, int32_t start, int32_t end,
195 return insert(fLength, other, status);
199 NumberStringBuilder::insert(int32_t index, const NumberStringBuilder &other, UErrorCode &status) {
206 // Nothing to insert.
256 // caller wants to insert.
283 // to make room for the new chars that the caller wants to insert.