Searched refs:AUTO_CLOSE_MAP (Results 1 – 1 of 1) sorted by relevance
31 private final static Map<Character, String> AUTO_CLOSE_MAP = buildAutoCloseMap('[', "[]", '{', field in Language64 return AUTO_CLOSE_MAP.get(token); in autoClose()