Searched defs:integerOnly (Results 1 – 10 of 10) sorted by relevance
46 bool integerOnly; variable
91 bool integerOnly = 0 != (parseFlags & PARSE_FLAG_INTEGER_ONLY); in populateFormattable() local
324 UBool integerOnly = FALSE; // TRUE for 'within' rules. variable
87 bool integerOnly = 0 != (parseFlags & PARSE_FLAG_INTEGER_ONLY); in populateFormattable() local
318 UBool integerOnly = FALSE; // TRUE for 'within' rules. variable
33 private final boolean integerOnly; field in DecimalMatcher