Home
last modified time | relevance | path

Searched defs:has_decimal (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Python/
Dformatter_unicode.c448 Py_ssize_t *n_remainder, int *has_decimal) in parse_number()
477 int has_decimal, const LocaleInfo *locale, in calc_number_widths()
1050 int has_decimal; in format_float_internal() local
/external/libtextclassifier/native/annotator/number/
Dnumber.cc253 const bool has_decimal = !(parsed_int_value == parsed_double_value); in FindAll() local