Searched refs:FX_UTF8Encode (Results 1 – 14 of 14) sorted by relevance
64 ByteString FX_UTF8Encode(const WideStringView& wsStr) { in FX_UTF8Encode() function184 return FX_atof(FX_UTF8Encode(wsStr).c_str()); in FX_atof()
17 ByteString FX_UTF8Encode(const WideStringView& wsStr);
70 return Open(FX_UTF8Encode(fileName).AsStringView(), dwMode); in Open()
658 return FX_UTF8Encode(AsStringView()); in UTF8Encode()1078 os << FX_UTF8Encode(str); in operator <<()
41 pValue->SetString(FX_UTF8Encode(WideStringView(L"0", 1)).AsStringView()); in stateless()
150 FX_UTF8Encode(GetXFAObject()->GetClassName()).AsStringView()); in className()
147 ByteString str = FX_UTF8Encode(contents); in ShowChars()
115 ByteString str = FX_UTF8Encode(contents); in ShowChars()
213 ByteString str = FX_UTF8Encode(contents); in ShowChars()
956 bsHash += FX_UTF8Encode(WideStringView(pszFontFamily)); in GetFontByCodePage()1019 bsHash += FX_UTF8Encode(WideStringView(pszFontFamily)); in GetFontByUnicode()1096 bsHash += FX_UTF8Encode(WideStringView(pszFontFamily)); in LoadFont()
137 btScript = FX_UTF8Encode(wsJavaScript.AsStringView()); in RunScript()139 btScript = FX_UTF8Encode(wsScript); in RunScript()
126 return NewString(FX_UTF8Encode(str).AsStringView()); in NewString()
2841 FX_UTF8Encode(wsJavaScriptBuf.AsStringView()).c_str(), returnValue.get()); in Eval()3227 FX_UTF8Encode(decoded.AsStringView()).AsStringView()); in Decode()3253 FX_UTF8Encode(decoded.AsStringView()).AsStringView()); in Decode()3478 FX_UTF8Encode(encoded.AsStringView()).AsStringView()); in Encode()3500 FX_UTF8Encode(encoded.AsStringView()).AsStringView()); in Encode()3906 FX_UTF8Encode(lowStringBuf.AsStringView()).AsStringView()); in Lower()4446 FX_UTF8Encode(upperStringBuf.AsStringView()).AsStringView()); in Upper()5483 FX_UTF8Encode(wsJavaScriptBuf.AsStringView()).AsStringView()); in eval_translation()