Home
last modified time | relevance | path

Searched refs:PICOKFST_PLANE_POS (Results 1 – 3 of 3) sorted by relevance

/external/svox/pico/lib/
Dpicokfst.h67 PICOKFST_PLANE_POS = 5, /* part of speech plane */ enumerator
Dpicospho.c601 fstSymbol = (PICOKFST_PLANE_POS << 8) + head->info1; in sphoExtractPhonemes()
626 fstSymbol = (PICOKFST_PLANE_POS << 8) + head->info1; in sphoExtractPhonemes()
1545 PICODBG_ASSERT(PICOKFST_PLANE_POS == plane); in sphoStep()
Dpicotrns.c79 case PICOKFST_PLANE_POS: /* part of speech */ in PICOTRNS_PRINTSYM1()