Home
last modified time | relevance | path

Searched refs:setCalendarLenient (Results 1 - 11 of 11) sorted by relevance

/third_party/node/deps/icu-small/source/i18n/unicode/
H A Ddatefmt.h686 * setCalendarLenient() & setBooleanAttribute() calls.
717 virtual void setCalendarLenient(UBool lenient);
/third_party/icu/icu4c/source/i18n/unicode/
H A Ddatefmt.h686 * setCalendarLenient() & setBooleanAttribute() calls.
717 virtual void setCalendarLenient(UBool lenient);
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Ddatefmt.h686 * setCalendarLenient() & setBooleanAttribute() calls.
717 virtual void setCalendarLenient(UBool lenient);
/third_party/icu/icu4c/source/i18n/
H A Ddatefmt.cpp674 DateFormat::setCalendarLenient(UBool lenient) in setCalendarLenient() function in DateFormat
/third_party/node/deps/icu-small/source/i18n/
H A Ddatefmt.cpp673 DateFormat::setCalendarLenient(UBool lenient) in setCalendarLenient() function in DateFormat
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ddatefmt.cpp676 DateFormat::setCalendarLenient(UBool lenient) in setCalendarLenient() function in DateFormat
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateFormat.java1684 * setCalendarLenient() & setBooleanAttribute() calls.
1695 * @see #setCalendarLenient(boolean)
1726 public void setCalendarLenient(boolean lenient) in setCalendarLenient() method in DateFormat
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DDateFormat.java1569 * setCalendarLenient() & setBooleanAttribute() calls.
1580 * @see #setCalendarLenient(boolean)
1608 public void setCalendarLenient(boolean lenient) in setCalendarLenient() method in DateFormat
/third_party/icu/icu4c/source/test/intltest/
H A Ddtfmttst.cpp4759 fmt->setCalendarLenient(false); in TestParseLeniencyAPIs()
4761 assertFalse("isLenient after setCalendarLenient(false)", fmt->isLenient()); in TestParseLeniencyAPIs()
4762 assertFalse("isCalendarLenient after setCalendarLenient(false)", fmt->isCalendarLenient()); in TestParseLeniencyAPIs()
4763 assertTrue("ALLOW_WHITESPACE after setCalendarLenient(false)", fmt->getBooleanAttribute(UDAT_PARSE_ALLOW_WHITESPACE, status)); in TestParseLeniencyAPIs()
4764 assertTrue("ALLOW_NUMERIC after setCalendarLenient(false)", fmt->getBooleanAttribute(UDAT_PARSE_ALLOW_NUMERIC, status)); in TestParseLeniencyAPIs()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DDateFormatTest.java4900 fmt.setCalendarLenient(false); in TestParseLeniencyAPIs()
4902 assertFalse("isLeninent after setCalendarLenient(FALSE)", fmt.isLenient()); in TestParseLeniencyAPIs()
4903 assertFalse("isCalendarLenient after setCalendarLenient(FALSE)", fmt.isCalendarLenient()); in TestParseLeniencyAPIs()
4904 assertTrue("ALLOW_WHITESPACE after setCalendarLenient(FALSE)", fmt.getBooleanAttribute(BooleanAttribute.PARSE_ALLOW_WHITESPACE)); in TestParseLeniencyAPIs()
4905 assertTrue("ALLOW_NUMERIC after setCalendarLenient(FALSE)", fmt.getBooleanAttribute(BooleanAttribute.PARSE_ALLOW_NUMERIC)); in TestParseLeniencyAPIs()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDateFormatTest.java4997 fmt.setCalendarLenient(false); in TestParseLeniencyAPIs()
4999 assertFalse("isLenient after setCalendarLenient(false)", fmt.isLenient()); in TestParseLeniencyAPIs()
5000 assertFalse("isCalendarLenient after setCalendarLenient(false)", fmt.isCalendarLenient()); in TestParseLeniencyAPIs()
5001 assertTrue("ALLOW_WHITESPACE after setCalendarLenient(false)", fmt.getBooleanAttribute(BooleanAttribute.PARSE_ALLOW_WHITESPACE)); in TestParseLeniencyAPIs()
5002 assertTrue("ALLOW_NUMERIC after setCalendarLenient(false)", fmt.getBooleanAttribute(BooleanAttribute.PARSE_ALLOW_NUMERIC)); in TestParseLeniencyAPIs()

Completed in 39 milliseconds