Home
last modified time | relevance | path

Searched refs:UTF8_cval2 (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Modules/expat/
Dxmltok.c362 UTF8_cval2 = 0xc0, enumerator
561 *(*toP)++ = (char)((c >> 6) | UTF8_cval2); in latin1_toUtf8()
698 *(*toP)++ = ((lo >> 6) | (hi << 2) | UTF8_cval2); \
1360 buf[0] = (char)((c >> 6) | UTF8_cval2); in XmlUtf8Encode()
/external/expat/lib/
Dxmltok.c359 UTF8_cval2 = 0xc0, enumerator
558 *(*toP)++ = (char)((c >> 6) | UTF8_cval2); in latin1_toUtf8()
695 *(*toP)++ = ((lo >> 6) | (hi << 2) | UTF8_cval2); \
1357 buf[0] = (char)((c >> 6) | UTF8_cval2); in XmlUtf8Encode()
/external/python/cpython2/Modules/expat/
Dxmltok.c359 UTF8_cval2 = 0xc0, enumerator
558 *(*toP)++ = (char)((c >> 6) | UTF8_cval2); in latin1_toUtf8()
695 *(*toP)++ = ((lo >> 6) | (hi << 2) | UTF8_cval2); \
1357 buf[0] = (char)((c >> 6) | UTF8_cval2); in XmlUtf8Encode()