Searched refs:remove_chars (Results 1 – 3 of 3) sorted by relevance
/external/angle/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~")
|
/external/libchrome/base/strings/ |
D | string_util.h | 177 StringPiece16 remove_chars, 180 StringPiece remove_chars,
|
D | string_util.cc | 270 StringPiece16 remove_chars, in RemoveChars() argument 272 return ReplaceCharsT(input, remove_chars, StringPiece16(), output); in RemoveChars() 276 StringPiece remove_chars, in RemoveChars() argument 278 return ReplaceCharsT(input, remove_chars, StringPiece(), output); in RemoveChars()
|