Searched refs:unicode_text (Results 1 – 1 of 1) sorted by relevance
116 icu::UnicodeString unicode_text(text.data(), text.size()); in AbbreviatedMonthToNumber() local147 if (months[month].caseCompare(0, 3, unicode_text, 0) == 0) { in AbbreviatedMonthToNumber()