Searched defs:URelativeString (Results 1 – 3 of 3) 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.URelativeString
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.URelativeString
34 struct URelativeString { struct35 int32_t offset; /** offset of this item, such as, the relative date **/36 int32_t len; /** length of the string **/60 fDates = (URelativeString*) uprv_malloc(sizeof(fDates[0])*(size_t)fDatesLen); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument