Searched defs:newChar (Results 1 – 7 of 7) sorted by relevance
115 char newChar = charAt(offset); in newName() local
37 void replace_char(SkString* str, const char oldChar, const char newChar) { in replace_char()
712 UChar newChar; in testAPI() local
777 void AString::Replace(char oldChar, char newChar) throw() in Replace()1321 void UString::Replace(wchar_t oldChar, wchar_t newChar) throw() in Replace()
401 char newChar=s.charAt(start); in add() local
403 char newChar=s.charAt(start); in add() local
227 char* newChar = &pString[m_Size]; in append() local