Searched defs:ittype (Results 1 - 2 of 2) sorted by relevance
/external/svox/pico/lib/ |
H A D | picoacph.c | 1194 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)) {
|
H A D | picosa.c | 1367 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...] |
Completed in 138 milliseconds