Lines Matching refs:fBoolFlags
328 fBoolFlags.clear();
644 fBoolFlags.getAll() == other->fBoolFlags.getAll() &&
1580 if(!fBoolFlags.contains(UNUM_PARSE_NO_EXPONENT) || // don't parse if this is set unless..
2780 return fBoolFlags.contains(UNUM_PARSE_DECIMAL_MARK_REQUIRED);
2789 fBoolFlags.set(UNUM_PARSE_DECIMAL_MARK_REQUIRED, newValue);
3137 /* These are stored in fBoolFlags */
3141 if(!fBoolFlags.isValidValue(newValue)) {
3147 fBoolFlags.set(attr, newValue);
3233 /* These are stored in fBoolFlags */
3237 return fBoolFlags.get(attr);