Searched refs:isDecimal (Results 1 – 8 of 8) 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()
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()
1547 static void test_fmt(UNumberFormat* fmt, UBool isDecimal) { in test_fmt() argument1573 if (isDecimal ? U_FAILURE(status) : (status != U_UNSUPPORTED_ERROR)) { in test_fmt()1599 if ((val == -1) == isDecimal) { in test_fmt()1604 if (isDecimal && (val2 - val != .5)) { in test_fmt()1612 if (isDecimal ? (status != U_UNSUPPORTED_ERROR) : U_FAILURE(status)) { in test_fmt()1622 if (isDecimal ? (status != U_UNSUPPORTED_ERROR) : U_FAILURE(status)) { in test_fmt()1679 if (isDecimal ? U_FAILURE(status) : (status != U_UNSUPPORTED_ERROR)) { in test_fmt()1684 if (isDecimal ? U_FAILURE(status) : (status != U_UNSUPPORTED_ERROR)) { in test_fmt()