Home
last modified time | relevance | path

Searched defs:URelativeString (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DRelativeDateFormat.java38 public static class URelativeString { class in RelativeDateFormat
39 URelativeString(int offset, String string) { in URelativeString() method in RelativeDateFormat.URelativeString
43 URelativeString(String offset, String string) { in URelativeString() method in RelativeDateFormat.URelativeString
/external/icu/icu4c/source/i18n/
Dreldtfmt.cpp32 struct URelativeString { struct
33 int32_t offset; /** offset of this item, such as, the relative date **/
34 int32_t len; /** length of the string **/
35 const UChar* string; /** string, or NULL if not set **/