Searched refs:minOText (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
D | TransliterationRule.java | 394 int minOText; in matchAndReplace() local 417 minOText = posAfter(text, oText); in matchAndReplace() 479 pos.start = Math.max(minOText, Math.min(Math.min(oText, pos.limit), newStart)); in matchAndReplace()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | TransliterationRule.java | 395 int minOText; in matchAndReplace() local 418 minOText = posAfter(text, oText); in matchAndReplace() 480 pos.start = Math.max(minOText, Math.min(Math.min(oText, pos.limit), newStart)); in matchAndReplace()
|
/external/icu/icu4c/source/i18n/ |
D | rbt_rule.cpp | 378 int32_t minOText; in matchAndReplace() local 399 minOText = posAfter(text, oText); in matchAndReplace() 459 pos.start = uprv_max(minOText, uprv_min(uprv_min(oText, pos.limit), newStart)); in matchAndReplace()
|