Searched defs:fromLim (Results 1 – 5 of 5) sorted by relevance
/external/expat/lib/ |
D | xmltok.c | 335 const char * fromLim = *fromLimRef; in align_limit_to_full_utf8_characters() local 369 const char **fromP, const char *fromLim, in utf8_toUtf8() 394 const char **fromP, const char *fromLim, in utf8_toUtf16() 498 const char **fromP, const char *fromLim, in latin1_toUtf8() 523 const char **fromP, const char *fromLim, in latin1_toUtf16() 561 const char **fromP, const char *fromLim, in ascii_toUtf8() 1388 const char **fromP, const char *fromLim, in unknown_toUtf8() 1422 const char **fromP, const char *fromLim, in unknown_toUtf16()
|
D | xmltok.h | 261 #define XmlUtf8Convert(enc, fromP, fromLim, toP, toLim) \ argument 264 #define XmlUtf16Convert(enc, fromP, fromLim, toP, toLim) \ argument
|
/external/python/cpython2/Modules/expat/ |
D | xmltok.c | 323 const char **fromP, const char *fromLim, in utf8_toUtf8() 342 const char **fromP, const char *fromLim, in utf8_toUtf16() 430 const char **fromP, const char *fromLim, in latin1_toUtf8() 455 const char **fromP, const char *fromLim, in latin1_toUtf16() 488 const char **fromP, const char *fromLim, in ascii_toUtf8() 1293 const char **fromP, const char *fromLim, in unknown_toUtf8() 1327 const char **fromP, const char *fromLim, in unknown_toUtf16()
|
D | xmltok.h | 255 #define XmlUtf8Convert(enc, fromP, fromLim, toP, toLim) \ argument 258 #define XmlUtf16Convert(enc, fromP, fromLim, toP, toLim) \ argument
|
/external/expat/tests/ |
D | runtests.c | 410 const char * fromLim = cases[i].input + strlen(cases[i].input); in START_TEST() local
|