Home
last modified time | relevance | path

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

/third_party/node/deps/icu-small/source/i18n/
Drbt_rule.cpp378 int32_t oText; // offset into 'text' in matchAndReplace() local
392 oText = posBefore(text, pos.start); in matchAndReplace()
395 match = anteContext->matches(text, oText, anteLimit, FALSE); in matchAndReplace()
401 minOText = posAfter(text, oText); in matchAndReplace()
405 if (((flags & ANCHOR_START) != 0) && oText != anteLimit) { in matchAndReplace()
411 oText = pos.start; in matchAndReplace()
414 match = key->matches(text, oText, pos.limit, incremental); in matchAndReplace()
420 keyLimit = oText; in matchAndReplace()
431 match = postContext->matches(text, oText, pos.contextLimit, incremental); in matchAndReplace()
440 if (oText != pos.contextLimit) { in matchAndReplace()
[all …]
/third_party/icu/icu4c/source/i18n/
Drbt_rule.cpp378 int32_t oText; // offset into 'text' in matchAndReplace() local
392 oText = posBefore(text, pos.start); in matchAndReplace()
395 match = anteContext->matches(text, oText, anteLimit, FALSE); in matchAndReplace()
401 minOText = posAfter(text, oText); in matchAndReplace()
405 if (((flags & ANCHOR_START) != 0) && oText != anteLimit) { in matchAndReplace()
411 oText = pos.start; in matchAndReplace()
414 match = key->matches(text, oText, pos.limit, incremental); in matchAndReplace()
420 keyLimit = oText; in matchAndReplace()
431 match = postContext->matches(text, oText, pos.contextLimit, incremental); in matchAndReplace()
440 if (oText != pos.contextLimit) { in matchAndReplace()
[all …]
/third_party/skia/third_party/externals/icu/source/i18n/
Drbt_rule.cpp378 int32_t oText; // offset into 'text' in matchAndReplace() local
392 oText = posBefore(text, pos.start); in matchAndReplace()
395 match = anteContext->matches(text, oText, anteLimit, FALSE); in matchAndReplace()
401 minOText = posAfter(text, oText); in matchAndReplace()
405 if (((flags & ANCHOR_START) != 0) && oText != anteLimit) { in matchAndReplace()
411 oText = pos.start; in matchAndReplace()
414 match = key->matches(text, oText, pos.limit, incremental); in matchAndReplace()
420 keyLimit = oText; in matchAndReplace()
431 match = postContext->matches(text, oText, pos.contextLimit, incremental); in matchAndReplace()
440 if (oText != pos.contextLimit) { in matchAndReplace()
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Drbt_rule.cpp378 int32_t oText; // offset into 'text' in matchAndReplace() local
392 oText = posBefore(text, pos.start); in matchAndReplace()
395 match = anteContext->matches(text, oText, anteLimit, FALSE); in matchAndReplace()
401 minOText = posAfter(text, oText); in matchAndReplace()
405 if (((flags & ANCHOR_START) != 0) && oText != anteLimit) { in matchAndReplace()
411 oText = pos.start; in matchAndReplace()
414 match = key->matches(text, oText, pos.limit, incremental); in matchAndReplace()
420 keyLimit = oText; in matchAndReplace()
431 match = postContext->matches(text, oText, pos.contextLimit, incremental); in matchAndReplace()
440 if (oText != pos.contextLimit) { in matchAndReplace()
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DTransliterationRule.java396 int oText; // offset into 'text' in matchAndReplace() local
418 oText = intRef[0]; in matchAndReplace()
420 minOText = posAfter(text, oText); in matchAndReplace()
424 if (((flags & ANCHOR_START) != 0) && oText != anteLimit) { in matchAndReplace()
456 oText = intRef[0]; in matchAndReplace()
461 if (oText != pos.contextLimit) { in matchAndReplace()
478 oText += lenDelta; in matchAndReplace()
482 pos.start = Math.max(minOText, Math.min(Math.min(oText, pos.limit), newStart)); in matchAndReplace()
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
DTransliterationRule.java395 int oText; // offset into 'text' in matchAndReplace() local
417 oText = intRef[0]; in matchAndReplace()
419 minOText = posAfter(text, oText); in matchAndReplace()
423 if (((flags & ANCHOR_START) != 0) && oText != anteLimit) { in matchAndReplace()
455 oText = intRef[0]; in matchAndReplace()
460 if (oText != pos.contextLimit) { in matchAndReplace()
477 oText += lenDelta; in matchAndReplace()
481 pos.start = Math.max(minOText, Math.min(Math.min(oText, pos.limit), newStart)); in matchAndReplace()