OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lexlen
(Results
1 - 1
of
1
) sorted by null
/external/svox/pico/lib/
picoklex.c
362
picoos_uint8
lexlen
;
local
365
lexlen
= lexentry[0] - 1;
367
for (i=0; (i<graphlen) && (i<
lexlen
); i++) {
368
PICODBG_TRACE(("%d|%d graph|lex: %c|%c", graphlen,
lexlen
,
376
if (graphlen ==
lexlen
) {
378
} else if (
lexlen
< graphlen) {
Completed in 362 milliseconds