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

  /external/chromium_org/third_party/icu/source/i18n/unicode/
utmscale.h 197 * <code>UDateTimeScale</code> values are used to specify the time scale used for
202 typedef enum UDateTimeScale {
288 } UDateTimeScale;
444 utmscale_getTimeScaleValue(UDateTimeScale timeScale, UTimeScaleValue value, UErrorCode *status);
460 utmscale_fromInt64(int64_t otherTime, UDateTimeScale timeScale, UErrorCode *status);
476 utmscale_toInt64(int64_t universalTime, UDateTimeScale timeScale, UErrorCode *status);
  /external/icu4c/i18n/unicode/
utmscale.h 197 * <code>UDateTimeScale</code> values are used to specify the time scale used for
202 typedef enum UDateTimeScale {
288 } UDateTimeScale;
444 utmscale_getTimeScaleValue(UDateTimeScale timeScale, UTimeScaleValue value, UErrorCode *status);
460 utmscale_fromInt64(int64_t otherTime, UDateTimeScale timeScale, UErrorCode *status);
476 utmscale_toInt64(int64_t universalTime, UDateTimeScale timeScale, UErrorCode *status);

Completed in 137 milliseconds