Home
last modified time | relevance | path

Searched refs:minOText (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Drbt_rule.cpp378 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()
/external/chromium_org/third_party/icu/source/i18n/
Drbt_rule.cpp378 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()