Searched defs:utf8slenmax (Results 1 - 1 of 1) sorted by relevance

/external/svox/pico/lib/
H A Dpicobase.c956 const picoos_uint32 utf8slenmax,
965 if ((((*pos) + len) > utf8slenmax) ||
986 const picoos_uint32 utf8slenmax,
993 if ((((*pos) + len) > utf8slenmax) ||
955 picobase_get_next_utf8char(const picoos_uint8 *utf8s, const picoos_uint32 utf8slenmax, picoos_uint32 *pos, picobase_utf8char utf8char) argument
985 picobase_get_next_utf8charpos(const picoos_uint8 *utf8s, const picoos_uint32 utf8slenmax, picoos_uint32 *pos) argument

Completed in 80 milliseconds