Home
last modified time | relevance | path

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

/external/svox/pico/lib/
Dpicopr.c2001 picokpr_TokSetNP npset; in pr_getOutput() local
2044 npset = picokpr_getTokSetNP(with__0->rnetwork, with__0->rtok); in pr_getOutput()
2072 if (((PR_TSE_MASK_LEX & wpset) != 0) && ((PR_TSE_MASK_LETTER & npset) == 0)) { in pr_getOutput()
2266 picokpr_TokSetNP npset; in pr_getNextToken() local
2270 npset = picokpr_getTokSetNP(with__0->rnetwork, with__0->rtok); in pr_getNextToken()
2271 if ((len > 0) && (pr->ractpath.rlen < PR_MAX_PATH_LEN) && ((PR_TSE_MASK_NEXT & npset) != 0)) { in pr_getNextToken()
2291 picokpr_TokSetNP npset; in pr_getAltToken() local
2296 npset = picokpr_getTokSetNP(with__0->rnetwork, with__0->rtok); in pr_getAltToken()
2298 if ((PR_TSE_MASK_ALTL & npset) != 0) { in pr_getAltToken()
2304 if ((PR_TSE_MASK_ALTR & npset) != 0) { in pr_getAltToken()
[all …]