Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
DTransliterationRule.java403 int anteLimit = posBefore(text, pos.contextStart); in matchAndReplace() local
411 match = anteContext.matches(text, intRef, anteLimit, false); in matchAndReplace()
423 if (((flags & ANCHOR_START) != 0) && oText != anteLimit) { in matchAndReplace()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DTransliterationRule.java404 int anteLimit = posBefore(text, pos.contextStart); in matchAndReplace() local
412 match = anteContext.matches(text, intRef, anteLimit, false); in matchAndReplace()
424 if (((flags & ANCHOR_START) != 0) && oText != anteLimit) { in matchAndReplace()
/external/icu/icu4c/source/i18n/
Drbt_rule.cpp387 int32_t anteLimit = posBefore(text, pos.contextStart); in matchAndReplace() local
395 match = anteContext->matches(text, oText, anteLimit, FALSE); in matchAndReplace()
405 if (((flags & ANCHOR_START) != 0) && oText != anteLimit) { in matchAndReplace()
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...