Searched refs:isDecimal (Results 1 – 9 of 9) sorted by relevance
195 bool isDecimal = false; in match() local204 isDecimal = true; in match()235 isDecimal = true; in match()250 if (!isDecimal && !isGrouping) { in match()255 if (isDecimal && integerOnly) { in match()265 if (!prevValidSecondary || (isDecimal && !currValidPrimary)) { in match()282 if (isDecimal) { in match()
194 bool isDecimal = false; in match() local203 isDecimal = true; in match()234 isDecimal = true; in match()249 if (!isDecimal && !isGrouping) { in match()254 if (isDecimal && integerOnly) { in match()264 if (!prevValidSecondary || (isDecimal && !currValidPrimary)) { in match()281 if (isDecimal) { in match()
212 boolean isDecimal = false; in match()221 isDecimal = true; in match()254 isDecimal = true; in match()269 if (!isDecimal && !isGrouping) { in match()274 if (isDecimal && integerOnly) { in match()284 if (!prevValidSecondary || (isDecimal && !currValidPrimary)) { in match()300 if (isDecimal) { in match()
210 boolean isDecimal = false; in match()219 isDecimal = true; in match()252 isDecimal = true; in match()267 if (!isDecimal && !isGrouping) { in match()272 if (isDecimal && integerOnly) { in match()282 if (!prevValidSecondary || (isDecimal && !currValidPrimary)) { in match()298 if (isDecimal) { in match()
355 public final boolean isDecimal; field in TextInputChannel.InputType357 public InputType(@NonNull TextInputType type, boolean isSigned, boolean isDecimal) { in InputType() argument360 this.isDecimal = isDecimal; in InputType()
143 if (type.isDecimal) { in inputTypeFromTextInputType()
1549 static void test_fmt(UNumberFormat* fmt, UBool isDecimal) { in test_fmt() argument1575 if (isDecimal ? U_FAILURE(status) : (status != U_UNSUPPORTED_ERROR)) { in test_fmt()1601 if ((val == -1) == isDecimal) { in test_fmt()1606 if (isDecimal && (val2 - val != .5)) { in test_fmt()1614 if (isDecimal ? (status != U_UNSUPPORTED_ERROR) : U_FAILURE(status)) { in test_fmt()1624 if (isDecimal ? (status != U_UNSUPPORTED_ERROR) : U_FAILURE(status)) { in test_fmt()1681 if (isDecimal ? U_FAILURE(status) : (status != U_UNSUPPORTED_ERROR)) { in test_fmt()1686 if (isDecimal ? U_FAILURE(status) : (status != U_UNSUPPORTED_ERROR)) { in test_fmt()