Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/python/icutools/databuilder/
H A Dcomment_stripper.py17 return "".join(self._strip_comments(bytes))
19 def _strip_comments(self, bytes): member in CommentStripper
/third_party/skia/third_party/externals/icu/source/python/icutools/databuilder/
H A Dcomment_stripper.py17 return "".join(self._strip_comments(bytes))
19 def _strip_comments(self, bytes): member in CommentStripper
/third_party/mesa3d/src/gallium/tools/trace/
H A Ddiff_state.py304 def _strip_comments(data): function
309 assert _strip_comments('''// a comment
323 data = _strip_comments(data)

Completed in 2 milliseconds