Home
last modified time | relevance | path

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

/external/chromium/third_party/icu/source/i18n/
Dreldtfmt.cpp45 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()
68 fDateStyle(dateStyle), fTimeStyle(timeStyle), fLocale(locale), fDatesLen(0), fDates(NULL) in RelativeDateFormat()
96 uprv_free(fDates); in ~RelativeDateFormat()
197 if(fDates[n].string != NULL && in parse()
199 fDates[n].len, in parse()
200 fDates[n].string))) { in parse()
205 cal.add(UCAL_DATE,fDates[n].offset, status); in parse()
209 pos.setErrorIndex(pos.getIndex()+fDates[n].len); in parse()
[all …]
Dreldtfmt.h232 URelativeString *fDates; // array of strings variable
/external/icu4c/i18n/
Dreldtfmt.cpp45 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()
68 fDateStyle(dateStyle), fTimeStyle(timeStyle), fLocale(locale), fDatesLen(0), fDates(NULL) in RelativeDateFormat()
96 uprv_free(fDates); in ~RelativeDateFormat()
197 if(fDates[n].string != NULL && in parse()
199 fDates[n].len, in parse()
200 fDates[n].string))) { in parse()
205 cal.add(UCAL_DATE,fDates[n].offset, status); in parse()
209 pos.setErrorIndex(pos.getIndex()+fDates[n].len); in parse()
[all …]
Dreldtfmt.h236 URelativeString *fDates; // array of strings variable