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

/external/pdfium/xfa/src/fxfa/src/fm2js/
H A Dxfa_fm2jscontext.cpp4126 int32_t iBigByte = ch / 256; local
4128 strEncode[3] = strCode[iBigByte / 16];
4129 strEncode[4] = strCode[iBigByte % 16];
4206 int32_t iBigByte = ch / 256; local
4208 strEncode[3] = strCode[iBigByte / 16];
4209 strEncode[4] = strCode[iBigByte % 16];

Completed in 44 milliseconds