Lines Matching refs:llen
654 picoos_uint32 llen; in pr_isLatinNumber() local
669 llen = picobase_utf8_length(str, PR_MAX_DATA_LEN); in pr_isLatinNumber()
670 if (llen > 0) { in pr_isLatinNumber()
692 while (li < llen) { in pr_isLatinNumber()
699 if (li < (llen - 1)) { in pr_isLatinNumber()
1679 picoos_int32 llen; in pr_getOutputItemList() local
1884 llen = lf->head.len; in pr_getOutputItemList()
1889 while ((ln < llen) && (ln2 < llen2) && (ln2 < largOfs)) { in pr_getOutputItemList()
1907 llen = lf->head.len; in pr_getOutputItemList()
1911 …while ((ln < llen) && (ln2 < llen2) && (ln2 < (llen2 - picokpr_getOutItemVal(network, picokpr_getO… in pr_getOutputItemList()
2527 picoos_int32 llen; in pr_matchTokensSpace() local
2553 llen = pr_strlen(lstrp); in pr_matchTokensSpace()
2554 for (li = 0; li < llen; li++) { in pr_matchTokensSpace()