Searched refs:toP (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/ |
D | xmltok.c | 324 char **toP, const char *toLim) in utf8_toUtf8() argument 328 if (fromLim - *fromP > toLim - *toP) { in utf8_toUtf8() 330 for (fromLim = *fromP + (toLim - *toP); fromLim > *fromP; fromLim--) in utf8_toUtf8() 334 for (to = *toP, from = *fromP; from != fromLim; from++, to++) in utf8_toUtf8() 337 *toP = to; in utf8_toUtf8() 343 unsigned short **toP, const unsigned short *toLim) in utf8_toUtf16() argument 345 unsigned short *to = *toP; in utf8_toUtf16() 379 *toP = to; in utf8_toUtf16() 431 char **toP, const char *toLim) in latin1_toUtf8() argument 439 if (toLim - *toP < 2) in latin1_toUtf8() [all …]
|
D | xmltok.h | 164 char **toP, 169 unsigned short **toP, 255 #define XmlUtf8Convert(enc, fromP, fromLim, toP, toLim) \ argument 256 (((enc)->utf8Convert)(enc, fromP, fromLim, toP, toLim)) 258 #define XmlUtf16Convert(enc, fromP, fromLim, toP, toLim) \ argument 259 (((enc)->utf16Convert)(enc, fromP, fromLim, toP, toLim))
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/ |
D | xmltok.c | 320 char **toP, const char *toLim) in utf8_toUtf8() argument 324 if (fromLim - *fromP > toLim - *toP) { in utf8_toUtf8() 326 for (fromLim = *fromP + (toLim - *toP); fromLim > *fromP; fromLim--) in utf8_toUtf8() 330 for (to = *toP, from = *fromP; from != fromLim; from++, to++) in utf8_toUtf8() 333 *toP = to; in utf8_toUtf8() 339 unsigned short **toP, const unsigned short *toLim) in utf8_toUtf16() argument 341 unsigned short *to = *toP; in utf8_toUtf16() 375 *toP = to; in utf8_toUtf16() 427 char **toP, const char *toLim) in latin1_toUtf8() argument 435 if (toLim - *toP < 2) in latin1_toUtf8() [all …]
|
D | xmltok.h | 164 char **toP, 169 unsigned short **toP, 255 #define XmlUtf8Convert(enc, fromP, fromLim, toP, toLim) \ argument 256 (((enc)->utf8Convert)(enc, fromP, fromLim, toP, toLim)) 258 #define XmlUtf16Convert(enc, fromP, fromLim, toP, toLim) \ argument 259 (((enc)->utf16Convert)(enc, fromP, fromLim, toP, toLim))
|