/external/python/cpython3/Modules/expat/ |
D | xmltok.c | 405 char **toP, const char *toLim) in utf8_toUtf8() argument 412 const ptrdiff_t bytesStorable = toLim - *toP; in utf8_toUtf8() 429 memcpy(*toP, *fromP, bytesToCopy); in utf8_toUtf8() 431 *toP += bytesToCopy; in utf8_toUtf8() 445 unsigned short **toP, const unsigned short *toLim) in utf8_toUtf16() argument 448 unsigned short *to = *toP; in utf8_toUtf16() 498 *toP = to; in utf8_toUtf16() 551 char **toP, const char *toLim) in latin1_toUtf8() argument 559 if (toLim - *toP < 2) in latin1_toUtf8() 561 *(*toP)++ = (char)((c >> 6) | UTF8_cval2); in latin1_toUtf8() [all …]
|
D | xmltok.h | 195 char **toP, 200 unsigned short **toP, 284 #define XmlUtf8Convert(enc, fromP, fromLim, toP, toLim) \ argument 285 (((enc)->utf8Convert)(enc, fromP, fromLim, toP, toLim)) 287 #define XmlUtf16Convert(enc, fromP, fromLim, toP, toLim) \ argument 288 (((enc)->utf16Convert)(enc, fromP, fromLim, toP, toLim))
|
/external/expat/lib/ |
D | xmltok.c | 402 char **toP, const char *toLim) in utf8_toUtf8() argument 409 const ptrdiff_t bytesStorable = toLim - *toP; in utf8_toUtf8() 426 memcpy(*toP, *fromP, bytesToCopy); in utf8_toUtf8() 428 *toP += bytesToCopy; in utf8_toUtf8() 442 unsigned short **toP, const unsigned short *toLim) in utf8_toUtf16() argument 445 unsigned short *to = *toP; in utf8_toUtf16() 495 *toP = to; in utf8_toUtf16() 548 char **toP, const char *toLim) in latin1_toUtf8() argument 556 if (toLim - *toP < 2) in latin1_toUtf8() 558 *(*toP)++ = (char)((c >> 6) | UTF8_cval2); in latin1_toUtf8() [all …]
|
D | xmltok.h | 195 char **toP, 200 unsigned short **toP, 284 #define XmlUtf8Convert(enc, fromP, fromLim, toP, toLim) \ argument 285 (((enc)->utf8Convert)(enc, fromP, fromLim, toP, toLim)) 287 #define XmlUtf16Convert(enc, fromP, fromLim, toP, toLim) \ argument 288 (((enc)->utf16Convert)(enc, fromP, fromLim, toP, toLim))
|
/external/python/cpython2/Modules/expat/ |
D | xmltok.c | 402 char **toP, const char *toLim) in utf8_toUtf8() argument 409 const ptrdiff_t bytesStorable = toLim - *toP; in utf8_toUtf8() 426 memcpy(*toP, *fromP, bytesToCopy); in utf8_toUtf8() 428 *toP += bytesToCopy; in utf8_toUtf8() 442 unsigned short **toP, const unsigned short *toLim) in utf8_toUtf16() argument 445 unsigned short *to = *toP; in utf8_toUtf16() 495 *toP = to; in utf8_toUtf16() 548 char **toP, const char *toLim) in latin1_toUtf8() argument 556 if (toLim - *toP < 2) in latin1_toUtf8() 558 *(*toP)++ = (char)((c >> 6) | UTF8_cval2); in latin1_toUtf8() [all …]
|
D | xmltok.h | 195 char **toP, 200 unsigned short **toP, 284 #define XmlUtf8Convert(enc, fromP, fromLim, toP, toLim) \ argument 285 (((enc)->utf8Convert)(enc, fromP, fromLim, toP, toLim)) 287 #define XmlUtf16Convert(enc, fromP, fromLim, toP, toLim) \ argument 288 (((enc)->utf16Convert)(enc, fromP, fromLim, toP, toLim))
|
/external/error_prone/javac/ |
D | javac-9+181-r4173-1.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/services/
META- ... |