Home
last modified time | relevance | path

Searched refs:_INTERNAL_trim_to_complete_utf8_characters (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython3/Modules/expat/
Dinternal.h119 _INTERNAL_trim_to_complete_utf8_characters(const char * from, const char ** fromLimRef);
Dxmltok.c368 _INTERNAL_trim_to_complete_utf8_characters(const char * from, const char ** fromLimRef) in _INTERNAL_trim_to_complete_utf8_characters() function
421 _INTERNAL_trim_to_complete_utf8_characters(*fromP, &fromLim); in utf8_toUtf8()
/external/python/cpython2/Modules/expat/
Dinternal.h119 _INTERNAL_trim_to_complete_utf8_characters(const char * from, const char ** fromLimRef);
Dxmltok.c365 _INTERNAL_trim_to_complete_utf8_characters(const char * from, const char ** fromLimRef) in _INTERNAL_trim_to_complete_utf8_characters() function
418 _INTERNAL_trim_to_complete_utf8_characters(*fromP, &fromLim); in utf8_toUtf8()
/external/expat/lib/
Dinternal.h119 _INTERNAL_trim_to_complete_utf8_characters(const char * from, const char ** fromLimRef);
Dlibexpatw.def78 _INTERNAL_trim_to_complete_utf8_characters @68@
Dlibexpat.def78 _INTERNAL_trim_to_complete_utf8_characters @68@
Dxmltok.c365 _INTERNAL_trim_to_complete_utf8_characters(const char * from, const char ** fromLimRef) in _INTERNAL_trim_to_complete_utf8_characters() function
418 _INTERNAL_trim_to_complete_utf8_characters(*fromP, &fromLim); in utf8_toUtf8()
/external/expat/tests/
Druntests.c823 _INTERNAL_trim_to_complete_utf8_characters(cases[i].input, &fromLim); in START_TEST()