Home
last modified time | relevance | path

Searched refs:oldChar (Results 1 – 4 of 4) sorted by relevance

/external/skia/tools/
Dpicture_utils.cpp37 void replace_char(SkString* str, const char oldChar, const char newChar) { in replace_char() argument
42 if (oldChar == str->operator[](i)) { in replace_char()
Dpicture_utils.h28 void replace_char(SkString* str, const char oldChar, const char newChar);
/external/lzma/CPP/Common/
DMyString.cpp777 void AString::Replace(char oldChar, char newChar) throw() in Replace() argument
779 if (oldChar == newChar) in Replace()
785 pos = Find(oldChar, pos); in Replace()
1321 void UString::Replace(wchar_t oldChar, wchar_t newChar) throw() in Replace() argument
1323 if (oldChar == newChar) in Replace()
1329 pos = Find(oldChar, pos); in Replace()
DMyString.h226 void Replace(wchar_t oldChar, wchar_t newChar);
361 void Replace(char oldChar, char newChar) throw();
463 void Replace(char oldChar, char newChar);
464 void Replace(unsigned char oldChar, unsigned char newChar);
597 void Replace(wchar_t oldChar, wchar_t newChar) throw();