Home
last modified time | relevance | path

Searched refs:utf8slenmax (Results 1 – 2 of 2) sorted by relevance

/external/svox/pico/lib/
Dpicobase.h112 const picoos_uint32 utf8slenmax,
121 const picoos_uint32 utf8slenmax,
Dpicobase.c956 const picoos_uint32 utf8slenmax, in picobase_get_next_utf8char() argument
965 if ((((*pos) + len) > utf8slenmax) || in picobase_get_next_utf8char()
986 const picoos_uint32 utf8slenmax, in picobase_get_next_utf8charpos() argument
993 if ((((*pos) + len) > utf8slenmax) || in picobase_get_next_utf8charpos()