Searched refs:ittype (Results 1 - 2 of 2) sorted by relevance

/external/svox/pico/lib/
H A Dpicosa.c1367 picoos_uint8 i, j, ittype; local
1369 ittype = sa->headx[i].head.type;
1372 PICODBG_INFO_MSG(("'%c',", ittype));
1375 (ittype != PICODATA_ITEM_WORDGRAPH) &&
1376 (ittype != PICODATA_ITEM_WORDINDEX)) {
1390 if ((ittype == PICODATA_ITEM_WORDGRAPH) ||
1391 (ittype == PICODATA_ITEM_CMD)) {
1480 picoos_uint8 i, j, ittype; local
1482 ittype = sa->headx[i].head.type;
1485 PICODBG_INFO_MSG(("'%c',", ittype));
[all...]
H A Dpicoacph.c1194 picoos_uint8 i, j, ittype; local
1205 ittype = acph->headx[i].head.type;
1208 PICODBG_INFO_MSG(("'%c',", ittype));
1211 (ittype != PICODATA_ITEM_WORDPHON)) {
1225 if ((ittype == PICODATA_ITEM_CMD)) {

Completed in 39 milliseconds