Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dsmpdtfmt.cpp2584 matchStringWithOptionalDot(const UnicodeString &text,
2607 if ((matchLength = matchStringWithOptionalDot(text, start, data[i])) > bestMatchLength) { in matchQuarterString()
2630 if ((matchLength = matchStringWithOptionalDot(text, start, data[i])) > bestMatchLength) { in matchDayPeriodStrings()
2814 if ((matchLen = matchStringWithOptionalDot(text, start, data[i])) > bestMatchLength) { in matchString()
2824 … if ((matchLen = matchStringWithOptionalDot(text, start, leapMonthName)) > bestMatchLength) { in matchString()
2856 matchStringWithOptionalDot(const UnicodeString &text, in matchStringWithOptionalDot() function