Searched refs:latin1_toUtf16 (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Modules/expat/ |
D | xmltok.c | 574 latin1_toUtf16(const ENCODING *UNUSED_P(enc), in latin1_toUtf16() function 590 { VTABLE1, latin1_toUtf8, latin1_toUtf16, 1, 0, 0 }, 601 { VTABLE1, latin1_toUtf8, latin1_toUtf16, 1, 0, 0 }, 628 { VTABLE1, ascii_toUtf8, latin1_toUtf16, 1, 1, 0 }, 639 { VTABLE1, ascii_toUtf8, latin1_toUtf16, 1, 1, 0 },
|
/external/expat/lib/ |
D | xmltok.c | 571 latin1_toUtf16(const ENCODING *UNUSED_P(enc), in latin1_toUtf16() function 587 { VTABLE1, latin1_toUtf8, latin1_toUtf16, 1, 0, 0 }, 598 { VTABLE1, latin1_toUtf8, latin1_toUtf16, 1, 0, 0 }, 625 { VTABLE1, ascii_toUtf8, latin1_toUtf16, 1, 1, 0 }, 636 { VTABLE1, ascii_toUtf8, latin1_toUtf16, 1, 1, 0 },
|
/external/python/cpython2/Modules/expat/ |
D | xmltok.c | 571 latin1_toUtf16(const ENCODING *UNUSED_P(enc), in latin1_toUtf16() function 587 { VTABLE1, latin1_toUtf8, latin1_toUtf16, 1, 0, 0 }, 598 { VTABLE1, latin1_toUtf8, latin1_toUtf16, 1, 0, 0 }, 625 { VTABLE1, ascii_toUtf8, latin1_toUtf16, 1, 1, 0 }, 636 { VTABLE1, ascii_toUtf8, latin1_toUtf16, 1, 1, 0 },
|