Home
last modified time | relevance | path

Searched defs:negate_1 (Results 1 – 11 of 11) sorted by relevance

/dports/textproc/R-cran-stringi/stringi/src/
H A Dstri_search_fixed_startsendswith.cpp64 bool negate_1 = stri__prepare_arg_logical_1_notNA(negate, "negate"); in stri_startswith_fixed() local
141 bool negate_1 = stri__prepare_arg_logical_1_notNA(negate, "negate"); in stri_endswith_fixed() local
H A Dstri_search_fixed_subset.cpp74 bool negate_1 = stri__prepare_arg_logical_1_notNA(negate, "negate"); in stri_subset_fixed() local
147 bool negate_1 = stri__prepare_arg_logical_1_notNA(negate, "negate"); in stri_subset_fixed_replacement() local
H A Dstri_search_coll_subset.cpp72 bool negate_1 = stri__prepare_arg_logical_1_notNA(negate, "negate"); in stri_subset_coll() local
160 bool negate_1 = stri__prepare_arg_logical_1_notNA(negate, "negate"); in stri_subset_coll_replacement() local
H A Dstri_search_class_startsendswith.cpp57 bool negate_1 = stri__prepare_arg_logical_1_notNA(negate, "negate"); in stri_startswith_charclass() local
133 bool negate_1 = stri__prepare_arg_logical_1_notNA(negate, "negate"); in stri_endswith_charclass() local
H A Dstri_search_regex_subset.cpp72 bool negate_1 = stri__prepare_arg_logical_1_notNA(negate, "negate"); in stri_subset_regex() local
152 bool negate_1 = stri__prepare_arg_logical_1_notNA(negate, "negate"); in stri_subset_regex_replacement() local
H A Dstri_search_class_subset.cpp64 bool negate_1 = stri__prepare_arg_logical_1_notNA(negate, "negate"); in stri_subset_charclass() local
150 bool negate_1 = stri__prepare_arg_logical_1_notNA(negate, "negate"); in stri_subset_charclass_replacement() local
H A Dstri_search_coll_startsendswith.cpp58 bool negate_1 = stri__prepare_arg_logical_1_notNA(negate, "negate"); in stri_startswith_coll() local
152 bool negate_1 = stri__prepare_arg_logical_1_notNA(negate, "negate"); in stri_endswith_coll() local
H A Dstri_search_fixed_detect.cpp79 bool negate_1 = stri__prepare_arg_logical_1_notNA(negate, "negate"); in stri_detect_fixed() local
H A Dstri_search_coll_detect.cpp73 bool negate_1 = stri__prepare_arg_logical_1_notNA(negate, "negate"); in stri_detect_coll() local
H A Dstri_search_regex_detect.cpp76 bool negate_1 = stri__prepare_arg_logical_1_notNA(negate, "negate"); in stri_detect_regex() local
H A Dstri_search_class_detect.cpp76 bool negate_1 = stri__prepare_arg_logical_1_notNA(negate, "negate"); in stri_detect_charclass() local