/third_party/icu/icu4c/source/i18n/ |
H A D | datefmt.cpp | 654 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
|
H A D | smpdtfmt.cpp | 1015 setBooleanAttribute(UDAT_PARSE_ALLOW_WHITESPACE, true, status); in initializeBooleanAttributes() 1016 setBooleanAttribute(UDAT_PARSE_ALLOW_NUMERIC, true, status); in initializeBooleanAttributes() 1017 setBooleanAttribute(UDAT_PARSE_PARTIAL_LITERAL_MATCH, true, status); in initializeBooleanAttributes() 1018 setBooleanAttribute(UDAT_PARSE_MULTIPLE_PATTERNS_FOR_MATCH, true, status); in initializeBooleanAttributes()
|
H A D | udat.cpp | 444 ((DateFormat*)fmt)->setBooleanAttribute(attr, newValue, *status); in udat_setBooleanAttribute()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | datefmt.cpp | 653 setBooleanAttribute(UDAT_PARSE_ALLOW_WHITESPACE, lenient, status); in setLenient() 654 setBooleanAttribute(UDAT_PARSE_ALLOW_NUMERIC, lenient, status); in setLenient() 727 DateFormat::setBooleanAttribute(UDateFormatBooleanAttribute attr, in setBooleanAttribute() function in DateFormat
|
H A D | smpdtfmt.cpp | 996 setBooleanAttribute(UDAT_PARSE_ALLOW_WHITESPACE, true, status); in initializeBooleanAttributes() 997 setBooleanAttribute(UDAT_PARSE_ALLOW_NUMERIC, true, status); in initializeBooleanAttributes() 998 setBooleanAttribute(UDAT_PARSE_PARTIAL_LITERAL_MATCH, true, status); in initializeBooleanAttributes() 999 setBooleanAttribute(UDAT_PARSE_MULTIPLE_PATTERNS_FOR_MATCH, true, status); in initializeBooleanAttributes()
|
H A D | udat.cpp | 445 ((DateFormat*)fmt)->setBooleanAttribute(attr, newValue, *status); in udat_setBooleanAttribute()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | datefmt.cpp | 656 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
|
H A D | smpdtfmt.cpp | 973 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()
|
H A D | udat.cpp | 444 ((DateFormat*)fmt)->setBooleanAttribute(attr, newValue, *status); in udat_setBooleanAttribute()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | dtfmrgts.cpp | 1573 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()
|
H A D | dtfmttst.cpp | 3953 formatter.setBooleanAttribute(UDAT_PARSE_ALLOW_WHITESPACE, itemPtr->lenient, status).setBooleanAttribute(UDAT_PARSE_ALLOW_NUMERIC, itemPtr->lenient, status); in TestNumberAsStringParsing() 4613 sdmft->setBooleanAttribute(UDAT_PARSE_ALLOW_WHITESPACE, itemPtr->leniency, status). in TestDateFormatLeniency() 4614 setBooleanAttribute(UDAT_PARSE_ALLOW_NUMERIC, itemPtr->leniency, status). in TestDateFormatLeniency() 4615 setBooleanAttribute(UDAT_PARSE_PARTIAL_LITERAL_MATCH, itemPtr->leniency, status); in TestDateFormatLeniency() 4713 sdmft->setBooleanAttribute(UDAT_PARSE_MULTIPLE_PATTERNS_FOR_MATCH, itemPtr->leniency, status); in TestParseMultiPatternMatch() 4778 fmt->setBooleanAttribute(UDAT_PARSE_ALLOW_WHITESPACE, true, status); in TestParseLeniencyAPIs()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | DateFormat.java | 1684 * setCalendarLenient() & setBooleanAttribute() calls. 1689 * newer attributes via setBooleanAttribute() may produce undesirable 1694 * @see #setBooleanAttribute(BooleanAttribute, boolean) 1701 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
|
H A D | SimpleDateFormat.java | 4233 setBooleanAttribute(DateFormat.BooleanAttribute.PARSE_PARTIAL_LITERAL_MATCH, false); in readObject()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | DateFormat.java | 1569 * setCalendarLenient() & setBooleanAttribute() calls. 1574 * newer attributes via setBooleanAttribute() may produce undesirable 1579 * @see #setBooleanAttribute(BooleanAttribute, boolean) 1585 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
|
H A D | SimpleDateFormat.java | 4097 setBooleanAttribute(DateFormat.BooleanAttribute.PARSE_PARTIAL_LITERAL_MATCH, false); in readObject()
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | datefmt.h | 686 * setCalendarLenient() & setBooleanAttribute() calls. 691 * newer attributes via setBooleanAttribute() may produce undesirable 830 virtual DateFormat& U_EXPORT2 setBooleanAttribute(UDateFormatBooleanAttribute attr,
|
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | datefmt.h | 686 * setCalendarLenient() & setBooleanAttribute() calls. 691 * newer attributes via setBooleanAttribute() may produce undesirable 830 virtual DateFormat& U_EXPORT2 setBooleanAttribute(UDateFormatBooleanAttribute attr,
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | datefmt.h | 686 * setCalendarLenient() & setBooleanAttribute() calls. 691 * newer attributes via setBooleanAttribute() may produce undesirable 830 virtual DateFormat& U_EXPORT2 setBooleanAttribute(UDateFormatBooleanAttribute attr,
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | DateFormatRegressionTest.java | 1356 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()
|
H A D | DateFormatTest.java | 4824 sdfmt.setBooleanAttribute(BooleanAttribute.PARSE_ALLOW_WHITESPACE, item.leniency) in TestDateFormatLeniency() 4825 .setBooleanAttribute(BooleanAttribute.PARSE_ALLOW_NUMERIC, item.leniency) in TestDateFormatLeniency() 4826 .setBooleanAttribute(BooleanAttribute.PARSE_PARTIAL_LITERAL_MATCH, item.leniency); in TestDateFormatLeniency() 4959 sdfmt.setBooleanAttribute(BooleanAttribute.PARSE_MULTIPLE_PATTERNS_FOR_MATCH, item.leniency); in TestParseMultiPatternMatch() 5016 fmt.setBooleanAttribute(BooleanAttribute.PARSE_ALLOW_WHITESPACE, true); in TestParseLeniencyAPIs()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | DateFormatRegressionTest.java | 1359 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()
|
H A D | DateFormatTest.java | 4727 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()
|