Home
last modified time | relevance | path

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

/aosp_15_r20/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
/aosp_15_r20/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
/aosp_15_r20/external/libtextclassifier/native/annotator/number/
H A Dnumber.cc253 const bool has_decimal = !(parsed_int_value == parsed_double_value); in FindAll() local