Home
last modified time | relevance | path

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

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Dlexical_cast.hpp608 CharT const czero = lcast_char_constants<CharT>::zero; in lcast_put_unsigned() local
609 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() local
690 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 …]