Searched refs:icase (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | ts_kmp.c | 47 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 D | ts_bm.c | 64 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 D | regex_constants.h | 87 _GLIBCXX17_INLINE constexpr syntax_option_type icase = in _GLIBCXX_VISIBILITY() local
|
| H A D | regex_executor.tcc | 407 _M_re.flags() & regex_constants::icase, in _M_handle_backref()
|
| H A D | regex_compiler.tcc | 299 if (!(_M_flags & regex_constants::icase))\
|
| H A D | regex.h | 406 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 D | regex_constants.h | 87 _GLIBCXX17_INLINE constexpr syntax_option_type icase = in _GLIBCXX_VISIBILITY() local
|
| H A D | regex_executor.tcc | 407 _M_re.flags() & regex_constants::icase, in _M_handle_backref()
|
| H A D | regex_compiler.tcc | 299 if (!(_M_flags & regex_constants::icase))\
|
| H A D | regex.h | 406 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 D | regex | 27 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 D | regex | 27 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 D | regex | 99 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 D | regex | 99 static const syntax_option_type icase = 1 << _S_icase; 739 static const regex_constants::syntax_option_type icase 740 = regex_constants::icase;
|