Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcrt/
Dfx_basic_wstring.cpp714 FX_STRSIZE CFX_WideString::Remove(FX_WCHAR chRemove) { in Remove() argument
726 if (*pstrSource != chRemove) { in Remove()
Dfx_basic_bstring.cpp823 FX_STRSIZE CFX_ByteString::Remove(FX_CHAR chRemove) { in Remove() argument
835 if (*pstrSource != chRemove) { in Remove()