Searched refs:kDTPGFixFractionalSeconds (Results 1 - 6 of 6) sorted by relevance
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | dtptngen.h | 627 kDTPGFixFractionalSeconds = 1, enumerator
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | dtptngen.h | 625 kDTPGFixFractionalSeconds = 1, enumerator
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | dtptngen.h | 576 kDTPGFixFractionalSeconds = 1, enumerator
|
/third_party/icu/icu4c/source/i18n/ |
H A D | dtptngen.cpp | 1694 if ((flags & kDTPGFixFractionalSeconds) != 0 && typeValue == UDATPG_SECOND_FIELD) { in adjustFieldTypes() 1812 resultPattern = adjustFieldTypes(resultPattern, specifiedSkeleton, flags | kDTPGFixFractionalSeconds, options); in getBestAppending()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | dtptngen.cpp | 1686 if ((flags & kDTPGFixFractionalSeconds) != 0 && typeValue == UDATPG_SECOND_FIELD) { in adjustFieldTypes() 1804 resultPattern = adjustFieldTypes(resultPattern, specifiedSkeleton, flags | kDTPGFixFractionalSeconds, options); in getBestAppending()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | dtptngen.cpp | 1614 if ((flags & kDTPGFixFractionalSeconds) != 0 && typeValue == UDATPG_SECOND_FIELD) { 1725 resultPattern = adjustFieldTypes(resultPattern, specifiedSkeleton, flags | kDTPGFixFractionalSeconds, options);
|
Completed in 16 milliseconds