HomeSort by relevance Sort by last modified time
    Searched defs:URelativeDateTimeFormatter (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/i18n/unicode/
ureldatefmt.h 23 * \brief C API: URelativeDateTimeFormatter, relative date formatting of unit + numeric offset.
178 * Opaque URelativeDateTimeFormatter object for use in C programs.
181 struct URelativeDateTimeFormatter;
182 typedef struct URelativeDateTimeFormatter URelativeDateTimeFormatter; /**< C typedef for struct URelativeDateTimeFormatter. @stable ICU 57 */
186 * Open a new URelativeDateTimeFormatter object for a given locale using the
197 * A number formatter to set for this URelativeDateTimeFormatter
199 * this UNumberFormat object will pass to the URelativeDateTimeFormatter
200 * object (the URelativeDateTimeFormatter adopts the UNumberFormat)
    [all...]
  /external/icu/libandroidicu/include/unicode/
ureldatefmt.h 23 * \brief C API: URelativeDateTimeFormatter, relative date formatting of unit + numeric offset.
178 * Opaque URelativeDateTimeFormatter object for use in C programs.
181 struct URelativeDateTimeFormatter;
182 typedef struct URelativeDateTimeFormatter URelativeDateTimeFormatter; /**< C typedef for struct URelativeDateTimeFormatter. @stable ICU 57 */
186 * Open a new URelativeDateTimeFormatter object for a given locale using the
197 * A number formatter to set for this URelativeDateTimeFormatter
199 * this UNumberFormat object will pass to the URelativeDateTimeFormatter
200 * object (the URelativeDateTimeFormatter adopts the UNumberFormat)
    [all...]

Completed in 915 milliseconds