Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Drbt_rule.cpp384 int32_t anteLimit = posBefore(text, pos.contextStart); in matchAndReplace() local
392 match = anteContext->matches(text, oText, anteLimit, FALSE); in matchAndReplace()
402 if (((flags & ANCHOR_START) != 0) && oText != anteLimit) { in matchAndReplace()