Home | History | Annotate | Download | only in unicode

Lines Matching defs:insert

2232   /* Insert operations */
2235 * Insert the characters in <TT>srcText</TT> in the range
2243 * the insert string
2247 inline UnicodeString& insert(int32_t start,
2253 * Insert the characters in <TT>srcText</TT> into the UnicodeString object
2260 inline UnicodeString& insert(int32_t start,
2264 * Insert the characters in <TT>srcChars</TT> in the range
2272 * in the insert string
2276 inline UnicodeString& insert(int32_t start,
2282 * Insert the characters in <TT>srcChars</TT> into the UnicodeString object
2290 inline UnicodeString& insert(int32_t start,
2295 * Insert the code unit <TT>srcChar</TT> into the UnicodeString object at
2298 * @param srcChar the code unit to insert
2302 inline UnicodeString& insert(int32_t start,
2306 * Insert the code point <TT>srcChar</TT> into the UnicodeString object at
2309 * @param srcChar the code point to insert
2313 inline UnicodeString& insert(int32_t start,
4712 UnicodeString::insert(int32_t start,
4719 UnicodeString::insert(int32_t start,
4724 UnicodeString::insert(int32_t start,
4731 UnicodeString::insert(int32_t start,
4737 UnicodeString::insert(int32_t start,
4742 UnicodeString::insert(int32_t start,