Home
last modified time | relevance | path

Searched refs:isDecimal (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/icu/source/i18n/
Dnumparse_decimal.cpp195 bool isDecimal = false; in match() local
204 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()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumparse_decimal.cpp194 bool isDecimal = false; in match() local
203 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()
/third_party/icu/icu4c/source/i18n/
Dnumparse_decimal.cpp195 bool isDecimal = false; in match() local
204 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()
/third_party/node/deps/icu-small/source/i18n/
Dnumparse_decimal.cpp195 bool isDecimal = false; in match() local
204 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()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/
DDecimalMatcher.java212 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()
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/embedding/engine/systemchannels/
DTextInputChannel.java355 public final boolean isDecimal; field in TextInputChannel.InputType
357 public InputType(@NonNull TextInputType type, boolean isSigned, boolean isDecimal) { in InputType() argument
360 this.isDecimal = isDecimal; in InputType()
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/plugin/editing/
DTextInputPlugin.java143 if (type.isDecimal) { in inputTypeFromTextInputType()
/third_party/icu/icu4c/source/test/cintltst/
Dcnumtst.c1547 static void test_fmt(UNumberFormat* fmt, UBool isDecimal) { in test_fmt() argument
1573 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()