Searched refs:lastIndexWithLen (Results 1 – 2 of 2) sorted by relevance
578 int32_t lastIndexWithLen; in getMapping() local589 lastIndexWithLen = fStringLengthsTable->elementAti(i); in getMapping()590 if (value <= lastIndexWithLen) { in getMapping()
1313 int lastIndexWithLen;1325 lastIndexWithLen = fStringLengthsTable.get(i);1326 if (value <= lastIndexWithLen) {