Searched refs:minOText (Results 1 – 6 of 6) sorted by relevance
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/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()
|
/third_party/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()
|
/third_party/node/deps/icu-small/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()
|
/third_party/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()
|
/third_party/skia/third_party/externals/icu/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()
|
/third_party/flutter/skia/third_party/externals/icu/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()
|