Home
last modified time | relevance | path

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

/openbsd/lib/libexpat/lib/
H A Dinternal.h156 void _INTERNAL_trim_to_complete_utf8_characters(const char *from,
H A Dxmltok.c328 _INTERNAL_trim_to_complete_utf8_characters(const char *from, in _INTERNAL_trim_to_complete_utf8_characters() function
384 _INTERNAL_trim_to_complete_utf8_characters(*fromP, &fromLim); in utf8_toUtf8()
/openbsd/lib/libexpat/
H A DChanges662 #457 Unexpose symbol _INTERNAL_trim_to_complete_utf8_characters
/openbsd/lib/libexpat/tests/
H A Dbasic_tests.c352 _INTERNAL_trim_to_complete_utf8_characters(cases[i].input, &fromLim); in START_TEST()