Searched refs:keyLimit (Results 1 – 3 of 3) sorted by relevance
368 int32_t keyLimit; in matchAndReplace() local417 keyLimit = oText; in matchAndReplace()420 if (incremental && keyLimit == pos.limit) { in matchAndReplace()451 int32_t newLength = output->toReplacer()->replace(text, pos.start, keyLimit, newStart); in matchAndReplace()452 int32_t lenDelta = newLength - (keyLimit - pos.start); in matchAndReplace()
1521 const char *keyLimit; in bundle_compactKeys() local1530 for (keyLimit = key; *keyLimit != 0; ++keyLimit) {} in bundle_compactKeys()1538 offset = (int32_t)(keyLimit - key) - (suffixLimit - suffix); in bundle_compactKeys()1543 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()