Searched defs:toP (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/expat/lib/ |
H A D | xmltok.c | 368 char **toP, const char *toLim) { in utf8_toUtf8() 407 unsigned short **toP, const unsigned short *toLim) { in utf8_toUtf16() 505 char **toP, const char *toLim) { in latin1_toUtf8() 528 unsigned short **toP, const unsigned short *toLim) { in latin1_toUtf16() 563 char **toP, const char *toLim) { in ascii_toUtf8() 1351 char **toP, const char *toLim) { in unknown_toUtf8() 1381 unsigned short **toP, const unsigned short *toLim) { in unknown_toUtf16()
|
H A D | xmltok.h | 275 #define XmlUtf8Convert(enc, fromP, fromLim, toP, toLim) \ argument 278 #define XmlUtf16Convert(enc, fromP, fromLim, toP, toLim) \ argument
|