Searched refs:keyLimit (Results 1 – 3 of 3) sorted by relevance
369 int32_t keyLimit; in matchAndReplace() local418 keyLimit = oText; in matchAndReplace()421 if (incremental && keyLimit == pos.limit) { in matchAndReplace()452 int32_t newLength = output->toReplacer()->replace(text, pos.start, keyLimit, newStart); in matchAndReplace()453 int32_t lenDelta = newLength - (keyLimit - pos.start); in matchAndReplace()
1527 const char *keyLimit; in bundle_compactKeys() local1536 for (keyLimit = key; *keyLimit != 0; ++keyLimit) {} in bundle_compactKeys()1544 offset = (int32_t)(keyLimit - key) - (suffixLimit - suffix); in bundle_compactKeys()1549 for (k = keyLimit; suffix < suffixLimit && *--k == *--suffixLimit;) {} in bundle_compactKeys()
2302 const char* keyLimit = m_iterator->key().end(); in loadCurrentRow() local2305 p = ObjectStoreDataKey::decode(p, keyLimit, &objectStoreDataKey); in loadCurrentRow()2350 const char* keyLimit = m_iterator->key().end(); in loadCurrentRow() local2352 p = IndexDataKey::decode(p, keyLimit, &indexDataKey); in loadCurrentRow()