Searched refs:fIsLongLong (Results 1 – 3 of 3) sorted by relevance
94 UBool fIsLongLong; /* ll flag */ member132 info->fIsLongLong = FALSE; in u_scanf_parse_spec()212 info->fIsLongLong = TRUE; in u_scanf_parse_spec()413 else if (info->fIsLongLong) in u_scanf_count_handler()745 else if (info->fIsLongLong) in u_scanf_integer_handler()1117 else if (info->fIsLongLong) in u_scanf_hex_handler()1167 else if (info->fIsLongLong) in u_scanf_octal_handler()
52 UBool fIsLongLong; /* ll flag */ member
374 else if (!info->fIsLongLong) in u_printf_integer_handler()435 else if (!info->fIsLongLong) in u_printf_hex_handler()471 else if (!info->fIsLongLong) in u_printf_octal_handler()507 else if (!info->fIsLongLong) in u_printf_uinteger_handler()1463 info->fIsLongLong = TRUE; in u_printf_parse()1563 if (info->fIsLongLong) { in u_printf_parse()