Searched refs:StrTrim (Results 1 – 2 of 2) sorted by relevance
163 static CFX_WideString StrTrim(const FX_WCHAR* pStr);167 static CFX_ByteString StrTrim(const FX_CHAR* pStr);
81 CFX_WideString sTrim = StrTrim(string); in IsNumber()172 CFX_WideString CJS_PublicMethods::StrTrim(const FX_WCHAR* pStr) { in StrTrim() function in CJS_PublicMethods193 CFX_ByteString CJS_PublicMethods::StrTrim(const FX_CHAR* pStr) { in StrTrim() function in CJS_PublicMethods357 StrArray.SetElement(nIndex, CJS_Value(pRuntime, StrTrim(p).c_str())); in AF_MakeArrayFromList()365 StrArray.SetElement(nIndex, CJS_Value(pRuntime, StrTrim(pSub).c_str())); in AF_MakeArrayFromList()922 CFX_ByteString strValue = StrTrim(CFX_ByteString::FromUnicode(Value)); in AFNumber_Format()1219 CFX_ByteString strValue = StrTrim(CFX_ByteString::FromUnicode(Value)); in AFPercent_Format()