Home
last modified time | relevance | path

Searched refs:DEFAULT_TIME_SEPARATOR (Results 1 – 16 of 16) sorted by relevance

/third_party/icu/icu4c/source/i18n/unicode/
Ddtfmtsym.h432 static const char16_t DEFAULT_TIME_SEPARATOR = 0x003a; // ':' variable
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Ddtfmtsym.h432 static const char16_t DEFAULT_TIME_SEPARATOR = 0x003a; // ':' variable
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/
Ddtfmtsym.h430 static const char16_t DEFAULT_TIME_SEPARATOR = 0x003a; // ':' variable
/third_party/node/deps/icu-small/source/i18n/unicode/
Ddtfmtsym.h430 static const char16_t DEFAULT_TIME_SEPARATOR = 0x003a; // ':' variable
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateFormatSymbols.java211 static final String DEFAULT_TIME_SEPARATOR = ":"; field in DateFormatSymbols
2066 setTimeSeparatorString(DEFAULT_TIME_SEPARATOR); in initializeData()
DSimpleDateFormat.java3667 … if (!formatData.getTimeSeparatorString().equals(DateFormatSymbols.DEFAULT_TIME_SEPARATOR)) { in subParse()
3668 data.add(DateFormatSymbols.DEFAULT_TIME_SEPARATOR); in subParse()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DDateFormatSymbols.java208 static final String DEFAULT_TIME_SEPARATOR = ":"; field in DateFormatSymbols
2024 setTimeSeparatorString(DEFAULT_TIME_SEPARATOR); in initializeData()
DSimpleDateFormat.java3645 … if (!formatData.getTimeSeparatorString().equals(DateFormatSymbols.DEFAULT_TIME_SEPARATOR)) { in subParse()
3646 data.add(DateFormatSymbols.DEFAULT_TIME_SEPARATOR); in subParse()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Ddtfmtsym.cpp2262 fTimeSeparator.setTo(DateFormatSymbols::DEFAULT_TIME_SEPARATOR); in initializeData()
Dsmpdtfmt.cpp3570 static const UChar def_sep = DateFormatSymbols::DEFAULT_TIME_SEPARATOR; in subParse()
/third_party/icu/icu4c/source/i18n/
Ddtfmtsym.cpp2260 fTimeSeparator.setTo(DateFormatSymbols::DEFAULT_TIME_SEPARATOR); in initializeData()
Dsmpdtfmt.cpp3654 static const UChar def_sep = DateFormatSymbols::DEFAULT_TIME_SEPARATOR; in subParse()
/third_party/skia/third_party/externals/icu/source/i18n/
Ddtfmtsym.cpp2260 fTimeSeparator.setTo(DateFormatSymbols::DEFAULT_TIME_SEPARATOR); in initializeData()
Dsmpdtfmt.cpp3654 static const UChar def_sep = DateFormatSymbols::DEFAULT_TIME_SEPARATOR; in subParse()
/third_party/node/deps/icu-small/source/i18n/
Ddtfmtsym.cpp2268 fTimeSeparator.setTo(DateFormatSymbols::DEFAULT_TIME_SEPARATOR); in initializeData()
Dsmpdtfmt.cpp3689 static const UChar def_sep = DateFormatSymbols::DEFAULT_TIME_SEPARATOR; in subParse()