Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Ddtfmrgts.cpp1548 format.setBooleanAttribute(UDAT_PARSE_PARTIAL_LITERAL_MATCH, FALSE, status); in TestT10334()
1555 format.setBooleanAttribute(UDAT_PARSE_PARTIAL_LITERAL_MATCH, TRUE, status); in TestT10334()
1579 format.setBooleanAttribute(UDAT_PARSE_ALLOW_NUMERIC, TRUE, status); in TestT10334()
1588 format.setBooleanAttribute(UDAT_PARSE_ALLOW_NUMERIC, FALSE, status); in TestT10334()
1640 sdmft->setBooleanAttribute(UDAT_PARSE_ALLOW_WHITESPACE, itemPtr->leniency, status); in TestT10619()
1641 sdmft->setBooleanAttribute(UDAT_PARSE_ALLOW_NUMERIC, itemPtr->leniency, status); in TestT10619()
1642 sdmft->setBooleanAttribute(UDAT_PARSE_PARTIAL_LITERAL_MATCH, itemPtr->leniency, status); in TestT10619()
Ddtfmttst.cpp3862 …formatter->setBooleanAttribute(UDAT_PARSE_ALLOW_WHITESPACE, itemPtr->lenient, status).setBooleanAt… in TestNumberAsStringParsing()
4532 sdmft->setBooleanAttribute(UDAT_PARSE_ALLOW_WHITESPACE, itemPtr->leniency, status). in TestDateFormatLeniency()
4533 setBooleanAttribute(UDAT_PARSE_ALLOW_NUMERIC, itemPtr->leniency, status). in TestDateFormatLeniency()
4534 setBooleanAttribute(UDAT_PARSE_PARTIAL_LITERAL_MATCH, itemPtr->leniency, status); in TestDateFormatLeniency()
4632 … sdmft->setBooleanAttribute(UDAT_PARSE_MULTIPLE_PATTERNS_FOR_MATCH, itemPtr->leniency, status); in TestParseMultiPatternMatch()
4697 fmt->setBooleanAttribute(UDAT_PARSE_ALLOW_WHITESPACE, TRUE, status); in TestParseLeniencyAPIs()
/external/icu/icu4c/source/i18n/
Ddatefmt.cpp650 setBooleanAttribute(UDAT_PARSE_ALLOW_WHITESPACE, lenient, status); in setLenient()
651 setBooleanAttribute(UDAT_PARSE_ALLOW_NUMERIC, lenient, status); in setLenient()
724 DateFormat::setBooleanAttribute(UDateFormatBooleanAttribute attr, in setBooleanAttribute() function in DateFormat
Dsmpdtfmt.cpp943 setBooleanAttribute(UDAT_PARSE_ALLOW_WHITESPACE, true, status); in initializeBooleanAttributes()
944 setBooleanAttribute(UDAT_PARSE_ALLOW_NUMERIC, true, status); in initializeBooleanAttributes()
945 setBooleanAttribute(UDAT_PARSE_PARTIAL_LITERAL_MATCH, true, status); in initializeBooleanAttributes()
946 setBooleanAttribute(UDAT_PARSE_MULTIPLE_PATTERNS_FOR_MATCH, true, status); in initializeBooleanAttributes()
Dudat.cpp435 ((DateFormat*)fmt)->setBooleanAttribute(attr, newValue, *status); in udat_setBooleanAttribute()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateFormat.java1639 setBooleanAttribute(BooleanAttribute.PARSE_ALLOW_NUMERIC, lenient); in setLenient()
1640 setBooleanAttribute(BooleanAttribute.PARSE_ALLOW_WHITESPACE, lenient); in setLenient()
1686 public DateFormat setBooleanAttribute(BooleanAttribute key, boolean value) in setBooleanAttribute() method in DateFormat
DSimpleDateFormat.java4029 setBooleanAttribute(DateFormat.BooleanAttribute.PARSE_PARTIAL_LITERAL_MATCH, false); in readObject()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DDateFormat.java1521 setBooleanAttribute(BooleanAttribute.PARSE_ALLOW_NUMERIC, lenient); in setLenient()
1522 setBooleanAttribute(BooleanAttribute.PARSE_ALLOW_WHITESPACE, lenient); in setLenient()
1564 public DateFormat setBooleanAttribute(BooleanAttribute key, boolean value) in setBooleanAttribute() method in DateFormat
DSimpleDateFormat.java4000 setBooleanAttribute(DateFormat.BooleanAttribute.PARSE_PARTIAL_LITERAL_MATCH, false); in readObject()
/external/icu/icu4c/source/i18n/unicode/
Ddatefmt.h815 virtual DateFormat& U_EXPORT2 setBooleanAttribute(UDateFormatBooleanAttribute attr,
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateFormatRegressionTest.java1322 … format.setBooleanAttribute(DateFormat.BooleanAttribute.PARSE_PARTIAL_LITERAL_MATCH, false); in TestT10334()
1330 format.setBooleanAttribute(DateFormat.BooleanAttribute.PARSE_PARTIAL_LITERAL_MATCH, true); in TestT10334()
1360 format.setBooleanAttribute(DateFormat.BooleanAttribute.PARSE_ALLOW_NUMERIC, true); in TestT10334()
1369 format.setBooleanAttribute(DateFormat.BooleanAttribute.PARSE_ALLOW_NUMERIC, false); in TestT10334()
DDateFormatTest.java4718 sdfmt.setBooleanAttribute(BooleanAttribute.PARSE_ALLOW_WHITESPACE, item.leniency) in TestDateFormatLeniency()
4719 .setBooleanAttribute(BooleanAttribute.PARSE_ALLOW_NUMERIC, item.leniency) in TestDateFormatLeniency()
4720 … .setBooleanAttribute(BooleanAttribute.PARSE_PARTIAL_LITERAL_MATCH, item.leniency); in TestDateFormatLeniency()
4853 … sdfmt.setBooleanAttribute(BooleanAttribute.PARSE_MULTIPLE_PATTERNS_FOR_MATCH, item.leniency); in TestParseMultiPatternMatch()
4910 fmt.setBooleanAttribute(BooleanAttribute.PARSE_ALLOW_WHITESPACE, true); in TestParseLeniencyAPIs()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DDateFormatRegressionTest.java1323 … format.setBooleanAttribute(DateFormat.BooleanAttribute.PARSE_PARTIAL_LITERAL_MATCH, false); in TestT10334()
1331 format.setBooleanAttribute(DateFormat.BooleanAttribute.PARSE_PARTIAL_LITERAL_MATCH, true); in TestT10334()
1361 format.setBooleanAttribute(DateFormat.BooleanAttribute.PARSE_ALLOW_NUMERIC, true); in TestT10334()
1370 format.setBooleanAttribute(DateFormat.BooleanAttribute.PARSE_ALLOW_NUMERIC, false); in TestT10334()
DDateFormatTest.java4719 sdfmt.setBooleanAttribute(BooleanAttribute.PARSE_ALLOW_WHITESPACE, item.leniency) in TestDateFormatLeniency()
4720 .setBooleanAttribute(BooleanAttribute.PARSE_ALLOW_NUMERIC, item.leniency) in TestDateFormatLeniency()
4721 … .setBooleanAttribute(BooleanAttribute.PARSE_PARTIAL_LITERAL_MATCH, item.leniency); in TestDateFormatLeniency()
4854 … sdfmt.setBooleanAttribute(BooleanAttribute.PARSE_MULTIPLE_PATTERNS_FOR_MATCH, item.leniency); in TestParseMultiPatternMatch()
4911 fmt.setBooleanAttribute(BooleanAttribute.PARSE_ALLOW_WHITESPACE, true); in TestParseLeniencyAPIs()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/icu/icu4j/tools/build/
Dicu4j52.api3.gz
Dicu4j57.api3.gz
Dicu4j55.api3.gz
Dicu4j53.api3.gz
Dicu4j56.api3.gz
Dicu4j54.api3.gz
Dicu4j58.api3.gz