Home
last modified time | relevance | path

Searched refs:_LOWER (Results 1 – 25 of 109) sorted by relevance

12345

/dports/games/warmux/warmux-11.04/build/symbian/lib/stlport/stlport/stl/
H A Dc_locale.h206 # define _Locale_LOWER _LOWER
212 # define _Locale_ALPHA (_UPPER|_LOWER)
293 # define _Locale_LOWER _LOWER
299 # define _Locale_ALPHA ( _ALPHA & ~ (_UPPER | _LOWER ))
303 # define _Locale_LOWER _LOWER
308 # define _Locale_PRINT (_UPPER | _LOWER | _DIGIT | _PUNCT | _SPACE)
309 # define _Locale_ALPHA _ALPHA & ~(_UPPER | _LOWER)
377 # define _Locale_LOWER _LOWER
383 # define _Locale_ALPHA (_UPPER | _LOWER)
417 # define _Locale_LOWER _LOWER
/dports/net-im/dino/dino-0.2.2/cmake/
H A DPkgConfigWithFallbackOnConfigScript.cmake86 string(TOLOWER ${name} "${name}_LOWER")
87 …string(REGEX REPLACE "^(.* |)-l([^ ]*${${name}_LOWER}[^ ]*)( .*|)$" "\\2" ${name}_LIBRARY_NAME "${…
96 if(NOT TARGET ${name}_LOWER)
97 add_library(${name}_LOWER INTERFACE IMPORTED)
98 … set_property(TARGET ${name}_LOWER PROPERTY INTERFACE_LINK_LIBRARIES "${${name}_LDFLAGS}")
99 … set_property(TARGET ${name}_LOWER PROPERTY INTERFACE_COMPILE_OPTIONS "${${name}_CFLAGS}")
100 endif(NOT TARGET ${name}_LOWER)
/dports/multimedia/quodlibet/quodlibet-4.3.0/quodlibet/util/
H A Diso639.py509 _LOWER = {} variable
515 _LOWER[name.lower()] = name
563 if lower in _LOWER:
564 return _gettext(_LOWER[lower])
/dports/devel/R-cran-BH/BH/inst/include/boost/xpressive/traits/detail/
H A Dc_ctype.hpp228 …BOOST_MPL_ASSERT_RELATION(0x81FF, ==, (_ALPHA|_UPPER|_LOWER|_DIGIT|_SPACE|_PUNCT|_CONTROL|_BLANK|_…
244 if(name == "lower") return icase ? (_LOWER|_UPPER) : _LOWER; in lookup_classname()
250 if(name == "upper") return icase ? (_UPPER|_LOWER) : _UPPER; in lookup_classname()
283 …BOOST_MPL_ASSERT_RELATION(0x81FF, ==, (_ALPHA|_UPPER|_LOWER|_DIGIT|_SPACE|_PUNCT|_CONTROL|_BLANK|_…
299 if(name == L"lower") return icase ? (_LOWER|_UPPER) : _LOWER; in lookup_classname()
305 if(name == L"upper") return icase ? (_UPPER|_LOWER) : _UPPER; in lookup_classname()
602 …BOOST_MPL_ASSERT_RELATION(0x81FF, ==, (_ALPHA|_UPPER|_LOWER|_DIGIT|_SPACE|_PUNCT|_CONTROL|_BLANK|_…
618 if(name == "lower") return icase ? (_LOWER|_UPPER) : _LOWER; in lookup_classname()
624 if(name == "upper") return icase ? (_UPPER|_LOWER) : _UPPER; in lookup_classname()
673 if(name == L"lower") return icase ? _LOWER|_UPPER : _LOWER; in lookup_classname()
[all …]
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/xpressive/traits/detail/
H A Dc_ctype.hpp228 …BOOST_MPL_ASSERT_RELATION(0x81FF, ==, (_ALPHA|_UPPER|_LOWER|_DIGIT|_SPACE|_PUNCT|_CONTROL|_BLANK|_…
244 if(name == "lower") return icase ? (_LOWER|_UPPER) : _LOWER; in lookup_classname()
250 if(name == "upper") return icase ? (_UPPER|_LOWER) : _UPPER; in lookup_classname()
283 …BOOST_MPL_ASSERT_RELATION(0x81FF, ==, (_ALPHA|_UPPER|_LOWER|_DIGIT|_SPACE|_PUNCT|_CONTROL|_BLANK|_…
299 if(name == L"lower") return icase ? (_LOWER|_UPPER) : _LOWER; in lookup_classname()
305 if(name == L"upper") return icase ? (_UPPER|_LOWER) : _UPPER; in lookup_classname()
594 …BOOST_MPL_ASSERT_RELATION(0x81FF, ==, (_ALPHA|_UPPER|_LOWER|_DIGIT|_SPACE|_PUNCT|_CONTROL|_BLANK|_…
610 if(name == "lower") return icase ? (_LOWER|_UPPER) : _LOWER; in lookup_classname()
616 if(name == "upper") return icase ? (_UPPER|_LOWER) : _UPPER; in lookup_classname()
665 if(name == L"lower") return icase ? _LOWER|_UPPER : _LOWER; in lookup_classname()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/xpressive/traits/detail/
H A Dc_ctype.hpp228 …BOOST_MPL_ASSERT_RELATION(0x81FF, ==, (_ALPHA|_UPPER|_LOWER|_DIGIT|_SPACE|_PUNCT|_CONTROL|_BLANK|_…
244 if(name == "lower") return icase ? (_LOWER|_UPPER) : _LOWER; in lookup_classname()
250 if(name == "upper") return icase ? (_UPPER|_LOWER) : _UPPER; in lookup_classname()
283 …BOOST_MPL_ASSERT_RELATION(0x81FF, ==, (_ALPHA|_UPPER|_LOWER|_DIGIT|_SPACE|_PUNCT|_CONTROL|_BLANK|_…
299 if(name == L"lower") return icase ? (_LOWER|_UPPER) : _LOWER; in lookup_classname()
305 if(name == L"upper") return icase ? (_UPPER|_LOWER) : _UPPER; in lookup_classname()
602 …BOOST_MPL_ASSERT_RELATION(0x81FF, ==, (_ALPHA|_UPPER|_LOWER|_DIGIT|_SPACE|_PUNCT|_CONTROL|_BLANK|_…
618 if(name == "lower") return icase ? (_LOWER|_UPPER) : _LOWER; in lookup_classname()
624 if(name == "upper") return icase ? (_UPPER|_LOWER) : _UPPER; in lookup_classname()
673 if(name == L"lower") return icase ? _LOWER|_UPPER : _LOWER; in lookup_classname()
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/xpressive/traits/detail/
H A Dc_ctype.hpp228 …BOOST_MPL_ASSERT_RELATION(0x81FF, ==, (_ALPHA|_UPPER|_LOWER|_DIGIT|_SPACE|_PUNCT|_CONTROL|_BLANK|_…
244 if(name == "lower") return icase ? (_LOWER|_UPPER) : _LOWER; in lookup_classname()
250 if(name == "upper") return icase ? (_UPPER|_LOWER) : _UPPER; in lookup_classname()
283 …BOOST_MPL_ASSERT_RELATION(0x81FF, ==, (_ALPHA|_UPPER|_LOWER|_DIGIT|_SPACE|_PUNCT|_CONTROL|_BLANK|_…
299 if(name == L"lower") return icase ? (_LOWER|_UPPER) : _LOWER; in lookup_classname()
305 if(name == L"upper") return icase ? (_UPPER|_LOWER) : _UPPER; in lookup_classname()
602 …BOOST_MPL_ASSERT_RELATION(0x81FF, ==, (_ALPHA|_UPPER|_LOWER|_DIGIT|_SPACE|_PUNCT|_CONTROL|_BLANK|_…
618 if(name == "lower") return icase ? (_LOWER|_UPPER) : _LOWER; in lookup_classname()
624 if(name == "upper") return icase ? (_UPPER|_LOWER) : _UPPER; in lookup_classname()
673 if(name == L"lower") return icase ? _LOWER|_UPPER : _LOWER; in lookup_classname()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/xpressive/traits/detail/
H A Dc_ctype.hpp228 …BOOST_MPL_ASSERT_RELATION(0x81FF, ==, (_ALPHA|_UPPER|_LOWER|_DIGIT|_SPACE|_PUNCT|_CONTROL|_BLANK|_…
244 if(name == "lower") return icase ? (_LOWER|_UPPER) : _LOWER; in lookup_classname()
250 if(name == "upper") return icase ? (_UPPER|_LOWER) : _UPPER; in lookup_classname()
283 …BOOST_MPL_ASSERT_RELATION(0x81FF, ==, (_ALPHA|_UPPER|_LOWER|_DIGIT|_SPACE|_PUNCT|_CONTROL|_BLANK|_…
299 if(name == L"lower") return icase ? (_LOWER|_UPPER) : _LOWER; in lookup_classname()
305 if(name == L"upper") return icase ? (_UPPER|_LOWER) : _UPPER; in lookup_classname()
602 …BOOST_MPL_ASSERT_RELATION(0x81FF, ==, (_ALPHA|_UPPER|_LOWER|_DIGIT|_SPACE|_PUNCT|_CONTROL|_BLANK|_…
618 if(name == "lower") return icase ? (_LOWER|_UPPER) : _LOWER; in lookup_classname()
624 if(name == "upper") return icase ? (_UPPER|_LOWER) : _UPPER; in lookup_classname()
673 if(name == L"lower") return icase ? _LOWER|_UPPER : _LOWER; in lookup_classname()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/xpressive/traits/detail/
H A Dc_ctype.hpp228 …BOOST_MPL_ASSERT_RELATION(0x81FF, ==, (_ALPHA|_UPPER|_LOWER|_DIGIT|_SPACE|_PUNCT|_CONTROL|_BLANK|_…
244 if(name == "lower") return icase ? (_LOWER|_UPPER) : _LOWER; in lookup_classname()
250 if(name == "upper") return icase ? (_UPPER|_LOWER) : _UPPER; in lookup_classname()
283 …BOOST_MPL_ASSERT_RELATION(0x81FF, ==, (_ALPHA|_UPPER|_LOWER|_DIGIT|_SPACE|_PUNCT|_CONTROL|_BLANK|_…
299 if(name == L"lower") return icase ? (_LOWER|_UPPER) : _LOWER; in lookup_classname()
305 if(name == L"upper") return icase ? (_UPPER|_LOWER) : _UPPER; in lookup_classname()
602 …BOOST_MPL_ASSERT_RELATION(0x81FF, ==, (_ALPHA|_UPPER|_LOWER|_DIGIT|_SPACE|_PUNCT|_CONTROL|_BLANK|_…
618 if(name == "lower") return icase ? (_LOWER|_UPPER) : _LOWER; in lookup_classname()
624 if(name == "upper") return icase ? (_UPPER|_LOWER) : _UPPER; in lookup_classname()
673 if(name == L"lower") return icase ? _LOWER|_UPPER : _LOWER; in lookup_classname()
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/xpressive/traits/detail/
H A Dc_ctype.hpp228 …BOOST_MPL_ASSERT_RELATION(0x81FF, ==, (_ALPHA|_UPPER|_LOWER|_DIGIT|_SPACE|_PUNCT|_CONTROL|_BLANK|_…
244 if(name == "lower") return icase ? (_LOWER|_UPPER) : _LOWER; in lookup_classname()
250 if(name == "upper") return icase ? (_UPPER|_LOWER) : _UPPER; in lookup_classname()
283 …BOOST_MPL_ASSERT_RELATION(0x81FF, ==, (_ALPHA|_UPPER|_LOWER|_DIGIT|_SPACE|_PUNCT|_CONTROL|_BLANK|_…
299 if(name == L"lower") return icase ? (_LOWER|_UPPER) : _LOWER; in lookup_classname()
305 if(name == L"upper") return icase ? (_UPPER|_LOWER) : _UPPER; in lookup_classname()
602 …BOOST_MPL_ASSERT_RELATION(0x81FF, ==, (_ALPHA|_UPPER|_LOWER|_DIGIT|_SPACE|_PUNCT|_CONTROL|_BLANK|_…
618 if(name == "lower") return icase ? (_LOWER|_UPPER) : _LOWER; in lookup_classname()
624 if(name == "upper") return icase ? (_UPPER|_LOWER) : _UPPER; in lookup_classname()
673 if(name == L"lower") return icase ? _LOWER|_UPPER : _LOWER; in lookup_classname()
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/xpressive/traits/detail/
H A Dc_ctype.hpp228 …BOOST_MPL_ASSERT_RELATION(0x81FF, ==, (_ALPHA|_UPPER|_LOWER|_DIGIT|_SPACE|_PUNCT|_CONTROL|_BLANK|_…
244 if(name == "lower") return icase ? (_LOWER|_UPPER) : _LOWER; in lookup_classname()
250 if(name == "upper") return icase ? (_UPPER|_LOWER) : _UPPER; in lookup_classname()
283 …BOOST_MPL_ASSERT_RELATION(0x81FF, ==, (_ALPHA|_UPPER|_LOWER|_DIGIT|_SPACE|_PUNCT|_CONTROL|_BLANK|_…
299 if(name == L"lower") return icase ? (_LOWER|_UPPER) : _LOWER; in lookup_classname()
305 if(name == L"upper") return icase ? (_UPPER|_LOWER) : _UPPER; in lookup_classname()
602 …BOOST_MPL_ASSERT_RELATION(0x81FF, ==, (_ALPHA|_UPPER|_LOWER|_DIGIT|_SPACE|_PUNCT|_CONTROL|_BLANK|_…
618 if(name == "lower") return icase ? (_LOWER|_UPPER) : _LOWER; in lookup_classname()
624 if(name == "upper") return icase ? (_UPPER|_LOWER) : _UPPER; in lookup_classname()
673 if(name == L"lower") return icase ? _LOWER|_UPPER : _LOWER; in lookup_classname()
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/xpressive/traits/detail/
H A Dc_ctype.hpp228 …BOOST_MPL_ASSERT_RELATION(0x81FF, ==, (_ALPHA|_UPPER|_LOWER|_DIGIT|_SPACE|_PUNCT|_CONTROL|_BLANK|_…
244 if(name == "lower") return icase ? (_LOWER|_UPPER) : _LOWER; in lookup_classname()
250 if(name == "upper") return icase ? (_UPPER|_LOWER) : _UPPER; in lookup_classname()
283 …BOOST_MPL_ASSERT_RELATION(0x81FF, ==, (_ALPHA|_UPPER|_LOWER|_DIGIT|_SPACE|_PUNCT|_CONTROL|_BLANK|_…
299 if(name == L"lower") return icase ? (_LOWER|_UPPER) : _LOWER; in lookup_classname()
305 if(name == L"upper") return icase ? (_UPPER|_LOWER) : _UPPER; in lookup_classname()
602 …BOOST_MPL_ASSERT_RELATION(0x81FF, ==, (_ALPHA|_UPPER|_LOWER|_DIGIT|_SPACE|_PUNCT|_CONTROL|_BLANK|_…
618 if(name == "lower") return icase ? (_LOWER|_UPPER) : _LOWER; in lookup_classname()
624 if(name == "upper") return icase ? (_UPPER|_LOWER) : _UPPER; in lookup_classname()
673 if(name == L"lower") return icase ? _LOWER|_UPPER : _LOWER; in lookup_classname()
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/xpressive/traits/detail/
H A Dc_ctype.hpp228 …BOOST_MPL_ASSERT_RELATION(0x81FF, ==, (_ALPHA|_UPPER|_LOWER|_DIGIT|_SPACE|_PUNCT|_CONTROL|_BLANK|_…
244 if(name == "lower") return icase ? (_LOWER|_UPPER) : _LOWER; in lookup_classname()
250 if(name == "upper") return icase ? (_UPPER|_LOWER) : _UPPER; in lookup_classname()
283 …BOOST_MPL_ASSERT_RELATION(0x81FF, ==, (_ALPHA|_UPPER|_LOWER|_DIGIT|_SPACE|_PUNCT|_CONTROL|_BLANK|_…
299 if(name == L"lower") return icase ? (_LOWER|_UPPER) : _LOWER; in lookup_classname()
305 if(name == L"upper") return icase ? (_UPPER|_LOWER) : _UPPER; in lookup_classname()
602 …BOOST_MPL_ASSERT_RELATION(0x81FF, ==, (_ALPHA|_UPPER|_LOWER|_DIGIT|_SPACE|_PUNCT|_CONTROL|_BLANK|_…
618 if(name == "lower") return icase ? (_LOWER|_UPPER) : _LOWER; in lookup_classname()
624 if(name == "upper") return icase ? (_UPPER|_LOWER) : _UPPER; in lookup_classname()
673 if(name == L"lower") return icase ? _LOWER|_UPPER : _LOWER; in lookup_classname()
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/xpressive/traits/detail/
H A Dc_ctype.hpp228 …BOOST_MPL_ASSERT_RELATION(0x81FF, ==, (_ALPHA|_UPPER|_LOWER|_DIGIT|_SPACE|_PUNCT|_CONTROL|_BLANK|_…
244 if(name == "lower") return icase ? (_LOWER|_UPPER) : _LOWER; in lookup_classname()
250 if(name == "upper") return icase ? (_UPPER|_LOWER) : _UPPER; in lookup_classname()
283 …BOOST_MPL_ASSERT_RELATION(0x81FF, ==, (_ALPHA|_UPPER|_LOWER|_DIGIT|_SPACE|_PUNCT|_CONTROL|_BLANK|_…
299 if(name == L"lower") return icase ? (_LOWER|_UPPER) : _LOWER; in lookup_classname()
305 if(name == L"upper") return icase ? (_UPPER|_LOWER) : _UPPER; in lookup_classname()
602 …BOOST_MPL_ASSERT_RELATION(0x81FF, ==, (_ALPHA|_UPPER|_LOWER|_DIGIT|_SPACE|_PUNCT|_CONTROL|_BLANK|_…
618 if(name == "lower") return icase ? (_LOWER|_UPPER) : _LOWER; in lookup_classname()
624 if(name == "upper") return icase ? (_UPPER|_LOWER) : _UPPER; in lookup_classname()
673 if(name == L"lower") return icase ? _LOWER|_UPPER : _LOWER; in lookup_classname()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/xpressive/traits/detail/
H A Dc_ctype.hpp228 …BOOST_MPL_ASSERT_RELATION(0x81FF, ==, (_ALPHA|_UPPER|_LOWER|_DIGIT|_SPACE|_PUNCT|_CONTROL|_BLANK|_…
244 if(name == "lower") return icase ? (_LOWER|_UPPER) : _LOWER; in lookup_classname()
250 if(name == "upper") return icase ? (_UPPER|_LOWER) : _UPPER; in lookup_classname()
283 …BOOST_MPL_ASSERT_RELATION(0x81FF, ==, (_ALPHA|_UPPER|_LOWER|_DIGIT|_SPACE|_PUNCT|_CONTROL|_BLANK|_…
299 if(name == L"lower") return icase ? (_LOWER|_UPPER) : _LOWER; in lookup_classname()
305 if(name == L"upper") return icase ? (_UPPER|_LOWER) : _UPPER; in lookup_classname()
602 …BOOST_MPL_ASSERT_RELATION(0x81FF, ==, (_ALPHA|_UPPER|_LOWER|_DIGIT|_SPACE|_PUNCT|_CONTROL|_BLANK|_…
618 if(name == "lower") return icase ? (_LOWER|_UPPER) : _LOWER; in lookup_classname()
624 if(name == "upper") return icase ? (_UPPER|_LOWER) : _UPPER; in lookup_classname()
673 if(name == L"lower") return icase ? _LOWER|_UPPER : _LOWER; in lookup_classname()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/xpressive/traits/detail/
H A Dc_ctype.hpp228 …BOOST_MPL_ASSERT_RELATION(0x81FF, ==, (_ALPHA|_UPPER|_LOWER|_DIGIT|_SPACE|_PUNCT|_CONTROL|_BLANK|_…
244 if(name == "lower") return icase ? (_LOWER|_UPPER) : _LOWER; in lookup_classname()
250 if(name == "upper") return icase ? (_UPPER|_LOWER) : _UPPER; in lookup_classname()
283 …BOOST_MPL_ASSERT_RELATION(0x81FF, ==, (_ALPHA|_UPPER|_LOWER|_DIGIT|_SPACE|_PUNCT|_CONTROL|_BLANK|_…
299 if(name == L"lower") return icase ? (_LOWER|_UPPER) : _LOWER; in lookup_classname()
305 if(name == L"upper") return icase ? (_UPPER|_LOWER) : _UPPER; in lookup_classname()
602 …BOOST_MPL_ASSERT_RELATION(0x81FF, ==, (_ALPHA|_UPPER|_LOWER|_DIGIT|_SPACE|_PUNCT|_CONTROL|_BLANK|_…
618 if(name == "lower") return icase ? (_LOWER|_UPPER) : _LOWER; in lookup_classname()
624 if(name == "upper") return icase ? (_UPPER|_LOWER) : _UPPER; in lookup_classname()
673 if(name == L"lower") return icase ? _LOWER|_UPPER : _LOWER; in lookup_classname()
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/xpressive/traits/detail/
H A Dc_ctype.hpp228 …BOOST_MPL_ASSERT_RELATION(0x81FF, ==, (_ALPHA|_UPPER|_LOWER|_DIGIT|_SPACE|_PUNCT|_CONTROL|_BLANK|_…
244 if(name == "lower") return icase ? (_LOWER|_UPPER) : _LOWER; in lookup_classname()
250 if(name == "upper") return icase ? (_UPPER|_LOWER) : _UPPER; in lookup_classname()
283 …BOOST_MPL_ASSERT_RELATION(0x81FF, ==, (_ALPHA|_UPPER|_LOWER|_DIGIT|_SPACE|_PUNCT|_CONTROL|_BLANK|_…
299 if(name == L"lower") return icase ? (_LOWER|_UPPER) : _LOWER; in lookup_classname()
305 if(name == L"upper") return icase ? (_UPPER|_LOWER) : _UPPER; in lookup_classname()
602 …BOOST_MPL_ASSERT_RELATION(0x81FF, ==, (_ALPHA|_UPPER|_LOWER|_DIGIT|_SPACE|_PUNCT|_CONTROL|_BLANK|_…
618 if(name == "lower") return icase ? (_LOWER|_UPPER) : _LOWER; in lookup_classname()
624 if(name == "upper") return icase ? (_UPPER|_LOWER) : _UPPER; in lookup_classname()
673 if(name == L"lower") return icase ? _LOWER|_UPPER : _LOWER; in lookup_classname()
[all …]
/dports/editors/madedit/madedit-0.2.9/xpressive/boost/xpressive/traits/detail/
H A Dc_ctype.hpp228 …BOOST_MPL_ASSERT_RELATION(0x81FF, ==, (_ALPHA|_UPPER|_LOWER|_DIGIT|_SPACE|_PUNCT|_CONTROL|_BLANK|_…
244 if(name == "lower") return icase ? (_LOWER|_UPPER) : _LOWER; in lookup_classname()
250 if(name == "upper") return icase ? (_UPPER|_LOWER) : _UPPER; in lookup_classname()
283 …BOOST_MPL_ASSERT_RELATION(0x81FF, ==, (_ALPHA|_UPPER|_LOWER|_DIGIT|_SPACE|_PUNCT|_CONTROL|_BLANK|_…
299 if(name == L"lower") return icase ? (_LOWER|_UPPER) : _LOWER; in lookup_classname()
305 if(name == L"upper") return icase ? (_UPPER|_LOWER) : _UPPER; in lookup_classname()
594 …BOOST_MPL_ASSERT_RELATION(0x81FF, ==, (_ALPHA|_UPPER|_LOWER|_DIGIT|_SPACE|_PUNCT|_CONTROL|_BLANK|_…
610 if(name == "lower") return icase ? (_LOWER|_UPPER) : _LOWER; in lookup_classname()
616 if(name == "upper") return icase ? (_UPPER|_LOWER) : _UPPER; in lookup_classname()
665 if(name == L"lower") return icase ? _LOWER|_UPPER : _LOWER; in lookup_classname()
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/xpressive/traits/detail/
H A Dc_ctype.hpp228 …BOOST_MPL_ASSERT_RELATION(0x81FF, ==, (_ALPHA|_UPPER|_LOWER|_DIGIT|_SPACE|_PUNCT|_CONTROL|_BLANK|_…
244 if(name == "lower") return icase ? (_LOWER|_UPPER) : _LOWER; in lookup_classname()
250 if(name == "upper") return icase ? (_UPPER|_LOWER) : _UPPER; in lookup_classname()
283 …BOOST_MPL_ASSERT_RELATION(0x81FF, ==, (_ALPHA|_UPPER|_LOWER|_DIGIT|_SPACE|_PUNCT|_CONTROL|_BLANK|_…
299 if(name == L"lower") return icase ? (_LOWER|_UPPER) : _LOWER; in lookup_classname()
305 if(name == L"upper") return icase ? (_UPPER|_LOWER) : _UPPER; in lookup_classname()
602 …BOOST_MPL_ASSERT_RELATION(0x81FF, ==, (_ALPHA|_UPPER|_LOWER|_DIGIT|_SPACE|_PUNCT|_CONTROL|_BLANK|_…
618 if(name == "lower") return icase ? (_LOWER|_UPPER) : _LOWER; in lookup_classname()
624 if(name == "upper") return icase ? (_UPPER|_LOWER) : _UPPER; in lookup_classname()
673 if(name == L"lower") return icase ? _LOWER|_UPPER : _LOWER; in lookup_classname()
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/xpressive/traits/detail/
H A Dc_ctype.hpp228 …BOOST_MPL_ASSERT_RELATION(0x81FF, ==, (_ALPHA|_UPPER|_LOWER|_DIGIT|_SPACE|_PUNCT|_CONTROL|_BLANK|_…
244 if(name == "lower") return icase ? (_LOWER|_UPPER) : _LOWER; in lookup_classname()
250 if(name == "upper") return icase ? (_UPPER|_LOWER) : _UPPER; in lookup_classname()
283 …BOOST_MPL_ASSERT_RELATION(0x81FF, ==, (_ALPHA|_UPPER|_LOWER|_DIGIT|_SPACE|_PUNCT|_CONTROL|_BLANK|_…
299 if(name == L"lower") return icase ? (_LOWER|_UPPER) : _LOWER; in lookup_classname()
305 if(name == L"upper") return icase ? (_UPPER|_LOWER) : _UPPER; in lookup_classname()
602 …BOOST_MPL_ASSERT_RELATION(0x81FF, ==, (_ALPHA|_UPPER|_LOWER|_DIGIT|_SPACE|_PUNCT|_CONTROL|_BLANK|_…
618 if(name == "lower") return icase ? (_LOWER|_UPPER) : _LOWER; in lookup_classname()
624 if(name == "upper") return icase ? (_UPPER|_LOWER) : _UPPER; in lookup_classname()
673 if(name == L"lower") return icase ? _LOWER|_UPPER : _LOWER; in lookup_classname()
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/mingw/misc/
H A Dwctrans.c38 {"tolower", _LOWER},
58 case _LOWER: in towctrans()
/dports/lang/zig/zig-0.9.0/lib/libc/mingw/misc/
H A Dwctrans.c38 {"tolower", _LOWER},
58 case _LOWER: in towctrans()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwctype.h100 #define _LOWER 0x2 macro
110 #define _ALPHA (0x0100|_UPPER|_LOWER)
146 #define iswlower(_c) (iswctype(_c,_LOWER))
161 __CRT_INLINE int __cdecl iswlower(wint_t _C) {return (iswctype(_C,_LOWER)); } in iswlower()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwctype.h100 #define _LOWER 0x2 macro
110 #define _ALPHA (0x0100|_UPPER|_LOWER)
146 #define iswlower(_c) (iswctype(_c,_LOWER))
161 __CRT_INLINE int __cdecl iswlower(wint_t _C) {return (iswctype(_C,_LOWER)); } in iswlower()
/dports/java/jakarta-oro/jakarta-oro-2.0.8/src/java/org/apache/oro/text/regex/
H A DOpCode.java122 _LOWER = 42, field in OpCode
149 _LOWER, _PRINT, _PUNCT, _UPPER, _XDIGIT, _OPCODE, _NOPCODE,
159 _ANYOFUN, _NANYOFUN, _ALPHA, _BLANK, _CNTRL, _GRAPH, _LOWER, _PRINT,

12345