Lines Matching refs:encodeContents
31 CFX_WideString encodeContents = in Preprocess() local
34 int32_t length = encodeContents.GetLength(); in Preprocess()
37 encodeContents = FX_WCHAR('0') + encodeContents; in Preprocess()
39 CFX_ByteString byteString = encodeContents.UTF8Encode(); in Preprocess()
43 encodeContents = byteString.UTF8Decode(); in Preprocess()
46 encodeContents = encodeContents.Mid(0, 13); in Preprocess()
48 return encodeContents; in Preprocess()
61 CFX_WideString encodeContents = Preprocess(contents); in Encode() local
62 CFX_ByteString byteString = encodeContents.UTF8Encode(); in Encode()
63 m_renderContents = encodeContents; in Encode()
69 ->RenderResult(encodeContents.AsStringC(), data, outWidth, isDevice, e); in Encode()