Searched refs:UTSV_FROM_MAX_VALUE (Results 1 – 10 of 10) sorted by relevance
/third_party/icu/icu4c/source/test/cintltst/ |
D | utmstest.c | 172 … int64_t fromMax = utmscale_getTimeScaleValue((UDateTimeScale)scale, UTSV_FROM_MAX_VALUE, &status); in TestFromLimits() 186 … int64_t fromMax = utmscale_getTimeScaleValue((UDateTimeScale)scale, UTSV_FROM_MAX_VALUE, &status); in TestToLimits() 212 fromMax = utmscale_getTimeScaleValue((UDateTimeScale)scale, UTSV_FROM_MAX_VALUE, &status); in TestFromInt64() 338 … int64_t fromMax = utmscale_getTimeScaleValue((UDateTimeScale)scale, UTSV_FROM_MAX_VALUE, &status); in TestMonkey()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/ |
D | utmscale.h | 343 UTSV_FROM_MAX_VALUE=3, enumerator
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | utmscale.h | 343 UTSV_FROM_MAX_VALUE=3, enumerator
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | utmscale.h | 343 UTSV_FROM_MAX_VALUE=3, enumerator
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | utmscale.h | 343 UTSV_FROM_MAX_VALUE=3, enumerator
|
/third_party/node/deps/icu-small/source/i18n/ |
D | utmscale.cpp | 72 if (otherTime < data[UTSV_FROM_MIN_VALUE] || otherTime > data[UTSV_FROM_MAX_VALUE]) { in utmscale_fromInt64()
|
/third_party/icu/icu4c/source/i18n/ |
D | utmscale.cpp | 72 if (otherTime < data[UTSV_FROM_MIN_VALUE] || otherTime > data[UTSV_FROM_MAX_VALUE]) { in utmscale_fromInt64()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | utmscale.cpp | 72 if (otherTime < data[UTSV_FROM_MIN_VALUE] || otherTime > data[UTSV_FROM_MAX_VALUE]) { in utmscale_fromInt64()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | utmscale.cpp | 72 if (otherTime < data[UTSV_FROM_MIN_VALUE] || otherTime > data[UTSV_FROM_MAX_VALUE]) { in utmscale_fromInt64()
|
/third_party/icu/docs/userguide/datetime/ |
D | universaltimescale.md | 148 | Maximum "from" value | `UTSV_FROM_MAX_VALUE` | `FROM_MAX_VALUE` |
|