Searched defs:comment_end (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/gtk+/gtk/
H A Dcompose-parse.py488 comment_end = line.find("*/") variable
490 if comment_end >= 0:
501 line = line[comment_end + 2:]

Completed in 89 milliseconds