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()404 else if (info->fIsLongLong) in u_scanf_count_handler()714 else if (info->fIsLongLong) in u_scanf_integer_handler()1068 else if (info->fIsLongLong) in u_scanf_hex_handler()1115 else if (info->fIsLongLong) in u_scanf_octal_handler()
52 UBool fIsLongLong; /* ll flag */ member
369 else if (!info->fIsLongLong) in u_printf_integer_handler()429 else if (!info->fIsLongLong) in u_printf_hex_handler()464 else if (!info->fIsLongLong) in u_printf_octal_handler()500 else if (!info->fIsLongLong) in u_printf_uinteger_handler()1450 info->fIsLongLong = TRUE; in u_printf_parse()1550 if (info->fIsLongLong) { in u_printf_parse()