Home
last modified time | relevance | path

Searched refs:utmscale_fromInt64 (Results 1 – 19 of 19) sorted by relevance

/third_party/icu/icu4c/source/test/cintltst/
Dutmstest.c104 int64_t rt = utmscale_toInt64(utmscale_fromInt64(value, scale, &status), scale, &status); in roundTripTest()
139 universal = utmscale_fromInt64(-epochOffset, scale, &status); in epochOffsetTest()
145 universal = utmscale_fromInt64(0, scale, &status); in epochOffsetTest()
201 result = utmscale_fromInt64(0, -1, &status); in TestFromInt64()
215 result = utmscale_fromInt64(0, (UDateTimeScale)scale, &status); in TestFromInt64()
221 result = utmscale_fromInt64(fromMin, (UDateTimeScale)scale, &status); in TestFromInt64()
228 result = utmscale_fromInt64(fromMin - 1, (UDateTimeScale)scale, &status); in TestFromInt64()
235 result = utmscale_fromInt64(fromMax, (UDateTimeScale)scale, &status); in TestFromInt64()
242 result = utmscale_fromInt64(fromMax + 1, (UDateTimeScale)scale, &status); in TestFromInt64()
250 result = utmscale_fromInt64(0, UDTS_MAX_SCALE, &status); in TestFromInt64()
[all …]
/third_party/node/deps/icu-small/source/i18n/unicode/
Dutmscale.h469 utmscale_fromInt64(int64_t otherTime, UDateTimeScale timeScale, UErrorCode *status);
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/
Dutmscale.h469 utmscale_fromInt64(int64_t otherTime, UDateTimeScale timeScale, UErrorCode *status);
/third_party/icu/icu4c/source/i18n/unicode/
Dutmscale.h469 utmscale_fromInt64(int64_t otherTime, UDateTimeScale timeScale, UErrorCode *status);
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dutmscale.h469 utmscale_fromInt64(int64_t otherTime, UDateTimeScale timeScale, UErrorCode *status);
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dutmscale.cpp57 utmscale_fromInt64(int64_t otherTime, UDateTimeScale timeScale, UErrorCode *status) in utmscale_fromInt64() function
Dwindtfmt.cpp234 uct = utmscale_fromInt64((int64_t) cal.getTime(status), UDTS_ICU4C_TIME, &status); in format()
/third_party/skia/third_party/externals/icu/source/i18n/
Dutmscale.cpp57 utmscale_fromInt64(int64_t otherTime, UDateTimeScale timeScale, UErrorCode *status) in utmscale_fromInt64() function
Dwindtfmt.cpp235 uct = utmscale_fromInt64((int64_t) cal.getTime(status), UDTS_ICU4C_TIME, &status); in format()
/third_party/icu/icu4c/source/i18n/
Dutmscale.cpp57 utmscale_fromInt64(int64_t otherTime, UDateTimeScale timeScale, UErrorCode *status) in utmscale_fromInt64() function
Dwindtfmt.cpp240 uct = utmscale_fromInt64((int64_t) cal.getTime(status), UDTS_ICU4C_TIME, &status); in format()
/third_party/node/deps/icu-small/source/i18n/
Dutmscale.cpp57 utmscale_fromInt64(int64_t otherTime, UDateTimeScale timeScale, UErrorCode *status) in utmscale_fromInt64() function
Dwindtfmt.cpp235 uct = utmscale_fromInt64((int64_t) cal.getTime(status), UDTS_ICU4C_TIME, &status); in format()
/third_party/icu/icu4c/source/test/intltest/
Dwindttst.cpp109 int64_t udtsNow = utmscale_fromInt64(wftNow, UDTS_WINDOWS_FILE_TIME, &status); in testLocales()
/third_party/icu/docs/userguide/datetime/
Duniversaltimescale.md164 "from" methods. In ICU4C, you use `utmscale_fromInt64`:
171 universalTime = utmscale_fromInt64(unixTime, UDTS_UNIX_TIME, &err);
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Durename.h1743 #define utmscale_fromInt64 U_ICU_ENTRY_POINT_RENAME(utmscale_fromInt64) macro
/third_party/icu/icu4c/source/common/unicode/
Durename.h1818 #define utmscale_fromInt64 U_ICU_ENTRY_POINT_RENAME(utmscale_fromInt64) macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
Durename.h1818 #define utmscale_fromInt64 U_ICU_ENTRY_POINT_RENAME(utmscale_fromInt64) macro
/third_party/node/deps/icu-small/source/common/unicode/
Durename.h1827 #define utmscale_fromInt64 U_ICU_ENTRY_POINT_RENAME(utmscale_fromInt64) macro