Searched refs:remove_chars (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/common/spirv/ |
D | gen_spirv_builder_and_parser.py | 165 def remove_chars(string, chars): function 217 'file_name_capitalized': remove_chars(SPIRV_BUILDER_FILE.upper(), '_'), 227 'file_name_capitalized': remove_chars(SPIRV_PARSER_FILE.upper(), '_'), 290 name = remove_chars(name, "'") 307 name = remove_chars(name, " ,.") 311 name = remove_chars(name, " .,+\n~")
|
/third_party/gn/src/base/strings/ |
D | string_util.h | 127 std::u16string_view remove_chars, 130 std::string_view remove_chars,
|
D | string_util.cc | 200 std::u16string_view remove_chars, in RemoveChars() argument 202 return ReplaceCharsT(input, remove_chars, std::u16string_view(), output); in RemoveChars() 206 std::string_view remove_chars, in RemoveChars() argument 208 return ReplaceCharsT(input, remove_chars, std::string_view(), output); in RemoveChars()
|