Home
last modified time | relevance | path

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

/dports/devel/R-cran-BH/BH/inst/include/boost/regex/v5/
H A Dw32_regex_traits.hpp132 static constexpr dword ct_ctype1 = 0x00000001; variable
202 static constexpr dword ct_ctype1 = 0x00000001; variable
920 …r = boost::BOOST_REGEX_DETAIL_NS::GetStringTypeExA(this->m_locale, ct_ctype1, char_map, 1 << CHAR_… in init()
922 …r = boost::BOOST_REGEX_DETAIL_NS::GetStringTypeExW(this->m_locale, ct_ctype1, wide_char_map, 1 << … in init()
936 …if (boost::BOOST_REGEX_DETAIL_NS::GetStringTypeExA(idx, ct_ctype1, &c, 1, &mask) && (mask & c1_low… in w32_is_lower()
949 …if (boost::BOOST_REGEX_DETAIL_NS::GetStringTypeExW(idx, ct_ctype1, &wide_c, 1, &mask) && (mask & c… in w32_is_lower()
958 …if (boost::BOOST_REGEX_DETAIL_NS::GetStringTypeExW(idx, ct_ctype1, &c, 1, &mask) && (mask & c1_low… in w32_is_lower()
967 …if (boost::BOOST_REGEX_DETAIL_NS::GetStringTypeExA(idx, ct_ctype1, &c, 1, &mask) && (mask & c1_upp… in w32_is_upper()
980 …if (boost::BOOST_REGEX_DETAIL_NS::GetStringTypeExW(idx, ct_ctype1, &wide_c, 1, &mask) && (mask & c… in w32_is_upper()
989 …if (boost::BOOST_REGEX_DETAIL_NS::GetStringTypeExW(idx, ct_ctype1, &c, 1, &mask) && (mask & c1_upp… in w32_is_upper()
[all …]