Searched defs:toLim (Results 1 – 4 of 4) sorted by relevance
/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() 339 unsigned short **toP, const unsigned short *toLim) in utf8_toUtf16() 427 char **toP, const char *toLim) in latin1_toUtf8() 452 unsigned short **toP, const unsigned short *toLim) in latin1_toUtf16() 485 char **toP, const char *toLim) in ascii_toUtf8() 1286 char **toP, const char *toLim) in unknown_toUtf8() 1320 unsigned short **toP, const unsigned short *toLim) in unknown_toUtf16()
|
D | xmltok.h | 255 #define XmlUtf8Convert(enc, fromP, fromLim, toP, toLim) \ argument 258 #define XmlUtf16Convert(enc, fromP, fromLim, toP, toLim) \ argument
|
/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() 343 unsigned short **toP, const unsigned short *toLim) in utf8_toUtf16() 431 char **toP, const char *toLim) in latin1_toUtf8() 456 unsigned short **toP, const unsigned short *toLim) in latin1_toUtf16() 489 char **toP, const char *toLim) in ascii_toUtf8() 1294 char **toP, const char *toLim) in unknown_toUtf8() 1328 unsigned short **toP, const unsigned short *toLim) in unknown_toUtf16()
|
D | xmltok.h | 255 #define XmlUtf8Convert(enc, fromP, fromLim, toP, toLim) \ argument 258 #define XmlUtf16Convert(enc, fromP, fromLim, toP, toLim) \ argument
|