Home
last modified time | relevance | path

Searched defs:toP (Results 1 – 2 of 2) sorted by relevance

/external/expat/lib/
Dxmltok.c324 char **toP, const char *toLim) in utf8_toUtf8()
350 unsigned short **toP, const unsigned short *toLim) in utf8_toUtf16()
454 char **toP, const char *toLim) in latin1_toUtf8()
479 unsigned short **toP, const unsigned short *toLim) in latin1_toUtf16()
517 char **toP, const char *toLim) in ascii_toUtf8()
1344 char **toP, const char *toLim) in unknown_toUtf8()
1378 unsigned short **toP, const unsigned short *toLim) in unknown_toUtf16()
Dxmltok.h261 #define XmlUtf8Convert(enc, fromP, fromLim, toP, toLim) \ argument
264 #define XmlUtf16Convert(enc, fromP, fromLim, toP, toLim) \ argument