Searched refs:czero (Results 1 – 1 of 1) sorted by relevance
608 CharT const czero = lcast_char_constants<CharT>::zero; in lcast_put_unsigned() local609 int_type const zero = Traits::to_int_type(czero); in lcast_put_unsigned()686 CharT const czero = lcast_char_constants<CharT>::zero; in lcast_ret_unsigned() local690 if (begin > end || *end < czero || *end >= czero + 10) in lcast_ret_unsigned()692 value = *end - czero; in lcast_ret_unsigned()721 T const dig_value = *end - czero; in lcast_ret_unsigned()724 if (*end < czero || *end >= czero + 10 in lcast_ret_unsigned()769 T const dig_value = *end - czero; in lcast_ret_unsigned()772 if (*end < czero || *end >= czero + 10 in lcast_ret_unsigned()1006 CharT const czero = lcast_char_constants<CharT>::zero; in lcast_ret_float() local[all …]