HomeSort by relevance Sort by last modified time
    Searched refs:doReplace (Results 1 - 3 of 3) sorted by null

  /external/icu4c/common/
unistr_props.cpp 68 doReplace(0, start, 0, 0, 0);
unistr.cpp 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,
    [all...]
  /external/icu4c/common/unicode/
unistr.h     [all...]

Completed in 358 milliseconds