Home
last modified time | relevance | path

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

/external/icu/icu4c/source/io/
Duscanf_p.c92 UBool fIsShort; /* h flag */ member
130 info->fIsShort = FALSE; in u_scanf_parse_spec()
206 info->fIsShort = TRUE; in u_scanf_parse_spec()
402 if (info->fIsShort) in u_scanf_count_handler()
712 if (info->fIsShort) in u_scanf_integer_handler()
1066 if (info->fIsShort) in u_scanf_hex_handler()
1113 if (info->fIsShort) in u_scanf_octal_handler()
Duprintf.h50 UBool fIsShort; /* h flag */ member
Duprntf_p.c367 if (info->fIsShort) in u_printf_integer_handler()
427 if (info->fIsShort) in u_printf_hex_handler()
462 if (info->fIsShort) in u_printf_octal_handler()
498 if (info->fIsShort) in u_printf_uinteger_handler()
1444 info->fIsShort = TRUE; in u_printf_parse()