Home
last modified time | relevance | path

Searched refs:keyLimit (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/i18n/
Drbt_rule.cpp369 int32_t keyLimit; in matchAndReplace() local
418 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()
/external/icu4c/tools/genrb/
Dreslist.c1527 const char *keyLimit; in bundle_compactKeys() local
1536 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()
/external/webkit/Source/WebCore/storage/
DIDBLevelDBBackingStore.cpp2302 const char* keyLimit = m_iterator->key().end(); in loadCurrentRow() local
2305 p = ObjectStoreDataKey::decode(p, keyLimit, &objectStoreDataKey); in loadCurrentRow()
2350 const char* keyLimit = m_iterator->key().end(); in loadCurrentRow() local
2352 p = IndexDataKey::decode(p, keyLimit, &indexDataKey); in loadCurrentRow()