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

  /external/webkit/Tools/Scripts/
check-inspector-strings 102 strings_extractor = StringsExtractor([r"WebInspector\.(?:UIString|formatLocalized)\(\"((?:[^\"\\]|\\.)*?)\"", r"\"((?:[^\"\\]|\\.)*?)\""]) variable in class:LocalizedStringsExtractor
103 file_reader = TextFileReader(strings_extractor)
107 ui_strings = frozenset(strings_extractor.strings[0])
108 strings = frozenset(strings_extractor.strings[1])

Completed in 77 milliseconds