Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/fm2js/
Dxfa_fm2jscontext.cpp4127 int32_t iLittleByte = ch % 256; in EncodeHTML() local
4130 strEncode[5] = strCode[iLittleByte / 16]; in EncodeHTML()
4131 strEncode[6] = strCode[iLittleByte % 16]; in EncodeHTML()
4207 int32_t iLittleByte = ch % 256; in EncodeXML() local
4210 strEncode[5] = strCode[iLittleByte / 16]; in EncodeXML()
4211 strEncode[6] = strCode[iLittleByte % 16]; in EncodeXML()