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

/external/chromium_org/third_party/icu/source/i18n/
H A Dsmpdtfmt.cpp3394 int32_t textPreMatch; local
3426 textPreMatch = compareSimpleAffix(suf,text,start);
3432 if ((textPreMatch >= 0) && (patternMatch >= 0) && (textPreMatch == patternMatch)) {
/external/icu/icu4c/source/i18n/
H A Dsmpdtfmt.cpp3439 int32_t textPreMatch; local
3471 textPreMatch = compareSimpleAffix(suf,text,start);
3477 if ((textPreMatch >= 0) && (patternMatch >= 0) && (textPreMatch == patternMatch)) {

Completed in 458 milliseconds