Home | History | Annotate | Download | only in common

Lines Matching refs:doReplace

221   doReplace(0, 0, text, 0, -1);
229 doReplace(0, 0, text, 0, textLength);
1190 UnicodeString::doReplace( int32_t start,
1202 return doReplace(start, length, src.getArrayStart(), srcStart, srcLength);
1205 return doReplace(start, length, 0, 0, 0);
1210 UnicodeString::doReplace(int32_t start,