Home
last modified time | relevance | path

Searched refs:fIsLongDouble (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/io/
Duprintf.h49 UBool fIsLongDouble; /* L flag */ member
Duscanf_p.cpp91 UBool fIsLongDouble; /* L flag */ member
129 info->fIsLongDouble = FALSE; in u_scanf_parse_spec()
222 info->fIsLongDouble = TRUE; in u_scanf_parse_spec()
472 else if (info->fIsLongDouble) in u_scanf_double_handler()
574 else if (info->fIsLongDouble) in u_scanf_scientific_handler()
670 else if (info->fIsLongDouble) in u_scanf_scidbl_handler()
Duprntf_p.cpp1473 info->fIsLongDouble = TRUE; in u_printf_parse()