Searched refs:DecodeString (Results 1 – 6 of 6) sorted by relevance
70 out, err := hex.DecodeString(in)
92 void DecodeString(FX_DWORD code);118 void CLZWDecoder::DecodeString(FX_DWORD code) { in DecodeString() function in __anona32ba5040111::CLZWDecoder199 DecodeString(old_code); in Decode()201 DecodeString(code); in Decode()
140 void DecodeString(FX_WORD code);
37 void CGifLZWDecoder::DecodeString(FX_WORD code) { in DecodeString() function in CGifLZWDecoder107 DecodeString(code); in Decode()115 DecodeString(code); in Decode()121 DecodeString(code); in Decode()
188 CFX_WideString DecodeString(const CFX_ByteString& str) const;
165 CFX_WideString CPDF_Font::DecodeString(const CFX_ByteString& str) const { in DecodeString() function in CPDF_Font444 return ((CPDF_FontCharMap*)pMap)->m_pFont->DecodeString(bytestr); in _FontMap_GetWideString()