Searched defs:xsampa2svoxpa_mapper (Results 1 - 3 of 3) sorted by relevance

/external/svox/pico/lib/
H A Dpicodata.c898 * @param xsampa2svoxpa_mapper
907 picokfst_FST svoxpa_parser, picokfst_FST xsampa2svoxpa_mapper,
913 if ((NULL != xsampa_parser) && (NULL != xsampa2svoxpa_mapper)) {
928 status = picotrns_stTransduce(transducer, xsampa2svoxpa_mapper);
905 picodata_mapPAStrToPAIds(picotrns_SimpleTransducer transducer, picoos_Common common, picokfst_FST xsampa_parser, picokfst_FST svoxpa_parser, picokfst_FST xsampa2svoxpa_mapper, picoos_uchar * inputPhones, picoos_uchar * alphabet, picoos_uint8 * outputPhoneIds, picoos_int32 maxOutputPhoneIds) argument
H A Dpicotok.c262 picokfst_FST xsampa2svoxpa_mapper; member in struct:tok_subobj
932 if (picodata_mapPAStrToPAIds(tok->transducer, this->common, tok->xsampa_parser, tok->svoxpa_parser, tok->xsampa2svoxpa_mapper, tok->markupParams[1].paramVal, tok->markupParams[0].paramVal, tok->phonemes, sizeof(tok->phonemes)-1) == PICO_OK) {
946 if (picodata_mapPAStrToPAIds(tok->transducer, this->common, tok->xsampa_parser, tok->svoxpa_parser, tok->xsampa2svoxpa_mapper, tok->markupParams[0].paramVal, PICODATA_XSAMPA, tok->phonemes, sizeof(tok->phonemes)) == PICO_OK) {
1458 tok->xsampa2svoxpa_mapper = picokfst_getFST(this->voice->kbArray[PICOKNOW_KBID_FST_XSAMPA2SVOXPA]);
1459 PICODBG_TRACE(("got xsampa2svoxpa_mapper @ %i",tok->xsampa2svoxpa_mapper));
H A Dpicopr.c330 picokfst_FST xsampa2svoxpa_mapper; member in struct:pr_subobj
1400 if (picodata_mapPAStrToPAIds(pr->transducer, this->common, pr->xsampa_parser, pr->svoxpa_parser, pr->xsampa2svoxpa_mapper, lf->data, alphabet, pr->tmpStr1, sizeof(pr->tmpStr1)-1) == PICO_OK) {
3239 pr->xsampa2svoxpa_mapper = picokfst_getFST(this->voice->kbArray[PICOKNOW_KBID_FST_XSAMPA2SVOXPA]);

Completed in 97 milliseconds