Home
last modified time | relevance | path

Searched defs:integerOnly (Results 1 – 14 of 14) sorted by relevance

/third_party/icu/icu4c/source/i18n/
Dnumparse_decimal.h46 bool integerOnly; variable
Dnumparse_parsednumber.cpp91 bool integerOnly = 0 != (parseFlags & PARSE_FLAG_INTEGER_ONLY); in populateFormattable() local
Dplurrule_impl.h354 UBool integerOnly = false; // true for 'within' rules. variable
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumparse_decimal.h46 bool integerOnly; variable
Dnumparse_parsednumber.cpp91 bool integerOnly = 0 != (parseFlags & PARSE_FLAG_INTEGER_ONLY); in populateFormattable() local
Dplurrule_impl.h354 UBool integerOnly = false; // true for 'within' rules. variable
/third_party/node/deps/icu-small/source/i18n/
Dnumparse_decimal.h46 bool integerOnly; variable
Dnumparse_parsednumber.cpp91 bool integerOnly = 0 != (parseFlags & PARSE_FLAG_INTEGER_ONLY); in populateFormattable() local
Dplurrule_impl.h358 UBool integerOnly = false; // true for 'within' rules. variable
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumparse_decimal.h46 bool integerOnly; variable
Dnumparse_parsednumber.cpp87 bool integerOnly = 0 != (parseFlags & PARSE_FLAG_INTEGER_ONLY); in populateFormattable() local
Dplurrule_impl.h318 UBool integerOnly = FALSE; // TRUE for 'within' rules. variable
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/
DDecimalMatcher.java33 private final boolean integerOnly; field in DecimalMatcher
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
DDecimalMatcher.java31 private final boolean integerOnly; field in DecimalMatcher