Searched refs:iLittleByte (Results 1 – 1 of 1) sorted by relevance
4127 int32_t iLittleByte = ch % 256; in EncodeHTML() local4130 strEncode[5] = strCode[iLittleByte / 16]; in EncodeHTML()4131 strEncode[6] = strCode[iLittleByte % 16]; in EncodeHTML()4207 int32_t iLittleByte = ch % 256; in EncodeXML() local4210 strEncode[5] = strCode[iLittleByte / 16]; in EncodeXML()4211 strEncode[6] = strCode[iLittleByte % 16]; in EncodeXML()