Searched defs:str2 (Results 1 – 5 of 5) sorted by relevance
86 string str2; variable624 string str2(32 * 1024 * 1024, 't'); variable655 string str2 = "123"; variable686 string str2 = "\n\ris"; variable744 string str2(32 * 1024 * 1024, 't'); variable760 string str2 = "VERY"; variable
285 std::string str2 = "<note importance=\"high\" logged=\"true\"><todo>Play</todo></note>"; variable302 std::string str2 = "<note importance=\"high\" logged=\"true\"><todo>Play</todo></note>"; variable323 std::string str2 = "<note importance=\"high\" logged=\"true\"><todo>Play</todo></note>"; variable345 std::string str2 = "<title>Happy</title> <todo>Work</todo> <todo>Play</todo></note>"; variable362 std::string str2 = "<title>Happy</title> <todo>Work</todo> <todo>Play</todo></note>"; variable383 std::string str2 = "<title>Happy</title> <todo>Work</todo> <todo>Play</todo></note>"; variable
1072 std::string str2 = "<note importance=\"high\" logged=\"true\">"; variable1116 std::string str2 = "<note importance=\"high\" logged=\"true\">"; variable1156 std::string str2 = "<note importance=\"high\" logged=\"true\">"; variable1200 std::string str2 = "<note importance=\"high\" logged=\"true\">"; variable1240 std::string str2 = "<note importance=\"high\" logged=\"true\">"; variable1284 std::string str2 = "<note importance=\"high\" logged=\"true\">"; variable1327 std::string str2 = "<note importance=\"high\" logged=\"true\">"; variable1367 std::string str2 = "<note importance=\"high\" logged=\"true\">"; variable1411 std::string str2 = "<note importance=\"high\" logged=\"true\">"; variable1454 std::string str2 = "<note importance=\"high\" logged=\"true\">"; variable[all …]
54 let mut str2 = String::new(); in test_load_string_from_file_001() localVariable565 let str2 = "t".repeat(MAX_FILE_LENGTH); in test_count_str_in_file_003() localVariable578 let str2 = "VERY".to_string(); in test_count_str_in_file_004() localVariable
70 std::string Replace(std::string str, const std::string &str1, const std::string &str2) in Replace()