Home
last modified time | relevance | path

Searched refs:_strip_comments (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/python/icutools/databuilder/
Dcomment_stripper.py17 return "".join(self._strip_comments(bytes))
19 def _strip_comments(self, bytes): member in CommentStripper
/external/mesa3d/src/gallium/tools/trace/
Ddiff_state.py307 def _strip_comments(data): function
312 assert _strip_comments('''// a comment
326 data = _strip_comments(data)
/external/zstd/contrib/freestanding_lib/
Dfreestanding.py99 def _strip_comments(self, line): member in PartialPreprocessor
266 sline = self._strip_comments(line)