Searched refs:UDateTimeScale (Results 1 - 6 of 6) sorted by relevance
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
H A D | utmscale.h | 197 * <code>UDateTimeScale</code> values are used to specify the time scale used for 202 typedef enum UDateTimeScale { enum 288 } UDateTimeScale; typedef in typeref:enum: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/ |
H A D | utmscale.h | 197 * <code>UDateTimeScale</code> values are used to specify the time scale used for 202 typedef enum UDateTimeScale { enum 288 } UDateTimeScale; typedef in typeref:enum: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/chromium_org/third_party/icu/source/test/cintltst/ |
H A D | utmstest.c | 100 static void roundTripTest(int64_t value, UDateTimeScale scale) 110 static void toLimitTest(int64_t toLimit, int64_t fromLimit, UDateTimeScale scale) 121 static void epochOffsetTest(int64_t epochOffset, int64_t units, UDateTimeScale scale) 157 int64_t units = utmscale_getTimeScaleValue((UDateTimeScale)scale, UTSV_UNITS_VALUE, &status); 158 int64_t epochOffset = utmscale_getTimeScaleValue((UDateTimeScale)scale, UTSV_EPOCH_OFFSET_VALUE, &status); 160 epochOffsetTest(epochOffset, units, (UDateTimeScale)scale); 170 int64_t fromMin = utmscale_getTimeScaleValue((UDateTimeScale)scale, UTSV_FROM_MIN_VALUE, &status); 171 int64_t fromMax = utmscale_getTimeScaleValue((UDateTimeScale)scale, UTSV_FROM_MAX_VALUE, &status); 173 roundTripTest(fromMin, (UDateTimeScale)scale); 174 roundTripTest(fromMax, (UDateTimeScale)scal [all...] |
/external/icu4c/test/cintltst/ |
H A D | utmstest.c | 100 static void roundTripTest(int64_t value, UDateTimeScale scale) 110 static void toLimitTest(int64_t toLimit, int64_t fromLimit, UDateTimeScale scale) 121 static void epochOffsetTest(int64_t epochOffset, int64_t units, UDateTimeScale scale) 157 int64_t units = utmscale_getTimeScaleValue((UDateTimeScale)scale, UTSV_UNITS_VALUE, &status); 158 int64_t epochOffset = utmscale_getTimeScaleValue((UDateTimeScale)scale, UTSV_EPOCH_OFFSET_VALUE, &status); 160 epochOffsetTest(epochOffset, units, (UDateTimeScale)scale); 170 int64_t fromMin = utmscale_getTimeScaleValue((UDateTimeScale)scale, UTSV_FROM_MIN_VALUE, &status); 171 int64_t fromMax = utmscale_getTimeScaleValue((UDateTimeScale)scale, UTSV_FROM_MAX_VALUE, &status); 173 roundTripTest(fromMin, (UDateTimeScale)scale); 174 roundTripTest(fromMax, (UDateTimeScale)scal [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
H A D | utmscale.c | 38 utmscale_getTimeScaleValue(UDateTimeScale timeScale, UTimeScaleValue value, UErrorCode *status) 55 utmscale_fromInt64(int64_t otherTime, UDateTimeScale timeScale, UErrorCode *status) 79 utmscale_toInt64(int64_t universalTime, UDateTimeScale timeScale, UErrorCode *status)
|
/external/icu4c/i18n/ |
H A D | utmscale.c | 38 utmscale_getTimeScaleValue(UDateTimeScale timeScale, UTimeScaleValue value, UErrorCode *status) 55 utmscale_fromInt64(int64_t otherTime, UDateTimeScale timeScale, UErrorCode *status) 79 utmscale_toInt64(int64_t universalTime, UDateTimeScale timeScale, UErrorCode *status)
|
Completed in 194 milliseconds