Home
last modified time | relevance | path

Searched refs:setBooleanAttribute (Results 1 – 25 of 36) sorted by relevance

12

/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Ddatefmt.cpp651 setBooleanAttribute(UDAT_PARSE_ALLOW_WHITESPACE, lenient, status); in setLenient()
652 setBooleanAttribute(UDAT_PARSE_ALLOW_NUMERIC, lenient, status); in setLenient()
725 DateFormat::setBooleanAttribute(UDateFormatBooleanAttribute attr, in setBooleanAttribute() function in DateFormat
Dsmpdtfmt.cpp903 setBooleanAttribute(UDAT_PARSE_ALLOW_WHITESPACE, true, status); in initializeBooleanAttributes()
904 setBooleanAttribute(UDAT_PARSE_ALLOW_NUMERIC, true, status); in initializeBooleanAttributes()
905 setBooleanAttribute(UDAT_PARSE_PARTIAL_LITERAL_MATCH, true, status); in initializeBooleanAttributes()
906 setBooleanAttribute(UDAT_PARSE_MULTIPLE_PATTERNS_FOR_MATCH, true, status); in initializeBooleanAttributes()
Dudat.cpp435 ((DateFormat*)fmt)->setBooleanAttribute(attr, newValue, *status); in udat_setBooleanAttribute()
/third_party/node/deps/icu-small/source/i18n/
Ddatefmt.cpp654 setBooleanAttribute(UDAT_PARSE_ALLOW_WHITESPACE, lenient, status); in setLenient()
655 setBooleanAttribute(UDAT_PARSE_ALLOW_NUMERIC, lenient, status); in setLenient()
728 DateFormat::setBooleanAttribute(UDateFormatBooleanAttribute attr, in setBooleanAttribute() function in DateFormat
Dsmpdtfmt.cpp992 setBooleanAttribute(UDAT_PARSE_ALLOW_WHITESPACE, true, status); in initializeBooleanAttributes()
993 setBooleanAttribute(UDAT_PARSE_ALLOW_NUMERIC, true, status); in initializeBooleanAttributes()
994 setBooleanAttribute(UDAT_PARSE_PARTIAL_LITERAL_MATCH, true, status); in initializeBooleanAttributes()
995 setBooleanAttribute(UDAT_PARSE_MULTIPLE_PATTERNS_FOR_MATCH, true, status); in initializeBooleanAttributes()
Dudat.cpp444 ((DateFormat*)fmt)->setBooleanAttribute(attr, newValue, *status); in udat_setBooleanAttribute()
/third_party/icu/icu4c/source/i18n/
Ddatefmt.cpp656 setBooleanAttribute(UDAT_PARSE_ALLOW_WHITESPACE, lenient, status); in setLenient()
657 setBooleanAttribute(UDAT_PARSE_ALLOW_NUMERIC, lenient, status); in setLenient()
730 DateFormat::setBooleanAttribute(UDateFormatBooleanAttribute attr, in setBooleanAttribute() function in DateFormat
Dsmpdtfmt.cpp973 setBooleanAttribute(UDAT_PARSE_ALLOW_WHITESPACE, true, status); in initializeBooleanAttributes()
974 setBooleanAttribute(UDAT_PARSE_ALLOW_NUMERIC, true, status); in initializeBooleanAttributes()
975 setBooleanAttribute(UDAT_PARSE_PARTIAL_LITERAL_MATCH, true, status); in initializeBooleanAttributes()
976 setBooleanAttribute(UDAT_PARSE_MULTIPLE_PATTERNS_FOR_MATCH, true, status); in initializeBooleanAttributes()
Dudat.cpp444 ((DateFormat*)fmt)->setBooleanAttribute(attr, newValue, *status); in udat_setBooleanAttribute()
/third_party/skia/third_party/externals/icu/source/i18n/
Ddatefmt.cpp656 setBooleanAttribute(UDAT_PARSE_ALLOW_WHITESPACE, lenient, status); in setLenient()
657 setBooleanAttribute(UDAT_PARSE_ALLOW_NUMERIC, lenient, status); in setLenient()
730 DateFormat::setBooleanAttribute(UDateFormatBooleanAttribute attr, in setBooleanAttribute() function in DateFormat
Dsmpdtfmt.cpp973 setBooleanAttribute(UDAT_PARSE_ALLOW_WHITESPACE, true, status); in initializeBooleanAttributes()
974 setBooleanAttribute(UDAT_PARSE_ALLOW_NUMERIC, true, status); in initializeBooleanAttributes()
975 setBooleanAttribute(UDAT_PARSE_PARTIAL_LITERAL_MATCH, true, status); in initializeBooleanAttributes()
976 setBooleanAttribute(UDAT_PARSE_MULTIPLE_PATTERNS_FOR_MATCH, true, status); in initializeBooleanAttributes()
Dudat.cpp444 ((DateFormat*)fmt)->setBooleanAttribute(attr, newValue, *status); in udat_setBooleanAttribute()
/third_party/icu/icu4c/source/test/intltest/
Ddtfmrgts.cpp1573 format.setBooleanAttribute(UDAT_PARSE_PARTIAL_LITERAL_MATCH, FALSE, status); in TestT10334()
1580 format.setBooleanAttribute(UDAT_PARSE_PARTIAL_LITERAL_MATCH, TRUE, status); in TestT10334()
1604 format.setBooleanAttribute(UDAT_PARSE_ALLOW_NUMERIC, TRUE, status); in TestT10334()
1613 format.setBooleanAttribute(UDAT_PARSE_ALLOW_NUMERIC, FALSE, status); in TestT10334()
1665 sdmft->setBooleanAttribute(UDAT_PARSE_ALLOW_WHITESPACE, itemPtr->leniency, status); in TestT10619()
1666 sdmft->setBooleanAttribute(UDAT_PARSE_ALLOW_NUMERIC, itemPtr->leniency, status); in TestT10619()
1667 sdmft->setBooleanAttribute(UDAT_PARSE_PARTIAL_LITERAL_MATCH, itemPtr->leniency, status); in TestT10619()
Ddtfmttst.cpp3939 …formatter.setBooleanAttribute(UDAT_PARSE_ALLOW_WHITESPACE, itemPtr->lenient, status).setBooleanAtt… in TestNumberAsStringParsing()
4599 sdmft->setBooleanAttribute(UDAT_PARSE_ALLOW_WHITESPACE, itemPtr->leniency, status). in TestDateFormatLeniency()
4600 setBooleanAttribute(UDAT_PARSE_ALLOW_NUMERIC, itemPtr->leniency, status). in TestDateFormatLeniency()
4601 setBooleanAttribute(UDAT_PARSE_PARTIAL_LITERAL_MATCH, itemPtr->leniency, status); in TestDateFormatLeniency()
4699 … sdmft->setBooleanAttribute(UDAT_PARSE_MULTIPLE_PATTERNS_FOR_MATCH, itemPtr->leniency, status); in TestParseMultiPatternMatch()
4764 fmt->setBooleanAttribute(UDAT_PARSE_ALLOW_WHITESPACE, TRUE, status); in TestParseLeniencyAPIs()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DDateFormat.java1585 setBooleanAttribute(BooleanAttribute.PARSE_ALLOW_NUMERIC, lenient); in setLenient()
1586 setBooleanAttribute(BooleanAttribute.PARSE_ALLOW_WHITESPACE, lenient); in setLenient()
1628 public DateFormat setBooleanAttribute(BooleanAttribute key, boolean value) in setBooleanAttribute() method in DateFormat
DSimpleDateFormat.java4097 setBooleanAttribute(DateFormat.BooleanAttribute.PARSE_PARTIAL_LITERAL_MATCH, false); in readObject()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateFormat.java1701 setBooleanAttribute(BooleanAttribute.PARSE_ALLOW_NUMERIC, lenient); in setLenient()
1702 setBooleanAttribute(BooleanAttribute.PARSE_ALLOW_WHITESPACE, lenient); in setLenient()
1748 public DateFormat setBooleanAttribute(BooleanAttribute key, boolean value) in setBooleanAttribute() method in DateFormat
/third_party/icu/icu4c/source/i18n/unicode/
Ddatefmt.h830 virtual DateFormat& U_EXPORT2 setBooleanAttribute(UDateFormatBooleanAttribute attr,
/third_party/node/deps/icu-small/source/i18n/unicode/
Ddatefmt.h830 virtual DateFormat& U_EXPORT2 setBooleanAttribute(UDateFormatBooleanAttribute attr,
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Ddatefmt.h830 virtual DateFormat& U_EXPORT2 setBooleanAttribute(UDateFormatBooleanAttribute attr,
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/
Ddatefmt.h820 virtual DateFormat& U_EXPORT2 setBooleanAttribute(UDateFormatBooleanAttribute attr,
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DDateFormatRegressionTest.java1359 format.setBooleanAttribute(DateFormat.BooleanAttribute.PARSE_PARTIAL_LITERAL_MATCH, false); in TestT10334()
1367 format.setBooleanAttribute(DateFormat.BooleanAttribute.PARSE_PARTIAL_LITERAL_MATCH, true); in TestT10334()
1397 format.setBooleanAttribute(DateFormat.BooleanAttribute.PARSE_ALLOW_NUMERIC, true); in TestT10334()
1406 format.setBooleanAttribute(DateFormat.BooleanAttribute.PARSE_ALLOW_NUMERIC, false); in TestT10334()
DDateFormatTest.java4727 sdfmt.setBooleanAttribute(BooleanAttribute.PARSE_ALLOW_WHITESPACE, item.leniency) in TestDateFormatLeniency()
4728 .setBooleanAttribute(BooleanAttribute.PARSE_ALLOW_NUMERIC, item.leniency) in TestDateFormatLeniency()
4729 … .setBooleanAttribute(BooleanAttribute.PARSE_PARTIAL_LITERAL_MATCH, item.leniency); in TestDateFormatLeniency()
4862 … sdfmt.setBooleanAttribute(BooleanAttribute.PARSE_MULTIPLE_PATTERNS_FOR_MATCH, item.leniency); in TestParseMultiPatternMatch()
4919 fmt.setBooleanAttribute(BooleanAttribute.PARSE_ALLOW_WHITESPACE, true); in TestParseLeniencyAPIs()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateFormatRegressionTest.java1356 format.setBooleanAttribute(DateFormat.BooleanAttribute.PARSE_PARTIAL_LITERAL_MATCH, false); in TestT10334()
1364 format.setBooleanAttribute(DateFormat.BooleanAttribute.PARSE_PARTIAL_LITERAL_MATCH, true); in TestT10334()
1394 format.setBooleanAttribute(DateFormat.BooleanAttribute.PARSE_ALLOW_NUMERIC, true); in TestT10334()
1403 format.setBooleanAttribute(DateFormat.BooleanAttribute.PARSE_ALLOW_NUMERIC, false); in TestT10334()
DDateFormatTest.java4811 sdfmt.setBooleanAttribute(BooleanAttribute.PARSE_ALLOW_WHITESPACE, item.leniency) in TestDateFormatLeniency()
4812 .setBooleanAttribute(BooleanAttribute.PARSE_ALLOW_NUMERIC, item.leniency) in TestDateFormatLeniency()
4813 … .setBooleanAttribute(BooleanAttribute.PARSE_PARTIAL_LITERAL_MATCH, item.leniency); in TestDateFormatLeniency()
4946 … sdfmt.setBooleanAttribute(BooleanAttribute.PARSE_MULTIPLE_PATTERNS_FOR_MATCH, item.leniency); in TestParseMultiPatternMatch()
5003 fmt.setBooleanAttribute(BooleanAttribute.PARSE_ALLOW_WHITESPACE, true); in TestParseLeniencyAPIs()

12