Searched refs:textPostMatch (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dsmpdtfmt.cpp3641 int32_t textPostMatch; local
3675 textPostMatch = compareSimpleAffix(suf,text,start-suf.length());
3681 else if ((textPostMatch >= 0) && (patternMatch >= 0) && (textPostMatch == patternMatch)) {

Completed in 51 milliseconds