Home
last modified time | relevance | path

Searched refs:chRemove (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fxcrt/
Dfx_basic_wstring.cpp706 FX_STRSIZE CFX_WideString::Remove(FX_WCHAR chRemove) { in Remove() argument
713 if (*pstrSource == chRemove) in Remove()
727 if (*pstrSource != chRemove) { in Remove()
Dfx_basic_bstring.cpp754 FX_STRSIZE CFX_ByteString::Remove(FX_CHAR chRemove) { in Remove() argument
761 if (*pstrSource == chRemove) in Remove()
775 if (*pstrSource != chRemove) { in Remove()