/third_party/icu/icu4c/source/test/cintltst/ |
D | utmstest.c | 104 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/ |
D | utmscale.h | 469 utmscale_fromInt64(int64_t otherTime, UDateTimeScale timeScale, UErrorCode *status);
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/ |
D | utmscale.h | 469 utmscale_fromInt64(int64_t otherTime, UDateTimeScale timeScale, UErrorCode *status);
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | utmscale.h | 469 utmscale_fromInt64(int64_t otherTime, UDateTimeScale timeScale, UErrorCode *status);
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | utmscale.h | 469 utmscale_fromInt64(int64_t otherTime, UDateTimeScale timeScale, UErrorCode *status);
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | utmscale.cpp | 57 utmscale_fromInt64(int64_t otherTime, UDateTimeScale timeScale, UErrorCode *status) in utmscale_fromInt64() function
|
D | windtfmt.cpp | 234 uct = utmscale_fromInt64((int64_t) cal.getTime(status), UDTS_ICU4C_TIME, &status); in format()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | utmscale.cpp | 57 utmscale_fromInt64(int64_t otherTime, UDateTimeScale timeScale, UErrorCode *status) in utmscale_fromInt64() function
|
D | windtfmt.cpp | 235 uct = utmscale_fromInt64((int64_t) cal.getTime(status), UDTS_ICU4C_TIME, &status); in format()
|
/third_party/icu/icu4c/source/i18n/ |
D | utmscale.cpp | 57 utmscale_fromInt64(int64_t otherTime, UDateTimeScale timeScale, UErrorCode *status) in utmscale_fromInt64() function
|
D | windtfmt.cpp | 240 uct = utmscale_fromInt64((int64_t) cal.getTime(status), UDTS_ICU4C_TIME, &status); in format()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | utmscale.cpp | 57 utmscale_fromInt64(int64_t otherTime, UDateTimeScale timeScale, UErrorCode *status) in utmscale_fromInt64() function
|
D | windtfmt.cpp | 235 uct = utmscale_fromInt64((int64_t) cal.getTime(status), UDTS_ICU4C_TIME, &status); in format()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | windttst.cpp | 109 int64_t udtsNow = utmscale_fromInt64(wftNow, UDTS_WINDOWS_FILE_TIME, &status); in testLocales()
|
/third_party/icu/docs/userguide/datetime/ |
D | universaltimescale.md | 164 "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/ |
D | urename.h | 1743 #define utmscale_fromInt64 U_ICU_ENTRY_POINT_RENAME(utmscale_fromInt64) macro
|
/third_party/icu/icu4c/source/common/unicode/ |
D | urename.h | 1818 #define utmscale_fromInt64 U_ICU_ENTRY_POINT_RENAME(utmscale_fromInt64) macro
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | urename.h | 1818 #define utmscale_fromInt64 U_ICU_ENTRY_POINT_RENAME(utmscale_fromInt64) macro
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | urename.h | 1827 #define utmscale_fromInt64 U_ICU_ENTRY_POINT_RENAME(utmscale_fromInt64) macro
|