Searched refs:fBoolFlags (Results 1 – 4 of 4) sorted by relevance
161 fBoolFlags = other.fBoolFlags; in operator =()727 if(!fBoolFlags.isValidValue(newValue)) { in setBooleanAttribute()730 fBoolFlags.set(attr, newValue); in setBooleanAttribute()741 return fBoolFlags.get(attr); in getBooleanAttribute()
330 fBoolFlags.clear(); in init()658 fBoolFlags.getAll() == other->fBoolFlags.getAll() && in operator ==()1594 … if(!fBoolFlags.contains(UNUM_PARSE_NO_EXPONENT) || // don't parse if this is set unless.. in subparse()2794 return fBoolFlags.contains(UNUM_PARSE_DECIMAL_MARK_REQUIRED); in isDecimalPatternMatchRequired()2803 fBoolFlags.set(UNUM_PARSE_DECIMAL_MARK_REQUIRED, newValue); in setDecimalPatternMatchRequired()3167 if(!fBoolFlags.isValidValue(newValue)) { in setAttribute()3173 fBoolFlags.set(attr, newValue); in setAttribute()3263 return fBoolFlags.get(attr); in getAttribute()
884 EnumSet<UDateFormatBooleanAttribute, 0, UDAT_BOOLEAN_ATTRIBUTE_COUNT> fBoolFlags; variable
2223 fBoolFlags; variable