Searched refs:StrTrim (Results 1 – 2 of 2) sorted by relevance
80 static CFX_WideString StrTrim(FX_LPCWSTR pStr);84 static CFX_ByteString StrTrim(FX_LPCSTR pStr);
105 CFX_WideString sTrim = StrTrim(string); in IsNumber()237 CFX_WideString CJS_PublicMethods::StrTrim(FX_LPCWSTR pStr) in StrTrim() function in CJS_PublicMethods264 CFX_ByteString CJS_PublicMethods::StrTrim(FX_LPCSTR pStr) in StrTrim() function in CJS_PublicMethods457 StrArray.SetElement(nIndex, CJS_Value(isolate,(FX_LPCSTR)StrTrim(p))); in AF_MakeArrayFromList()466 StrArray.SetElement(nIndex, CJS_Value(isolate,(FX_LPCSTR)StrTrim(pSub))); in AF_MakeArrayFromList()1080 CFX_ByteString strValue = StrTrim(CFX_ByteString::FromUnicode(Value)); in AFNumber_Format()1427 CFX_ByteString strValue = StrTrim(CFX_ByteString::FromUnicode(Value)); in AFPercent_Format()