Home
last modified time | relevance | path

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

/external/icu/icu4c/source/io/
Duprintf.h47 UBool fIsLongDouble; /* L flag */ member
Duscanf_p.c89 UBool fIsLongDouble; /* L flag */ member
127 info->fIsLongDouble = FALSE; in u_scanf_parse_spec()
220 info->fIsLongDouble = TRUE; in u_scanf_parse_spec()
458 else if (info->fIsLongDouble) in u_scanf_double_handler()
557 else if (info->fIsLongDouble) in u_scanf_scientific_handler()
650 else if (info->fIsLongDouble) in u_scanf_scidbl_handler()
Duprntf_p.c1458 info->fIsLongDouble = TRUE; in u_printf_parse()