Home
last modified time | relevance | path

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

/external/icu/icu4c/source/io/
Duscanf_p.cpp92 UBool fIsShort; /* h flag */ member
130 info->fIsShort = FALSE; in u_scanf_parse_spec()
206 info->fIsShort = TRUE; in u_scanf_parse_spec()
411 if (info->fIsShort) in u_scanf_count_handler()
733 if (info->fIsShort) in u_scanf_integer_handler()
1102 if (info->fIsShort) in u_scanf_hex_handler()
1152 if (info->fIsShort) in u_scanf_octal_handler()
Duprintf.h50 UBool fIsShort; /* h flag */ member
Duprntf_p.cpp372 if (info->fIsShort) in u_printf_integer_handler()
433 if (info->fIsShort) in u_printf_hex_handler()
469 if (info->fIsShort) in u_printf_octal_handler()
505 if (info->fIsShort) in u_printf_uinteger_handler()
1457 info->fIsShort = TRUE; in u_printf_parse()