Searched defs:fIsLongDouble (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/io/
H A Duprintf.h47 UBool fIsLongDouble; /* L flag */ member in struct:u_printf_spec_info
H A Duscanf_p.c89 UBool fIsLongDouble; /* L flag */ member in struct:u_scanf_spec_info
127 info->fIsLongDouble = FALSE;
220 info->fIsLongDouble = TRUE;
458 else if (info->fIsLongDouble)
557 else if (info->fIsLongDouble)
650 else if (info->fIsLongDouble)
/external/icu/icu4c/source/io/
H A Duprintf.h47 UBool fIsLongDouble; /* L flag */ member in struct:u_printf_spec_info
H A Duscanf_p.c89 UBool fIsLongDouble; /* L flag */ member in struct:u_scanf_spec_info
127 info->fIsLongDouble = FALSE;
220 info->fIsLongDouble = TRUE;
458 else if (info->fIsLongDouble)
557 else if (info->fIsLongDouble)
650 else if (info->fIsLongDouble)

Completed in 105 milliseconds