Searched refs:fIsLongLong (Results 1 – 3 of 3) sorted by relevance
92 UBool fIsLongLong; /* ll flag */ member130 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()
367 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()
50 UBool fIsLongLong; /* ll flag */ member