Home
last modified time | relevance | path

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

/external/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.cpp912 setBooleanAttribute(UDAT_PARSE_ALLOW_WHITESPACE, true, status); in initializeBooleanAttributes()
913 setBooleanAttribute(UDAT_PARSE_ALLOW_NUMERIC, true, status); in initializeBooleanAttributes()
914 setBooleanAttribute(UDAT_PARSE_PARTIAL_LITERAL_MATCH, true, status); in initializeBooleanAttributes()
915 setBooleanAttribute(UDAT_PARSE_MULTIPLE_PATTERNS_FOR_MATCH, true, status); in initializeBooleanAttributes()
Dudat.cpp439 ((DateFormat*)fmt)->setBooleanAttribute(attr, newValue, *status); in udat_setBooleanAttribute()
/external/icu/icu4c/source/test/intltest/
Ddtfmrgts.cpp1572 format.setBooleanAttribute(UDAT_PARSE_PARTIAL_LITERAL_MATCH, FALSE, status); in TestT10334()
1579 format.setBooleanAttribute(UDAT_PARSE_PARTIAL_LITERAL_MATCH, TRUE, status); in TestT10334()
1603 format.setBooleanAttribute(UDAT_PARSE_ALLOW_NUMERIC, TRUE, status); in TestT10334()
1612 format.setBooleanAttribute(UDAT_PARSE_ALLOW_NUMERIC, FALSE, status); in TestT10334()
1664 sdmft->setBooleanAttribute(UDAT_PARSE_ALLOW_WHITESPACE, itemPtr->leniency, status); in TestT10619()
1665 sdmft->setBooleanAttribute(UDAT_PARSE_ALLOW_NUMERIC, itemPtr->leniency, status); in TestT10619()
1666 sdmft->setBooleanAttribute(UDAT_PARSE_PARTIAL_LITERAL_MATCH, itemPtr->leniency, status); in TestT10619()
Ddtfmttst.cpp3861 …formatter.setBooleanAttribute(UDAT_PARSE_ALLOW_WHITESPACE, itemPtr->lenient, status).setBooleanAtt… in TestNumberAsStringParsing()
4521 sdmft->setBooleanAttribute(UDAT_PARSE_ALLOW_WHITESPACE, itemPtr->leniency, status). in TestDateFormatLeniency()
4522 setBooleanAttribute(UDAT_PARSE_ALLOW_NUMERIC, itemPtr->leniency, status). in TestDateFormatLeniency()
4523 setBooleanAttribute(UDAT_PARSE_PARTIAL_LITERAL_MATCH, itemPtr->leniency, status); in TestDateFormatLeniency()
4621 … sdmft->setBooleanAttribute(UDAT_PARSE_MULTIPLE_PATTERNS_FOR_MATCH, itemPtr->leniency, status); in TestParseMultiPatternMatch()
4686 fmt->setBooleanAttribute(UDAT_PARSE_ALLOW_WHITESPACE, TRUE, status); in TestParseLeniencyAPIs()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DDateFormat.java1554 setBooleanAttribute(BooleanAttribute.PARSE_ALLOW_NUMERIC, lenient); in setLenient()
1555 setBooleanAttribute(BooleanAttribute.PARSE_ALLOW_WHITESPACE, lenient); in setLenient()
1597 public DateFormat setBooleanAttribute(BooleanAttribute key, boolean value) in setBooleanAttribute() method in DateFormat
DSimpleDateFormat.java4086 setBooleanAttribute(DateFormat.BooleanAttribute.PARSE_PARTIAL_LITERAL_MATCH, false); in readObject()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateFormat.java1672 setBooleanAttribute(BooleanAttribute.PARSE_ALLOW_NUMERIC, lenient); in setLenient()
1673 setBooleanAttribute(BooleanAttribute.PARSE_ALLOW_WHITESPACE, lenient); in setLenient()
1719 public DateFormat setBooleanAttribute(BooleanAttribute key, boolean value) in setBooleanAttribute() method in DateFormat
DSimpleDateFormat.java4115 setBooleanAttribute(DateFormat.BooleanAttribute.PARSE_PARTIAL_LITERAL_MATCH, false); in readObject()
/external/icu/icu4c/source/i18n/unicode/
Ddatefmt.h830 virtual DateFormat& U_EXPORT2 setBooleanAttribute(UDateFormatBooleanAttribute attr,
/external/icu/android_icu4j/src/main/tests/android/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.java4726 sdfmt.setBooleanAttribute(BooleanAttribute.PARSE_ALLOW_WHITESPACE, item.leniency) in TestDateFormatLeniency()
4727 .setBooleanAttribute(BooleanAttribute.PARSE_ALLOW_NUMERIC, item.leniency) in TestDateFormatLeniency()
4728 … .setBooleanAttribute(BooleanAttribute.PARSE_PARTIAL_LITERAL_MATCH, item.leniency); in TestDateFormatLeniency()
4861 … sdfmt.setBooleanAttribute(BooleanAttribute.PARSE_MULTIPLE_PATTERNS_FOR_MATCH, item.leniency); in TestParseMultiPatternMatch()
4918 fmt.setBooleanAttribute(BooleanAttribute.PARSE_ALLOW_WHITESPACE, true); in TestParseLeniencyAPIs()
/external/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.java4723 sdfmt.setBooleanAttribute(BooleanAttribute.PARSE_ALLOW_WHITESPACE, item.leniency) in TestDateFormatLeniency()
4724 .setBooleanAttribute(BooleanAttribute.PARSE_ALLOW_NUMERIC, item.leniency) in TestDateFormatLeniency()
4725 … .setBooleanAttribute(BooleanAttribute.PARSE_PARTIAL_LITERAL_MATCH, item.leniency); in TestDateFormatLeniency()
4858 … sdfmt.setBooleanAttribute(BooleanAttribute.PARSE_MULTIPLE_PATTERNS_FOR_MATCH, item.leniency); in TestParseMultiPatternMatch()
4915 fmt.setBooleanAttribute(BooleanAttribute.PARSE_ALLOW_WHITESPACE, true); in TestParseLeniencyAPIs()
/external/icu/icu4j/tools/build/
Dicu4j57.api3.gz12;ICU4J 57.1;; 2ST@3.6;PB;NS;NF;NS; ...
Dicu4j58.api3.gz12;ICU4J 58.1;; 2ST@3.6;PB;NS;NF;NS; ...
Dicu4j61.api3.gz
Dicu4j59.api3.gz12;ICU4J 59.1;; 2ST@3.6;PB;NS;NF;NS; ...
Dicu4j62.api3.gz12;ICU4J 62.1;; 2ST@3.6;PB;NS;NF;NS; ...
Dicu4j60.api3.gz
Dicu4j65.api3.gz
Dicu4j64.api3.gz12;ICU4J 64.2;; 2ST@3.6;PB;NS;NF;NS; ...
Dicu4j66.api3.gz
Dicu4j63.api3.gz