Home | History | Annotate | Download | only in fxcrt

Lines Matching defs:TrimRight

999 void CFX_ByteString::TrimRight(FX_BSTR lpszTargets)

1024 void CFX_ByteString::TrimRight(FX_CHAR chTarget)
1026 TrimRight(CFX_ByteStringC(chTarget));
1028 void CFX_ByteString::TrimRight()
1030 TrimRight(FX_BSTRC("\x09\x0a\x0b\x0c\x0d\x20"));