Searched defs:URelativeString (Results 1 – 5 of 5) sorted by relevance
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | RelativeDateFormat.java | 38 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
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | RelativeDateFormat.java | 41 public static class URelativeString { class in RelativeDateFormat 42 URelativeString(int offset, String string) { in URelativeString() method in RelativeDateFormat.URelativeString 46 URelativeString(String offset, String string) { in URelativeString() method in RelativeDateFormat.URelativeString
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | reldtfmt.cpp | 34 struct URelativeString { struct 35 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
|
/third_party/node/deps/icu-small/source/i18n/ |
D | reldtfmt.cpp | 34 struct URelativeString { struct 35 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
|
/third_party/icu/icu4c/source/i18n/ |
D | reldtfmt.cpp | 34 struct URelativeString { struct 35 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
|