Lines Matching defs:true
168 fHasNegativeSubpattern = true;
210 currentSubpattern->hasPadding = true;
220 while (true) {
244 currentSubpattern->hasPercentSign = true;
248 currentSubpattern->hasPerMilleSign = true;
252 currentSubpattern->hasCurrencySign = true;
256 currentSubpattern->hasMinusSign = true;
260 currentSubpattern->hasPlusSign = true;
301 currentSubpattern->hasDecimal = true;
327 currentSubpattern->hasCurrencySign = true;
328 currentSubpattern->hasCurrencyDecimal = true;
329 currentSubpattern->hasDecimal = true;
341 while (true) {
401 result.rounding.appendDigit(static_cast<int8_t>(state.peek() - u'0'), 0, true);
433 while (true) {
492 result.exponentHasPlusSign = true;
537 ignoreRounding = true;
546 properties.groupingUsed = true;
608 properties.decimalSeparatorAlwaysShown = true;
1091 prependSign = true;