Searched defs:llen2 (Results 1 - 1 of 1) sorted by path

/external/svox/pico/lib/
H A Dpicopr.c1680 picoos_int32 llen2; local
1885 llen2 = picobase_utf8_length(pr->tmpItem.data,PR_MAX_DATA_LEN);
1889 while ((ln < llen) && (ln2 < llen2) && (ln2 < largOfs)) {
1908 llen2 = picobase_utf8_length(pr->tmpItem.data,PR_MAX_DATA_LEN);
1911 while ((ln < llen) && (ln2 < llen2) && (ln2 < (llen2 - picokpr_getOutItemVal(network, picokpr_getOutItemArgOfs(network, lo))))) {

Completed in 403 milliseconds