Home
last modified time | relevance | path

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

/external/icu4c/io/
Duscanf_p.c92 UBool fIsLongLong; /* ll flag */ member
130 info->fIsLongLong = FALSE; in u_scanf_parse_spec()
210 info->fIsLongLong = TRUE; in u_scanf_parse_spec()
402 else if (info->fIsLongLong) in u_scanf_count_handler()
676 else if (info->fIsLongLong) in u_scanf_integer_handler()
1031 else if (info->fIsLongLong) in u_scanf_hex_handler()
1078 else if (info->fIsLongLong) in u_scanf_octal_handler()
Duprntf_p.c367 else if (!info->fIsLongLong) in u_printf_integer_handler()
427 else if (!info->fIsLongLong) in u_printf_hex_handler()
462 else if (!info->fIsLongLong) in u_printf_octal_handler()
498 else if (!info->fIsLongLong) in u_printf_uinteger_handler()
1270 info->fIsLongLong = TRUE; in u_printf_parse()
1336 if (info->fIsLongLong) { in u_printf_parse()
Duprintf.h50 UBool fIsLongLong; /* ll flag */ member