Searched refs:CLOSING_TYPE (Results 1 – 2 of 2) sorted by relevance
70 if (left == OPENING_TYPE || right == CLOSING_TYPE) in compute_spacing()109 else if ((t == RELATION_TYPE || t == CLOSING_TYPE in compute_metrics()
132 const int CLOSING_TYPE = 5; variable