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

/external/pdfium/core/fxcrt/
H A Dfx_basic_bstring.cpp915 void CFX_ByteString::TrimRight(FX_CHAR chTarget) { argument
916 TrimRight(CFX_ByteStringC(chTarget));
951 void CFX_ByteString::TrimLeft(FX_CHAR chTarget) { argument
952 TrimLeft(CFX_ByteStringC(chTarget));
H A Dfx_basic_wstring.cpp902 void CFX_WideString::TrimRight(FX_WCHAR chTarget) { argument
903 FX_WCHAR str[2] = {chTarget, 0};
940 void CFX_WideString::TrimLeft(FX_WCHAR chTarget) { argument
941 FX_WCHAR str[2] = {chTarget, 0};

Completed in 64 milliseconds