Searched refs:minOText (Results 1 – 3 of 3) sorted by relevance
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | TransliterationRule.java | 397 int minOText; in matchAndReplace() local 420 minOText = posAfter(text, oText); in matchAndReplace() 482 pos.start = Math.max(minOText, Math.min(Math.min(oText, pos.limit), newStart)); in matchAndReplace()
|
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
D | TransliterationRule.java | 396 int minOText; in matchAndReplace() local 419 minOText = posAfter(text, oText); in matchAndReplace() 481 pos.start = Math.max(minOText, Math.min(Math.min(oText, pos.limit), newStart)); in matchAndReplace()
|
/external/icu/icu4c/source/i18n/ |
D | rbt_rule.cpp | 380 int32_t minOText; in matchAndReplace() local 401 minOText = posAfter(text, oText); in matchAndReplace() 461 pos.start = uprv_max(minOText, uprv_min(uprv_min(oText, pos.limit), newStart)); in matchAndReplace()
|