Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/fm2js/
Dxfa_fm2jscontext.cpp3793 int32_t iBigByte = ch / 256; in EncodeHTML() local
3795 strEncode[3] = strCode[iBigByte / 16]; in EncodeHTML()
3796 strEncode[4] = strCode[iBigByte % 16]; in EncodeHTML()
3862 int32_t iBigByte = ch / 256; in EncodeXML() local
3864 strEncode[3] = strCode[iBigByte / 16]; in EncodeXML()
3865 strEncode[4] = strCode[iBigByte % 16]; in EncodeXML()