Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/source/i18n/
Dreldtfmt.cpp29 struct URelativeString { struct
30 int32_t offset; /** offset of this item, such as, the relative date **/
54 fDates = (URelativeString*) uprv_malloc(sizeof(fDates[0])*fDatesLen); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument
/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 **/