Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/lib/
H A Dts_kmp.c47 const int icase = conf->flags & TS_IGNORECASE; in kmp_find() local
57 != (icase ? toupper(text[i]) : text[i])) in kmp_find()
60 == (icase ? toupper(text[i]) : text[i])) in kmp_find()
78 const u8 icase = flags & TS_IGNORECASE; in compute_prefix_tbl() local
81 while (k > 0 && (icase ? toupper(pattern[k]) : pattern[k]) in compute_prefix_tbl()
82 != (icase ? toupper(pattern[q]) : pattern[q])) in compute_prefix_tbl()
84 if ((icase ? toupper(pattern[k]) : pattern[k]) in compute_prefix_tbl()
85 == (icase ? toupper(pattern[q]) : pattern[q])) in compute_prefix_tbl()
H A Dts_bm.c64 const u8 icase = conf->flags & TS_IGNORECASE; in bm_find() local
76 if ((icase ? toupper(text[shift-i]) in bm_find()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dregex_constants.h87 _GLIBCXX17_INLINE constexpr syntax_option_type icase = in _GLIBCXX_VISIBILITY() local
H A Dregex_executor.tcc407 _M_re.flags() & regex_constants::icase, in _M_handle_backref()
H A Dregex_compiler.tcc299 if (!(_M_flags & regex_constants::icase))\
H A Dregex.h406 static constexpr flag_type icase = regex_constants::icase; in _GLIBCXX_VISIBILITY() local
785 basic_regex<_Ch, _Tr>::icase; in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dregex_constants.h87 _GLIBCXX17_INLINE constexpr syntax_option_type icase = in _GLIBCXX_VISIBILITY() local
H A Dregex_executor.tcc407 _M_re.flags() & regex_constants::icase, in _M_handle_backref()
H A Dregex_compiler.tcc299 if (!(_M_flags & regex_constants::icase))\
H A Dregex.h406 static constexpr flag_type icase = regex_constants::icase; in _GLIBCXX_VISIBILITY() local
785 basic_regex<_Ch, _Tr>::icase; in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dregex27 icase = unspecified,
117 bool icase = false) const;
136 static constexpr regex_constants::syntax_option_type icase = regex_constants::icase;
793 icase = 1 << 0,
2522 static const regex_constants::syntax_option_type icase = regex_constants::icase;
2948 const regex_constants::syntax_option_type basic_regex<_CharT, _Traits>::icase;
4036 __traits_.lookup_classname(__first, __temp, __flags_ & icase);
4660 if (flags() & icase)
4749 if (flags() & icase)
4781 __negate, __flags_ & icase,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dregex27 icase = unspecified,
117 bool icase = false) const;
136 static constexpr regex_constants::syntax_option_type icase = regex_constants::icase;
793 icase = 1 << 0,
2522 static const regex_constants::syntax_option_type icase = regex_constants::icase;
2948 const regex_constants::syntax_option_type basic_regex<_CharT, _Traits>::icase;
4036 __traits_.lookup_classname(__first, __temp, __flags_ & icase);
4660 if (flags() & icase)
4749 if (flags() & icase)
4781 __negate, __flags_ & icase,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/tr1/
H A Dregex99 static const syntax_option_type icase = 1 << _S_icase;
739 static const regex_constants::syntax_option_type icase
740 = regex_constants::icase;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/tr1/
H A Dregex99 static const syntax_option_type icase = 1 << _S_icase;
739 static const regex_constants::syntax_option_type icase
740 = regex_constants::icase;