Home | History | Annotate | Download | only in fxjs

Lines Matching full:strtrim

74 T StrTrim(const T& str) {
248 WideString sTrim = StrTrim(str);
333 pRuntime->NewString(StrTrim(ByteString(p)).c_str()));
339 pRuntime->NewString(StrTrim(ByteString(p, pTemp - p)).c_str()));
878 ByteString strValue = StrTrim(ByteString::FromUnicode(Value));
988 WideString swTemp = StrTrim(wstrValue);
1073 ByteString strValue = StrTrim(ByteString::FromUnicode(Value));