Home
last modified time | relevance | path

Searched refs:fDates (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/
Dreldtfmt.cpp46 fDatesLen(other.fDatesLen), fDates(NULL), in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
60 fDates = (URelativeString*) uprv_malloc(sizeof(fDates[0])*(size_t)fDatesLen); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
61 uprv_memcpy(fDates, other.fDates, sizeof(fDates[0])*(size_t)fDatesLen); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
73 fDateStyle(dateStyle), fLocale(locale), fDatesLen(0), fDates(NULL), in RelativeDateFormat()
127 uprv_free(fDates); in ~RelativeDateFormat()
251 if (fDates[n].string != NULL && in parse()
252 text.compare(startIndex, fDates[n].len, fDates[n].string) == 0) { in parse()
259 cal.add(UCAL_DATE,fDates[n].offset, status); in parse()
265 pos.setIndex(startIndex + fDates[n].len); in parse()
283 if (fDates[n].string != NULL && in parse()
[all …]
Dreldtfmt.h260 URelativeString *fDates; // array of strings variable
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DRelativeDateFormat.java222 private transient List<URelativeString> fDates = null; field in RelativeDateFormat
236 if(fDates == null) { in getStringForDay()
239 for(URelativeString dayItem : fDates) { in getStringForDay()
270 fDates.add(newDayInfo); in put()
283 fDates = new ArrayList<URelativeString>(); in loadDates()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DRelativeDateFormat.java225 private transient List<URelativeString> fDates = null; field in RelativeDateFormat
239 if(fDates == null) { in getStringForDay()
242 for(URelativeString dayItem : fDates) { in getStringForDay()
273 fDates.add(newDayInfo); in put()
286 fDates = new ArrayList<URelativeString>(); in loadDates()