Home
last modified time | relevance | path

Searched refs:DecodeString (Results 1 – 6 of 6) sorted by relevance

/external/boringssl/src/ssl/test/runner/
Dchacha20_poly1305_test.go70 out, err := hex.DecodeString(in)
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_flate.cpp92 void DecodeString(FX_DWORD code);
118 void CLZWDecoder::DecodeString(FX_DWORD code) { in DecodeString() function in __anona32ba5040111::CLZWDecoder
199 DecodeString(old_code); in Decode()
201 DecodeString(code); in Decode()
/external/pdfium/core/src/fxcodec/lgif/
Dfx_gif.h140 void DecodeString(FX_WORD code);
Dfx_gif.cpp37 void CGifLZWDecoder::DecodeString(FX_WORD code) { in DecodeString() function in CGifLZWDecoder
107 DecodeString(code); in Decode()
115 DecodeString(code); in Decode()
121 DecodeString(code); in Decode()
/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h188 CFX_WideString DecodeString(const CFX_ByteString& str) const;
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font.cpp165 CFX_WideString CPDF_Font::DecodeString(const CFX_ByteString& str) const { in DecodeString() function in CPDF_Font
444 return ((CPDF_FontCharMap*)pMap)->m_pFont->DecodeString(bytestr); in _FontMap_GetWideString()