Home
last modified time | relevance | path

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

/external/svox/pico/lib/
Dpicodata.h623 const picoos_uint16 itemlenmax,
627 #define PICODATA_INFO_ITEM(kb, pref, item, itemlenmax) \ argument
629 picodata_info_item(kb, pref, item, itemlenmax, (picoos_char *)__FILE__)
635 #define PICODATA_INFO_ITEM(kb, pref, item, itemlenmax) argument
Dpicodata.c1046 const picoos_uint16 itemlenmax, in picodata_info_item() argument
1053 if ((itemlenmax < 4) || (item == NULL)) { in picodata_info_item()