Home
last modified time | relevance | path

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

/external/svox/pico/lib/
Dpicospho.c809 picodata_itemhead_t ohead; in putSideBoundToOutput() local
815 ohead.type = PICODATA_ITEM_BOUND; in putSideBoundToOutput()
816 ohead.info1 = spho->headx[spho->outReadPos].boundstrength; in putSideBoundToOutput()
817 ohead.info2 = spho->headx[spho->outReadPos].phrasetype; in putSideBoundToOutput()
820 || (PICODATA_ITEMINFO1_BOUND_PHR0 == ohead.info1) in putSideBoundToOutput()
821 || (PICODATA_ITEMINFO1_BOUND_PHR3 == ohead.info1)) { in putSideBoundToOutput()
822 …ng a bound of strength '%c' and type '%c' without duration constraints",ohead.info1, ohead.info2)); in putSideBoundToOutput()
823 ohead.len = 0; in putSideBoundToOutput()
828 … of strength '%c' and type '%c' with duration constraints [%i,%i]",ohead.info1, ohead.info2,sildur… in putSideBoundToOutput()
829 ohead.len = pos; in putSideBoundToOutput()
[all …]