Home
last modified time | relevance | path

Searched refs:UTF8_cval3 (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/expat/expat/lib/
H A Dxmltok.c324 UTF8_cval3 = 0xe0, enumerator
666 *(*toP)++ = ((hi >> 4) | UTF8_cval3); \
1285 buf[0] = (char)((c >> 12) | UTF8_cval3); in XmlUtf8Encode()
/third_party/python/Modules/expat/
H A Dxmltok.c321 UTF8_cval3 = 0xe0, enumerator
663 *(*toP)++ = ((hi >> 4) | UTF8_cval3); \
1282 buf[0] = (char)((c >> 12) | UTF8_cval3); in XmlUtf8Encode()

Completed in 5 milliseconds