Searched refs:lowercase_e (Results 1 – 1 of 1) sorted by relevance
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
D | lexical_cast.hpp | 529 BOOST_STATIC_CONSTANT(char, lowercase_e = 'e'); 541 BOOST_STATIC_CONSTANT(wchar_t, lowercase_e = L'e'); 554 BOOST_STATIC_CONSTANT(char16_t, lowercase_e = u'e'); 567 BOOST_STATIC_CONSTANT(char32_t, lowercase_e = U'e'); 1010 CharT const lowercase_e = lcast_char_constants<CharT>::lowercase_e; in lcast_ret_float() local 1046 if (Traits::eq(*begin, lowercase_e) || Traits::eq(*begin, capital_e)) break; in lcast_ret_float() 1085 …} else if (Traits::eq(*begin, decimal_point) || Traits::eq(*begin, lowercase_e) || Traits::eq(*beg… in lcast_ret_float() 1156 … if ( begin != end && (Traits::eq(*begin, lowercase_e) || Traits::eq(*begin, capital_e)) ) { in lcast_ret_float() 1891 CharT const lowercase_e = lcast_char_constants<CharT>::lowercase_e; in float_types_converter_internal() local 1894 Traits::eq(*(finish-1), lowercase_e) // 1.0e in float_types_converter_internal()
|