Searched defs:integerOnly (Results 1 – 13 of 13) 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
358 UBool integerOnly = false; // true for 'within' rules. variable
354 UBool integerOnly = false; // true for 'within' rules. variable
33 private final boolean integerOnly; field in DecimalMatcher