Searched refs:fNarrowDayPeriods (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | dtfmtsym.cpp | 398 assignArray(fNarrowDayPeriods, fNarrowDayPeriodsCount, in copyData() 399 other.fNarrowDayPeriods, other.fNarrowDayPeriodsCount); in copyData() 493 delete[] fNarrowDayPeriods; in dispose() 607 arrayCompare(fNarrowDayPeriods, other.fNarrowDayPeriods, fNarrowDayPeriodsCount) && in operator ==() 2090 fNarrowDayPeriods = NULL; in initializeData() 2269 fNarrowDayPeriods = loadDayPeriodStrings(calendarSink, in initializeData()
|
D | smpdtfmt.cpp | 1848 toAppend = &fSymbols->fNarrowDayPeriods[value]; in subFormat() 1922 toAppend = &fSymbols->fNarrowDayPeriods[index]; in subFormat() 1941 toAppend = &fSymbols->fNarrowDayPeriods[index]; in subFormat() 3557 if ((newStart = matchDayPeriodStrings(text, start, fSymbols->fNarrowDayPeriods, in subParse() 3586 if ((newStart = matchDayPeriodStrings(text, start, fSymbols->fNarrowDayPeriods, in subParse()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | dtfmtsym.h | 881 UnicodeString *fNarrowDayPeriods; variable
|