Lines Matching refs:endswith
983 if category.startswith('(') and category.endswith(')'):
1860 if lines[lineix].strip().endswith('*/'):
4972 if (filename.endswith(suffix) and len(filename) > len(suffix) and
5099 if (include.endswith('.' + extension) and
5855 if context.endswith(' operator++') or context.endswith(' operator--'):
6021 if filename_h.endswith('-inl'):
6026 files_belong_to_same_module = filename_cc.endswith(filename_h)
6093 if prefix.endswith('std::') or not prefix.endswith('::'):
6110 if prefix.endswith('std::') or not prefix.endswith('::'):
6150 if filename.endswith('.' + extension):
6643 if lines[linenum].endswith('\r'):