Home | History | Annotate | Download | only in i18n

Lines Matching refs:leapMonthName

2338             UnicodeString leapMonthName;
2340 MessageFormat::format(*monthPattern, &monthName, 1, leapMonthName, status);
2342 if (newBestMatchWithOptionalDot(lcaseText, leapMonthName, bestMatchName, bestMatchLength)) {