HomeSort by relevance Sort by last modified time
    Searched refs:fDates (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/
reldtfmt.cpp 45 fDatesLen(other.fDatesLen), fDates(NULL)
54 fDates = (URelativeString*) uprv_malloc(sizeof(fDates[0])*fDatesLen);
55 uprv_memcpy(fDates, other.fDates, sizeof(fDates[0])*fDatesLen);
62 fDateStyle(dateStyle), fLocale(locale), fDatesLen(0), fDates(NULL)
112 uprv_free(fDates);
213 if (fDates[n].string != NULL &&
214 text.compare(startIndex, fDates[n].len, fDates[n].string) == 0)
    [all...]
reldtfmt.h 248 URelativeString *fDates; // array of strings
  /external/icu/icu4c/source/i18n/
reldtfmt.cpp 48 fDatesLen(other.fDatesLen), fDates(NULL),
62 fDates = (URelativeString*) uprv_malloc(sizeof(fDates[0])*fDatesLen);
63 uprv_memcpy(fDates, other.fDates, sizeof(fDates[0])*fDatesLen);
75 fDateStyle(dateStyle), fLocale(locale), fDayMin(0), fDayMax(0), fDatesLen(0), fDates(NULL),
128 uprv_free(fDates);
253 if (fDates[n].string != NULL &&
254 text.compare(startIndex, fDates[n].len, fDates[n].string) == 0)
    [all...]
reldtfmt.h 261 URelativeString *fDates; // array of strings
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 4671 milliseconds