Searched refs:graphlen (Results 1 – 6 of 6) sorted by relevance
/external/svox/pico/lib/ |
D | picoklex.c | 360 const picoos_uint16 graphlen) { in klex_lexMatch() argument 367 for (i=0; (i<graphlen) && (i<lexlen); i++) { in klex_lexMatch() 368 PICODBG_TRACE(("%d|%d graph|lex: %c|%c", graphlen, lexlen, in klex_lexMatch() 376 if (graphlen == lexlen) { in klex_lexMatch() 378 } else if (lexlen < graphlen) { in klex_lexMatch() 420 const picoos_uint16 graphlen, in klex_lexblockLookup() argument 431 rv = klex_lexMatch(&(this->lexblocks[lexpos]), graph, graphlen); in klex_lexblockLookup() 450 graphlen) == 0) { in klex_lexblockLookup() 484 const picoos_uint16 graphlen, in picoklex_lexLookup() argument 503 if (i < graphlen) { in picoklex_lexLookup() [all …]
|
D | picokdt.h | 213 const picoos_uint16 graphlen, 299 const picoos_uint16 graphlen,
|
D | picokdt.c | 1702 const picoos_uint16 graphlen, in picokdt_dtPosPconstructInVec() argument 1729 PICODBG_DEBUG(("graphlen %d", graphlen)); in picokdt_dtPosPconstructInVec() 1739 while ((poscg < graphlen) && in picokdt_dtPosPconstructInVec() 2000 const picoos_uint16 graphlen, in kdtGetUTF8char() argument 2008 if (!picobase_get_next_utf8charpos(utfgraph, graphlen, &pos)) { in kdtGetUTF8char() 2012 return picobase_get_next_utf8char(utfgraph, graphlen, &pos, utf8char); in kdtGetUTF8char() 2017 const picoos_uint16 graphlen, in kdtGetUTF8Nr() argument 2024 while ((postmp <= pos) && (count < graphlen)) { in kdtGetUTF8Nr() 2025 if (!picobase_get_next_utf8charpos(utfgraph, graphlen, &postmp)) { in kdtGetUTF8Nr() 2038 const picoos_uint16 graphlen, in picokdt_dtG2PconstructInVec() argument [all …]
|
D | picowa.c | 195 const picoos_uint16 graphlen) { in waClassifyPos() argument 200 PICODBG_DEBUG(("graphlen %d", graphlen)); in waClassifyPos() 209 while ((i < graphlen) && (!specchar)) { in waClassifyPos() 216 if (!picokdt_dtPosPconstructInVec(wa->dtposp, graph, graphlen, specchar)) { in waClassifyPos()
|
D | picoklex.h | 111 const picoos_uint16 graphlen,
|
D | picosa.c | 832 const picoos_uint8 graphlen, in saDoG2P() argument 877 utfpos = graphlen; in saDoG2P() 882 PICODBG_ERROR(("invalid utf8 string, graphlen: %d", graphlen)); in saDoG2P() 890 if (!saGetNrVowel(this, sa, graph, graphlen, nCount-1, &nrvow, in saDoG2P() 900 graphlen, /*grapheme length*/ in saDoG2P()
|