Home
last modified time | relevance | path

Searched defs:regex_replace (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/boost/regex/v4/
Dregex_replace.hpp39 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/
Dregex_algorithms.hpp750 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/
Dmfc.hpp137 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/
Dtest_text_tokenizer.py280 def regex_replace(first, last, expect_str, pattern, replace): function
/third_party/boost/tools/build/src/engine/modules/
Dregex.cpp92 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/
Dbindings.cc83 … auto regex_replace = std::make_shared<text::RegexReplaceOperation>(pattern, replace, replace_all); in __anon5546ea160902() local
/third_party/boost/libs/regex/src/
Dcregex.cpp459 #define regex_replace regex_merge macro
/third_party/mindspore/tests/ut/cpp/dataset/
Dc_api_text_test.cc2425 …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