Home
last modified time | relevance | path

Searched refs:fNarrowDayPeriods (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
Ddtfmtsym.cpp398 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()
Dsmpdtfmt.cpp1848 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/
Ddtfmtsym.h881 UnicodeString *fNarrowDayPeriods; variable