Searched refs:matchStringWithOptionalDot (Results 1 – 1 of 1) sorted by relevance
2330 matchStringWithOptionalDot(const UnicodeString &text,2353 if ((matchLength = matchStringWithOptionalDot(text, start, data[i])) > bestMatchLength) { in matchQuarterString()2537 if ((matchLen = matchStringWithOptionalDot(text, start, data[i])) > bestMatchLength) { in matchString()2548 … if ((matchLen = matchStringWithOptionalDot(text, start, leapMonthName)) > bestMatchLength) { in matchString()2580 matchStringWithOptionalDot(const UnicodeString &text, in matchStringWithOptionalDot() function