Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dsmpdtfmt.cpp2668 matchStringWithOptionalDot(const UnicodeString &text,
2691 if ((matchLength = matchStringWithOptionalDot(text, start, data[i])) > bestMatchLength) { in matchQuarterString()
2714 if ((matchLength = matchStringWithOptionalDot(text, start, data[i])) > bestMatchLength) { in matchDayPeriodStrings()
2898 if ((matchLen = matchStringWithOptionalDot(text, start, data[i])) > bestMatchLength) { in matchString()
2908 … if ((matchLen = matchStringWithOptionalDot(text, start, leapMonthName)) > bestMatchLength) { in matchString()
2940 matchStringWithOptionalDot(const UnicodeString &text, in matchStringWithOptionalDot() function