Searched defs:replaceThis (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/utils/
H A DString16.cpp357 status_t String16::replaceAll(char16_t replaceThis, char16_t withThis) argument
363 if (str[i] == replaceThis) {

Completed in 50 milliseconds