Home | History | Annotate | Download | only in i18n

Lines Matching refs:fBoolFlags

410     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.contains(UNUM_FORMAT_FAIL_IF_MORE_THAN_MAX_DIGITS)) {
2867 if(!fBoolFlags.contains(UNUM_PARSE_NO_EXPONENT) || // don't parse if this is set unless..
5441 /* These are stored in fBoolFlags */
5444 if(!fBoolFlags.isValidValue(newValue)) {
5447 fBoolFlags.set(attr, newValue);
5525 /* These are stored in fBoolFlags */
5528 return fBoolFlags.get(attr);