Searched refs:fBoolFlags (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Ddatefmt.cpp77 fBoolFlags = other.fBoolFlags;
521 if(!fBoolFlags.isValidValue(newValue)) {
524 fBoolFlags.set(attr, newValue);
535 return fBoolFlags.get(attr);
H A Ddecimfmt.cpp389 fBoolFlags.clear();
779 fBoolFlags = rhs.fBoolFlags;
1359 if(length>maxIntDig && fBoolFlags.contains(UNUM_FORMAT_FAIL_IF_MORE_THAN_MAX_DIGITS)) {
1926 if(fBoolFlags.contains(UNUM_FORMAT_FAIL_IF_MORE_THAN_MAX_DIGITS)) {
2778 if(!fBoolFlags.contains(UNUM_PARSE_NO_EXPONENT) || // don't parse if this is set unless..
5848 /* These are stored in fBoolFlags */
5851 if(!fBoolFlags.isValidValue(newValue)) {
5854 fBoolFlags.set(attr, newValue);
5932 /* These are stored in fBoolFlags */
[all...]
/external/icu/icu4c/source/i18n/
H A Ddatefmt.cpp80 fBoolFlags = other.fBoolFlags;
584 if(!fBoolFlags.isValidValue(newValue)) {
587 fBoolFlags.set(attr, newValue);
598 return fBoolFlags.get(attr);
H A Ddecimfmt.cpp410 fBoolFlags.clear();
800 fBoolFlags = rhs.fBoolFlags;
963 if (fBoolFlags.getAll() != other->fBoolFlags.getAll()) {
965 debug("fBoolFlags !=");
1070 fBoolFlags.getAll() == other->fBoolFlags.getAll() &&
1441 if(length>maxIntDig && fBoolFlags.contains(UNUM_FORMAT_FAIL_IF_MORE_THAN_MAX_DIGITS)) {
2015 if(fBoolFlags
[all...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ddatefmt.h755 EnumSet<UDateFormatBooleanAttribute, 0, UDAT_BOOLEAN_ATTRIBUTE_COUNT> fBoolFlags; member in class:DateFormat
H A Ddecimfmt.h2212 fBoolFlags; member in class:DecimalFormat
/external/icu/icu4c/source/i18n/unicode/
H A Ddatefmt.h816 EnumSet<UDateFormatBooleanAttribute, 0, UDAT_BOOLEAN_ATTRIBUTE_COUNT> fBoolFlags; member in class:DateFormat
H A Ddecimfmt.h2232 fBoolFlags; member in class:DecimalFormat

Completed in 672 milliseconds