Searched refs:PARSER_HYPHEN_ALLOWED (Results 1 – 4 of 4) sorted by relevance
439 String PARSER_HYPHEN_ALLOWED = "parser.allow_hyphen_in_identifiers"; field
401 hyphenAllowedInIdentifiers = getBoolean(PARSER_HYPHEN_ALLOWED, false); in initializeSelfProperties()
161 * RuntimeConstants.PARSER_HYPHEN_ALLOWED is set to true211 rs.getBoolean(RuntimeConstants.PARSER_HYPHEN_ALLOWED, false);
132 rs.getBoolean(RuntimeConstants.PARSER_HYPHEN_ALLOWED, false); in StandardParser()