Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dreldtfmt.cpp44 fDatesLen(other.fDatesLen), fDates(NULL) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
53 fDates = (URelativeString*) uprv_malloc(sizeof(fDates[0])*fDatesLen); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
54 uprv_memcpy(fDates, other.fDates, sizeof(fDates[0])*fDatesLen); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
61 fDateStyle(dateStyle), fLocale(locale), fDatesLen(0), fDates(NULL) in RelativeDateFormat()
111 uprv_free(fDates); in ~RelativeDateFormat()
212 if (fDates[n].string != NULL && in parse()
213 text.compare(startIndex, fDates[n].len, fDates[n].string) == 0) { in parse()
220 cal.add(UCAL_DATE,fDates[n].offset, status); in parse()
226 pos.setIndex(startIndex + fDates[n].len); in parse()
244 if (fDates[n].string != NULL && in parse()
[all …]
Dreldtfmt.h248 URelativeString *fDates; // array of strings variable