Lines Matching refs:REPLACE
81 string(REGEX REPLACE "/\\*" "${CMakeBeginBlockComment}" ${CppCode} "${${CppCode}}")
82 string(REGEX REPLACE "\\*/" "${CMakeEndBlockComment}" ${CppCode} "${${CppCode}}")
83 …string(REGEX REPLACE "${CMakeBeginBlockComment}[^${CMakeEndBlockComment}]*${CMakeEndBlockComment}"…
84 string(REGEX REPLACE "\n[ \t]*//+[^\n]+" "\n" ${CppCode} "${${CppCode}}")
122 string(REGEX REPLACE "\\\\\n|\n" "" TestName "${TestName}")
127 string(REGEX REPLACE "${TestType}\\([ \t]*" "" TestFixture "${TestTypeAndFixture}")
133 string(REGEX REPLACE "^\"(.*)\"$" "\\1" TestStrings "${TestStrings}")
134 string(REPLACE "\";\"" ";" TestStrings "${TestStrings}")
164 string(REPLACE "]" ";" Tags "${Tags}")
165 string(REPLACE "[" "" Tags "${Tags}")
190 string(REPLACE "," "\\," Name ${Name})