Searched defs:toLim (Results 1 – 2 of 2) sorted by relevance
/external/expat/lib/ |
D | xmltok.c | 370 char **toP, const char *toLim) in utf8_toUtf8() 395 unsigned short **toP, const unsigned short *toLim) in utf8_toUtf16() 499 char **toP, const char *toLim) in latin1_toUtf8() 524 unsigned short **toP, const unsigned short *toLim) in latin1_toUtf16() 562 char **toP, const char *toLim) in ascii_toUtf8() 1389 char **toP, const char *toLim) in unknown_toUtf8() 1423 unsigned short **toP, const unsigned short *toLim) in unknown_toUtf16()
|
D | xmltok.h | 261 #define XmlUtf8Convert(enc, fromP, fromLim, toP, toLim) \ argument 264 #define XmlUtf16Convert(enc, fromP, fromLim, toP, toLim) \ argument
|