Searched refs:chRemove (Results 1 – 2 of 2) sorted by relevance
706 FX_STRSIZE CFX_WideString::Remove(FX_WCHAR chRemove) { in Remove() argument713 if (*pstrSource == chRemove) in Remove()727 if (*pstrSource != chRemove) { in Remove()
754 FX_STRSIZE CFX_ByteString::Remove(FX_CHAR chRemove) { in Remove() argument761 if (*pstrSource == chRemove) in Remove()775 if (*pstrSource != chRemove) { in Remove()