Searched refs:oldChar (Results 1 – 4 of 4) sorted by relevance
/external/skia/tools/ |
D | picture_utils.cpp | 37 void replace_char(SkString* str, const char oldChar, const char newChar) { in replace_char() argument 42 if (oldChar == str->operator[](i)) { in replace_char()
|
D | picture_utils.h | 28 void replace_char(SkString* str, const char oldChar, const char newChar);
|
/external/lzma/CPP/Common/ |
D | MyString.cpp | 777 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()
|
D | MyString.h | 226 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();
|