Home
last modified time | relevance | path

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

/external/icu/icu4c/source/io/
Duscanf_p.cpp94 UBool fIsLongLong; /* ll flag */ member
132 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()
Duprintf.h52 UBool fIsLongLong; /* ll flag */ member
Duprntf_p.cpp374 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()