Searched refs:EntityUnicodeValue (Results 1 – 3 of 3) sorted by relevance
761 EntityUnicodeValue = 0; in parseEntity()804 EntityUnicodeValue = EntityUnicodeValue * 16 + digit; in parseEntity()823 EntityUnicodeValue = EntityUnicodeValue * 10 + (cc - '0'); in parseEntity()872 EntityUnicodeValue = e->code; in parseEntity()875 if (parsingTag && EntityUnicodeValue > 255 && *src != ';') in parseEntity()876 EntityUnicodeValue = 0; in parseEntity()884 if (EntityUnicodeValue > 0 && EntityUnicodeValue <= 0x10FFFF) { in parseEntity()888 if (EntityUnicodeValue <= 0xFFFF) { in parseEntity()890 src.push(fixUpChar(EntityUnicodeValue)); in parseEntity()894 src.push(U16_LEAD(EntityUnicodeValue)); in parseEntity()[all …]
240 unsigned EntityUnicodeValue; variable
7485 in stringit.h. Replace EntityChar with EntityUnicodeValue.