Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/fm2js/
Dxfa_fm2jscontext.cpp3794 int32_t iLittleByte = ch % 256; in EncodeHTML() local
3797 strEncode[5] = strCode[iLittleByte / 16]; in EncodeHTML()
3798 strEncode[6] = strCode[iLittleByte % 16]; in EncodeHTML()
3863 int32_t iLittleByte = ch % 256; in EncodeXML() local
3866 strEncode[5] = strCode[iLittleByte / 16]; in EncodeXML()
3867 strEncode[6] = strCode[iLittleByte % 16]; in EncodeXML()