Searched refs:anteLimit (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
D | TransliterationRule.java | 403 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/ |
D | TransliterationRule.java | 404 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/ |
D | rbt_rule.cpp | 387 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/ |
D | icu4j.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ ... |