Searched defs:regex_replace (Results 1 – 8 of 8) sorted by relevance
/third_party/boost/boost/regex/v4/ |
D | regex_replace.hpp | 39 OutputIterator regex_replace(OutputIterator out, in regex_replace() function 73 std::basic_string<charT> regex_replace(const std::basic_string<charT>& s, in regex_replace() function
|
/third_party/boost/boost/xpressive/ |
D | regex_algorithms.hpp | 750 inline OutIter regex_replace in regex_replace() function 778 inline OutIter regex_replace in regex_replace() function 805 inline BidiContainer regex_replace in regex_replace() function 837 inline BidiContainer regex_replace in regex_replace() function 869 inline std::basic_string<typename remove_const<Char>::type> regex_replace in regex_replace() function 900 inline BidiContainer regex_replace in regex_replace() function 932 inline BidiContainer regex_replace in regex_replace() function 964 inline std::basic_string<typename remove_const<Char>::type> regex_replace in regex_replace() function
|
/third_party/boost/boost/regex/ |
D | mfc.hpp | 137 OutputIterator regex_replace(OutputIterator out, in regex_replace() function 173 ATL::CSimpleStringT<B, b> regex_replace(const ATL::CSimpleStringT<B, b>& s, in regex_replace() function
|
/third_party/mindspore/tests/ut/python/dataset/ |
D | test_text_tokenizer.py | 280 def regex_replace(first, last, expect_str, pattern, replace): function
|
/third_party/boost/tools/build/src/engine/modules/ |
D | regex.cpp | 92 LIST * regex_replace( FRAME * frame, int flags ) in regex_replace() function
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/text/kernels/ir/ |
D | bindings.cc | 83 … auto regex_replace = std::make_shared<text::RegexReplaceOperation>(pattern, replace, replace_all); in __anon5546ea160902() local
|
/third_party/boost/libs/regex/src/ |
D | cregex.cpp | 459 #define regex_replace regex_merge macro
|
/third_party/mindspore/tests/ut/cpp/dataset/ |
D | c_api_text_test.cc | 2425 …std::shared_ptr<TensorTransform> regex_replace = std::make_shared<text::RegexReplace>("\\s+", "_",… in TEST_F() local 2472 …std::shared_ptr<TensorTransform> regex_replace = std::make_shared<text::RegexReplace>("\\s+", "_",… in TEST_F() local
|