Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/stringlib/
Dformatter.h414 Py_ssize_t *n_remainder, int *has_decimal) in parse_number()
441 int has_decimal, const LocaleInfo *locale, in calc_number_widths()
937 int has_decimal; in format_float_internal() local
/external/python/cpython3/Python/
Dformatter_unicode.c444 Py_ssize_t *n_remainder, int *has_decimal) in parse_number()
473 int has_decimal, const LocaleInfo *locale, in calc_number_widths()
1031 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