Searched refs:UcnVal (Results 1 – 1 of 1) sorted by relevance
446 UcnVal <<= 4; in ProcessNumericUCNEscape()576 UcnVal = *Res; in ProcessNamedUCNEscape()608 if ((0xD800 <= UcnVal && UcnVal <= 0xDFFF) || // surrogate codepoints in ProcessUCNEscape()619 (UcnVal != 0x24 && UcnVal != 0x40 && UcnVal != 0x60)) { // $, @, ` in ProcessUCNEscape()623 if (UcnVal >= 0x20 && UcnVal < 0x7f) in ProcessUCNEscape()674 if (UcnVal < 0x80) in MeasureUCNEscape()676 if (UcnVal < 0x800) in MeasureUCNEscape()694 UTF32 UcnVal = 0; in EncodeUCNEscape() local766 *--ResultBuf = (UTF8)((UcnVal | byteMark) & byteMask); UcnVal >>= 6; in EncodeUCNEscape()769 *--ResultBuf = (UTF8)((UcnVal | byteMark) & byteMask); UcnVal >>= 6; in EncodeUCNEscape()[all …]