Home
last modified time | relevance | path

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

/external/icu/icu4c/source/io/
Duscanf_p.c90 UBool fIsShort; /* h flag */ member
128 info->fIsShort = FALSE; in u_scanf_parse_spec()
204 info->fIsShort = TRUE; in u_scanf_parse_spec()
400 if (info->fIsShort) in u_scanf_count_handler()
710 if (info->fIsShort) in u_scanf_integer_handler()
1064 if (info->fIsShort) in u_scanf_hex_handler()
1111 if (info->fIsShort) in u_scanf_octal_handler()
Duprintf.h48 UBool fIsShort; /* h flag */ member
Duprntf_p.c365 if (info->fIsShort) in u_printf_integer_handler()
425 if (info->fIsShort) in u_printf_hex_handler()
460 if (info->fIsShort) in u_printf_octal_handler()
496 if (info->fIsShort) in u_printf_uinteger_handler()
1442 info->fIsShort = TRUE; in u_printf_parse()