Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/expat/
Dxmltok.c364 UTF8_cval4 = 0xf0 enumerator
721 *(*toP)++ = ((plane >> 2) | UTF8_cval4); \
1371 buf[0] = (char)((c >> 18) | UTF8_cval4); in XmlUtf8Encode()
/external/expat/lib/
Dxmltok.c361 UTF8_cval4 = 0xf0 enumerator
718 *(*toP)++ = ((plane >> 2) | UTF8_cval4); \
1368 buf[0] = (char)((c >> 18) | UTF8_cval4); in XmlUtf8Encode()
/external/python/cpython2/Modules/expat/
Dxmltok.c361 UTF8_cval4 = 0xf0 enumerator
718 *(*toP)++ = ((plane >> 2) | UTF8_cval4); \
1368 buf[0] = (char)((c >> 18) | UTF8_cval4); in XmlUtf8Encode()