Home | History | Annotate | Download | only in i18n

Lines Matching refs:maxInt

1179     int32_t maxInt;
1181 maxInt = -1;
1184 maxInt = 0;
1188 maxInt++;
1202 if (maxInt != -1) {
1203 maxInt += minInt;
1211 if (maxInt == -1) {
1214 macros.integerWidth = IntegerWidth::zeroFillTo(minInt).truncateAt(maxInt);
1218 void blueprint_helpers::generateIntegerWidthOption(int32_t minInt, int32_t maxInt, UnicodeString& sb,
1220 if (maxInt == -1) {
1223 appendMultiple(sb, u'#', maxInt - minInt);