Searched defs:chTarget (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/src/fxcrt/
H A Dfx_basic_bstring.cpp980 void CFX_ByteString::TrimRight(FX_CHAR chTarget) { argument
981 TrimRight(CFX_ByteStringC(chTarget));
1017 void CFX_ByteString::TrimLeft(FX_CHAR chTarget) { argument
1018 TrimLeft(CFX_ByteStringC(chTarget));
H A Dfx_basic_wstring.cpp565 void CFX_WideString::TrimRight(FX_WCHAR chTarget) { argument
566 FX_WCHAR str[2] = {chTarget, 0};
596 void CFX_WideString::TrimLeft(FX_WCHAR chTarget) { argument
597 FX_WCHAR str[2] = {chTarget, 0};

Completed in 65 milliseconds