Searched refs:iLittleByte (Results 1 – 1 of 1) sorted by relevance
3794 int32_t iLittleByte = ch % 256; in EncodeHTML() local3797 strEncode[5] = strCode[iLittleByte / 16]; in EncodeHTML()3798 strEncode[6] = strCode[iLittleByte % 16]; in EncodeHTML()3863 int32_t iLittleByte = ch % 256; in EncodeXML() local3866 strEncode[5] = strCode[iLittleByte / 16]; in EncodeXML()3867 strEncode[6] = strCode[iLittleByte % 16]; in EncodeXML()