Searched refs:matchDayPeriodStrings (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/i18n/unicode/ |
D | smpdtfmt.h | 1375 int32_t matchDayPeriodStrings(const UnicodeString& text, int32_t start,
|
/external/icu/icu4c/source/i18n/ |
D | smpdtfmt.cpp | 2621 int32_t SimpleDateFormat::matchDayPeriodStrings(const UnicodeString& text, int32_t start, in matchDayPeriodStrings() function in SimpleDateFormat 3605 if ((newStart = matchDayPeriodStrings(text, start, fSymbols->fAbbreviatedDayPeriods, in subParse() 3611 if ((newStart = matchDayPeriodStrings(text, start, fSymbols->fNarrowDayPeriods, in subParse() 3618 if ((newStart = matchDayPeriodStrings(text, start, fSymbols->fWideDayPeriods, in subParse() 3634 if ((newStart = matchDayPeriodStrings(text, start, fSymbols->fAbbreviatedDayPeriods, in subParse() 3640 if ((newStart = matchDayPeriodStrings(text, start, fSymbols->fNarrowDayPeriods, in subParse() 3646 if ((newStart = matchDayPeriodStrings(text, start, fSymbols->fWideDayPeriods, in subParse()
|