Searched refs:new_strings (Results 1 – 3 of 3) sorted by relevance
65 new_strings = filter_new_strings(args)66 if (len(new_strings) != 0):67 add_new_strings(args, new_strings)77 new_strings = sorted(set(filtered_strings) - set(current_strings) - set(allow_list_strings))78 return new_strings80 def add_new_strings(args, new_strings): argument81 …add_to_file.insert_after_string(args.outputFile, args.targetStringFile, new_strings, args.formatFi…
52 new_strings = auto_add_intents.filter_new_strings(args)53 if (len(new_strings) != 0):55 for new_string in new_strings:
84 new_strings = set()89 new_strings.add(child.attrib[id_key[0]].split('/')[1])90 return new_strings