Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Drbt_rule.cpp375 int32_t oText; // offset into 'text' in matchAndReplace() local
389 oText = posBefore(text, pos.start); in matchAndReplace()
392 match = anteContext->matches(text, oText, anteLimit, FALSE); in matchAndReplace()
398 minOText = posAfter(text, oText); in matchAndReplace()
402 if (((flags & ANCHOR_START) != 0) && oText != anteLimit) { in matchAndReplace()
408 oText = pos.start; in matchAndReplace()
411 match = key->matches(text, oText, pos.limit, incremental); in matchAndReplace()
417 keyLimit = oText; in matchAndReplace()
428 match = postContext->matches(text, oText, pos.contextLimit, incremental); in matchAndReplace()
437 if (oText != pos.contextLimit) { in matchAndReplace()
[all …]