Searched refs:ittype (Results 1 – 2 of 2) sorted by relevance
/external/svox/pico/lib/ |
D | picosa.c | 1367 picoos_uint8 i, j, ittype; in saStep() local 1369 ittype = sa->headx[i].head.type; in saStep() 1372 PICODBG_INFO_MSG(("'%c',", ittype)); in saStep() 1375 (ittype != PICODATA_ITEM_WORDGRAPH) && in saStep() 1376 (ittype != PICODATA_ITEM_WORDINDEX)) { in saStep() 1390 if ((ittype == PICODATA_ITEM_WORDGRAPH) || in saStep() 1391 (ittype == PICODATA_ITEM_CMD)) { in saStep() 1480 picoos_uint8 i, j, ittype; in saStep() local 1482 ittype = sa->headx[i].head.type; in saStep() 1485 PICODBG_INFO_MSG(("'%c',", ittype)); in saStep() [all …]
|
D | picoacph.c | 1194 picoos_uint8 i, j, ittype; in acphStep() local 1205 ittype = acph->headx[i].head.type; in acphStep() 1208 PICODBG_INFO_MSG(("'%c',", ittype)); in acphStep() 1211 (ittype != PICODATA_ITEM_WORDPHON)) { in acphStep() 1225 if ((ittype == PICODATA_ITEM_CMD)) { in acphStep()
|