| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/algorithm/string/ |
| H A D | classification.hpp | 44 is_classified(std::ctype_base::mask Type, const std::locale& Loc=std::locale()) in is_classified() argument 46 return detail::is_classifiedF(Type, Loc); in is_classified() 57 is_space(const std::locale& Loc=std::locale()) in is_space() argument 59 return detail::is_classifiedF(std::ctype_base::space, Loc); in is_space() 70 is_alnum(const std::locale& Loc=std::locale()) in is_alnum() argument 72 return detail::is_classifiedF(std::ctype_base::alnum, Loc); in is_alnum() 83 is_alpha(const std::locale& Loc=std::locale()) in is_alpha() argument 85 return detail::is_classifiedF(std::ctype_base::alpha, Loc); in is_alpha() 96 is_cntrl(const std::locale& Loc=std::locale()) in is_cntrl() argument 98 return detail::is_classifiedF(std::ctype_base::cntrl, Loc); in is_cntrl() [all …]
|
| H A D | case_conv.hpp | 58 const std::locale& Loc=std::locale()) in to_lower_copy() argument 64 typename range_value<RangeT>::type >(Loc)); in to_lower_copy() 74 const std::locale& Loc=std::locale()) in to_lower_copy() argument 79 typename range_value<SequenceT>::type >(Loc)); in to_lower_copy() 93 const std::locale& Loc=std::locale()) in to_lower() argument 98 typename range_value<WritableRangeT>::type >(Loc)); in to_lower() 123 const std::locale& Loc=std::locale()) in to_upper_copy() argument 129 typename range_value<RangeT>::type >(Loc)); in to_upper_copy() 139 const std::locale& Loc=std::locale()) in to_upper_copy() argument 144 typename range_value<SequenceT>::type >(Loc)); in to_upper_copy() [all …]
|
| H A D | erase.hpp | 194 const std::locale& Loc=std::locale() ) in ierase_first_copy() argument 199 ::boost::algorithm::first_finder(Search, is_iequal(Loc)), in ierase_first_copy() 211 const std::locale& Loc=std::locale() ) in ierase_first_copy() argument 215 ::boost::algorithm::first_finder(Search, is_iequal(Loc)), in ierase_first_copy() 232 const std::locale& Loc=std::locale() ) in ierase_first() argument 236 ::boost::algorithm::first_finder(Search, is_iequal(Loc)), in ierase_first() 332 const std::locale& Loc=std::locale() ) in ierase_last_copy() argument 337 ::boost::algorithm::last_finder(Search, is_iequal(Loc)), in ierase_last_copy() 349 const std::locale& Loc=std::locale() ) in ierase_last_copy() argument 353 ::boost::algorithm::last_finder(Search, is_iequal(Loc)), in ierase_last_copy() [all …]
|
| H A D | replace.hpp | 215 const std::locale& Loc=std::locale() ) in ireplace_first_copy() argument 220 ::boost::algorithm::first_finder(Search, is_iequal(Loc)), in ireplace_first_copy() 233 const std::locale& Loc=std::locale() ) in ireplace_first_copy() argument 237 ::boost::algorithm::first_finder(Search, is_iequal(Loc)), in ireplace_first_copy() 257 const std::locale& Loc=std::locale() ) in ireplace_first() argument 261 ::boost::algorithm::first_finder(Search, is_iequal(Loc)), in ireplace_first() 368 const std::locale& Loc=std::locale() ) in ireplace_last_copy() argument 373 ::boost::algorithm::last_finder(Search, is_iequal(Loc)), in ireplace_last_copy() 386 const std::locale& Loc=std::locale() ) in ireplace_last_copy() argument 390 ::boost::algorithm::last_finder(Search, is_iequal(Loc)), in ireplace_last_copy() [all …]
|
| H A D | trim.hpp | 106 … inline SequenceT trim_left_copy(const SequenceT& Input, const std::locale& Loc=std::locale()) in trim_left_copy() argument 111 is_space(Loc)); in trim_left_copy() 143 inline void trim_left(SequenceT& Input, const std::locale& Loc=std::locale()) in trim_left() argument 147 is_space(Loc)); in trim_left() 215 … inline SequenceT trim_right_copy(const SequenceT& Input, const std::locale& Loc=std::locale()) in trim_right_copy() argument 220 is_space(Loc)); in trim_right_copy() 255 inline void trim_right(SequenceT& Input, const std::locale& Loc=std::locale()) in trim_right() argument 259 is_space(Loc) ); in trim_right() 340 inline SequenceT trim_copy( const SequenceT& Input, const std::locale& Loc=std::locale() ) in trim_copy() argument 345 is_space(Loc) ); in trim_copy() [all …]
|
| H A D | compare.hpp | 58 is_iequal( const std::locale& Loc=std::locale() ) : in is_iequal() 59 m_Loc( Loc ) {} in is_iequal() 111 is_iless( const std::locale& Loc=std::locale() ) : in is_iless() 112 m_Loc( Loc ) {} in is_iless() 164 is_not_igreater( const std::locale& Loc=std::locale() ) : in is_not_igreater() 165 m_Loc( Loc ) {} in is_not_igreater()
|
| H A D | predicate.hpp | 115 const std::locale& Loc=std::locale()) in istarts_with() argument 117 return ::boost::algorithm::starts_with(Input, Test, is_iequal(Loc)); in istarts_with() 192 const std::locale& Loc=std::locale()) in iends_with() argument 194 return ::boost::algorithm::ends_with(Input, Test, is_iequal(Loc)); in iends_with() 260 const std::locale& Loc=std::locale()) in icontains() argument 262 return ::boost::algorithm::contains(Input, Test, is_iequal(Loc)); in icontains() 344 const std::locale& Loc=std::locale()) in iequals() argument 346 return ::boost::algorithm::equals(Input, Test, is_iequal(Loc)); in iequals() 418 const std::locale& Loc=std::locale()) in ilexicographical_compare() argument 420 return ::boost::algorithm::lexicographical_compare(Arg1, Arg2, is_iless(Loc)); in ilexicographical_compare()
|
| H A D | find.hpp | 109 const std::locale& Loc=std::locale()) in ifind_first() argument 111 … return ::boost::algorithm::find(Input, ::boost::algorithm::first_finder(Search,is_iequal(Loc))); in ifind_first() 162 const std::locale& Loc=std::locale()) in ifind_last() argument 164 … return ::boost::algorithm::find(Input, ::boost::algorithm::last_finder(Search, is_iequal(Loc))); in ifind_last() 221 const std::locale& Loc=std::locale()) in ifind_nth() argument 223 … return ::boost::algorithm::find(Input, ::boost::algorithm::nth_finder(Search,Nth,is_iequal(Loc))); in ifind_nth()
|
| H A D | split.hpp | 101 const std::locale& Loc=std::locale() ) in ifind_all() argument 106 ::boost::algorithm::first_finder(Search, is_iequal(Loc) ) ); in ifind_all()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/algorithm/string/detail/ |
| H A D | case_conv.hpp | 38 to_lowerF( const std::locale& Loc ) : m_Loc( &Loc ) {} in to_lowerF() 60 to_upperF( const std::locale& Loc ) : m_Loc( &Loc ) {} in to_upperF()
|
| H A D | classification.hpp | 39 … is_classifiedF(std::ctype_base::mask Type, std::locale const & Loc = std::locale()) : in is_classifiedF() 40 m_Type(Type), m_Locale(Loc) {} in is_classifiedF()
|
| /OK3568_Linux_fs/u-boot/scripts/dtc/ |
| H A D | dtc-parser.tab.c | |
| H A D | dtc-parser.tab.c_shipped | 817 # define YY_LOCATION_PRINT(File, Loc) \ 818 yy_location_print_ (File, &(Loc)) 821 # define YY_LOCATION_PRINT(File, Loc) ((void) 0)
|
| /OK3568_Linux_fs/kernel/Documentation/input/devices/ |
| H A D | amijoy.rst | 204 | Loc. | Dir. | Sym | pin | pin |
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/config/ |
| H A D | parser.c | 845 # define YY_LOCATION_PRINT(File, Loc) ((void) 0) argument
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | winprefsyacc.c | 978 # define YY_LOCATION_PRINT(File, Loc) ((void) 0) argument
|
| /OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/aquantia/ |
| H A D | atlantic.rst | 300 for traffic IPv4 or you can set 2 rules for traffic IPv6. Loc number traffic
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | zconf.tab.c | |
| H A D | zconf.tab.c_shipped | 844 # define YY_LOCATION_PRINT(File, Loc) ((void) 0)
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | zconf.tab.c_shipped | 843 # define YY_LOCATION_PRINT(File, Loc) ((void) 0)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | as.info | 3180 * Loc:: '.loc FILENO LINENO' 4562 File: as.info, Node: Ln, Next: Loc, Prev: List, Up: Pseudo Ops 4570 File: as.info, Node: Loc, Next: Loc_mark_labels, Prev: Ln, Up: Pseudo Ops 4625 File: as.info, Node: Loc_mark_labels, Next: Local, Prev: Loc, Up: Pseudo Ops 28028 * 'loc' directive: Loc. (line 6) 29364 Node: Loc168261
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | as.info | 3180 * Loc:: '.loc FILENO LINENO' 4562 File: as.info, Node: Ln, Next: Loc, Prev: List, Up: Pseudo Ops 4570 File: as.info, Node: Loc, Next: Loc_mark_labels, Prev: Ln, Up: Pseudo Ops 4625 File: as.info, Node: Loc_mark_labels, Next: Local, Prev: Loc, Up: Pseudo Ops 28028 * 'loc' directive: Loc. (line 6) 29364 Node: Loc168261
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/ |
| H A D | gtype.state | 27811 (!type struct 2041 nil gc_unused "Loc"nil
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/ |
| H A D | gtype.state | 27951 (!type struct 2064 nil gc_unused "Loc"nil
|