Home | History | Annotate | Download | only in unicode

Lines Matching defs:insert

2140   /* Insert operations */
2143 * Insert the characters in <TT>srcText</TT> in the range
2151 * the insert string
2155 inline UnicodeString& insert(int32_t start,
2161 * Insert the characters in <TT>srcText</TT> into the UnicodeString object
2168 inline UnicodeString& insert(int32_t start,
2172 * Insert the characters in <TT>srcChars</TT> in the range
2180 * in the insert string
2184 inline UnicodeString& insert(int32_t start,
2190 * Insert the characters in <TT>srcChars</TT> into the UnicodeString object
2198 inline UnicodeString& insert(int32_t start,
2203 * Insert the code unit <TT>srcChar</TT> into the UnicodeString object at
2206 * @param srcChar the code unit to insert
2210 inline UnicodeString& insert(int32_t start,
2214 * Insert the code point <TT>srcChar</TT> into the UnicodeString object at
2217 * @param srcChar the code point to insert
2221 inline UnicodeString& insert(int32_t start,
4419 UnicodeString::insert(int32_t start,
4426 UnicodeString::insert(int32_t start,
4431 UnicodeString::insert(int32_t start,
4438 UnicodeString::insert(int32_t start,
4444 UnicodeString::insert(int32_t start,
4449 UnicodeString::insert(int32_t start,