HomeSort by relevance Sort by last modified time
    Searched full:stringreplace (Results 1 - 17 of 17) sorted by null

  /external/chromium/base/debug/
debugger_win.cc 45 bool StringReplace(const wchar_t* input, int value, wchar_t* output,
80 if (StringReplace(reg_value, process_id, command_line,
  /external/protobuf/src/google/protobuf/compiler/java/
java_generator.cc 85 StringReplace(file_generator.java_package(), ".", "/", true);
java_message.cc 96 return "static_" + StringReplace(descriptor->full_name(), ".", "_", true);
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.cc 53 return StringReplace(name, ".", "_", true);
57 return StringReplace(name, ".", "::", true);
cpp_extension.cc 146 string global_name = StringReplace(name, "::", "_", true);
  /external/libvpx/examples/includes/geshi/geshi/
delphi.php 154 'StrToTimeDef', 'StrUpper', 'StringReplace', 'StringToGUID', 'Supports',
inno.php 98 'Slice', 'Sqr', 'Sqrt', 'StringOfChar', 'StringReplace', 'StringToWideChar', 'StrToCurr', 'StrToDate', 'StrToDateTime',
autoit.php 178 'StringReplace','StringRight','StringSplit','StringStripCR',
    [all...]
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_generator.cc 172 StringReplace(file_generator.java_package(), ".", "/", true);
javamicro_message.cc 88 return "static_" + StringReplace(descriptor->full_name(), ".", "_", true);
  /external/v8/src/
string.js 189 function StringReplace(search, replace) {
885 "replace", StringReplace,
  /external/protobuf/src/google/protobuf/stubs/
strutil.cc 98 // StringReplace()
104 void StringReplace(const string& s, const string& oldsub,
127 // StringReplace()
135 string StringReplace(const string& s, const string& oldsub,
138 StringReplace(s, oldsub, newsub, replace_all, &ret);
    [all...]
strutil.h 152 // StringReplace()
159 LIBPROTOBUF_EXPORT string StringReplace(const string& s, const string& oldsub,
  /external/protobuf/src/google/protobuf/compiler/
importer.cc 234 path = StringReplace(path, "\\", "/", true);
command_line_interface_unittest.cc 293 args[i] = StringReplace(args[i], "$tmpdir", temp_directory_, true);
334 EXPECT_EQ(StringReplace(expected_text, "$tmpdir", temp_directory_, true),
    [all...]
  /external/protobuf/src/google/protobuf/
text_format_unittest.cc 444 text = StringReplace(text, "e+0", "e+", true);
445 text = StringReplace(text, "e-0", "e-", true);
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
cpp_unittest.py     [all...]

Completed in 428 milliseconds