Home | History | Annotate | Download | only in lib

Lines Matching full:tlen

1309     picoos_uint8 tlen;
1371 tlen = picobase_det_utf8_length(dt->inpmaptable[pos]);
1372 if ((pos + tlen) > posbound) {
1373 PICODBG_ERROR(("trying outside imt, posb: %d, pos: %d, tlen: %d",
1374 posbound, pos, tlen));
1377 if (ilen == tlen) {
1386 PICODBG_TRACE(("found mapval, posb %d, pos %d, i %d, tlen %d",
1387 posbound, pos, i, tlen));
1391 pos += tlen;