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

/external/svox/pico/lib/
H A Dpicoktab.c1013 const picoos_uint8 posgroup)
1027 /* currently, a linear search is required to find 'posgroup'; the
1030 /* treat case i==0, grplen==0, ie. pos == posgroup */
1031 if (pos == posgroup) {
1045 if (posgroup == e[0]) {
1055 /* test if 'pos' is contained in the components of 'posgroup' */
1065 PICODBG_ASSERT(picoktab_getPosGroup(this, grp, grplen) == posgroup);
1011 picoktab_isPartOfPosGroup(const picoktab_Pos this, const picoos_uint8 pos, const picoos_uint8 posgroup) argument

Completed in 118 milliseconds