Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dsmpdtfmt.cpp2549 matchStringWithOptionalDot(const UnicodeString &text,
2572 if ((matchLength = matchStringWithOptionalDot(text, start, data[i])) > bestMatchLength) { in matchQuarterString()
2595 if ((matchLength = matchStringWithOptionalDot(text, start, data[i])) > bestMatchLength) { in matchDayPeriodStrings()
2779 if ((matchLen = matchStringWithOptionalDot(text, start, data[i])) > bestMatchLength) { in matchString()
2789 … if ((matchLen = matchStringWithOptionalDot(text, start, leapMonthName)) > bestMatchLength) { in matchString()
2821 matchStringWithOptionalDot(const UnicodeString &text, in matchStringWithOptionalDot() function