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

/external/pdfium/core/src/fxcrt/
H A Dfx_basic_bstring.cpp1024 void CFX_ByteString::TrimRight(FX_CHAR chTarget) argument
1026 TrimRight(CFX_ByteStringC(chTarget));
1062 void CFX_ByteString::TrimLeft(FX_CHAR chTarget) argument
1064 TrimLeft(CFX_ByteStringC(chTarget));
H A Dfx_basic_wstring.cpp614 void CFX_WideString::TrimRight(FX_WCHAR chTarget) argument
616 FX_WCHAR str[2] = {chTarget, 0};
646 void CFX_WideString::TrimLeft(FX_WCHAR chTarget) argument
648 FX_WCHAR str[2] = {chTarget, 0};

Completed in 143 milliseconds