Searched defs:toLim (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython3/Modules/expat/ |
D | xmltok.c | 405 char **toP, const char *toLim) in utf8_toUtf8() 445 unsigned short **toP, const unsigned short *toLim) in utf8_toUtf16() 551 char **toP, const char *toLim) in latin1_toUtf8() 576 unsigned short **toP, const unsigned short *toLim) in latin1_toUtf16() 614 char **toP, const char *toLim) in ascii_toUtf8() 1445 char **toP, const char *toLim) in unknown_toUtf8() 1478 unsigned short **toP, const unsigned short *toLim) in unknown_toUtf16()
|
D | xmltok.h | 284 #define XmlUtf8Convert(enc, fromP, fromLim, toP, toLim) \ argument 287 #define XmlUtf16Convert(enc, fromP, fromLim, toP, toLim) \ argument
|
/external/expat/lib/ |
D | xmltok.c | 402 char **toP, const char *toLim) in utf8_toUtf8() 442 unsigned short **toP, const unsigned short *toLim) in utf8_toUtf16() 548 char **toP, const char *toLim) in latin1_toUtf8() 573 unsigned short **toP, const unsigned short *toLim) in latin1_toUtf16() 611 char **toP, const char *toLim) in ascii_toUtf8() 1442 char **toP, const char *toLim) in unknown_toUtf8() 1475 unsigned short **toP, const unsigned short *toLim) in unknown_toUtf16()
|
D | xmltok.h | 284 #define XmlUtf8Convert(enc, fromP, fromLim, toP, toLim) \ argument 287 #define XmlUtf16Convert(enc, fromP, fromLim, toP, toLim) \ argument
|
/external/python/cpython2/Modules/expat/ |
D | xmltok.c | 402 char **toP, const char *toLim) in utf8_toUtf8() 442 unsigned short **toP, const unsigned short *toLim) in utf8_toUtf16() 548 char **toP, const char *toLim) in latin1_toUtf8() 573 unsigned short **toP, const unsigned short *toLim) in latin1_toUtf16() 611 char **toP, const char *toLim) in ascii_toUtf8() 1442 char **toP, const char *toLim) in unknown_toUtf8() 1475 unsigned short **toP, const unsigned short *toLim) in unknown_toUtf16()
|
D | xmltok.h | 284 #define XmlUtf8Convert(enc, fromP, fromLim, toP, toLim) \ argument 287 #define XmlUtf16Convert(enc, fromP, fromLim, toP, toLim) \ argument
|