Searched refs:URelativeString (Results 1 – 5 of 5) sorted by relevance
38 public static class URelativeString { class in RelativeDateFormat39 URelativeString(int offset, String string) { in URelativeString() method in RelativeDateFormat.URelativeString43 URelativeString(String offset, String string) { in URelativeString() method in RelativeDateFormat.URelativeString222 private transient List<URelativeString> fDates = null;239 for(URelativeString dayItem : fDates) { in getStringForDay()269 URelativeString newDayInfo = new URelativeString(keyOffset, value.getString()); in put()283 fDates = new ArrayList<URelativeString>(); in loadDates()
41 public static class URelativeString { class in RelativeDateFormat42 URelativeString(int offset, String string) { in URelativeString() method in RelativeDateFormat.URelativeString46 URelativeString(String offset, String string) { in URelativeString() method in RelativeDateFormat.URelativeString225 private transient List<URelativeString> fDates = null;242 for(URelativeString dayItem : fDates) { in getStringForDay()272 URelativeString newDayInfo = new URelativeString(keyOffset, value.getString()); in put()286 fDates = new ArrayList<URelativeString>(); in loadDates()
33 struct URelativeString;260 URelativeString *fDates; // array of strings
34 struct URelativeString { struct60 fDates = (URelativeString*) uprv_malloc(sizeof(fDates[0])*(size_t)fDatesLen); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument474 URelativeString *fDatesPtr;477 RelDateFmtDataSink(URelativeString* fDates, int32_t len) : fDatesPtr(fDates), fDatesLen(len) { in RelDateFmtDataSink()547 fDates = (URelativeString*) uprv_malloc(sizeof(fDates[0])*fDatesLen); in loadDates()
554 com/ibm/icu/impl/RelativeDateFormat$URelativeString#<init>:(Ljava/lang/String;Ljava/lang/String;)V