Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dsmpdtfmt.cpp3973 int32_t textPreMatch; in checkIntSuffix() local
4005 textPreMatch = compareSimpleAffix(suf,text,start); in checkIntSuffix()
4011 if ((textPreMatch >= 0) && (patternMatch >= 0) && (textPreMatch == patternMatch)) { in checkIntSuffix()