Searched refs:ALLOW_SINGLE_QUOTES (Results 1 – 13 of 13) sorted by relevance
56 ALLOW_SINGLE_QUOTES(false, JsonParser.Feature.ALLOW_SINGLE_QUOTES), enumConstant
51 private final static int FEAT_MASK_ALLOW_SINGLE_QUOTES = Feature.ALLOW_SINGLE_QUOTES.getMask();
33 private final static int FEAT_MASK_ALLOW_SINGLE_QUOTES = Feature.ALLOW_SINGLE_QUOTES.getMask();
31 private final static int FEAT_MASK_ALLOW_SINGLE_QUOTES = Feature.ALLOW_SINGLE_QUOTES.getMask();
29 mapper.enable(JsonParser.Feature.ALLOW_SINGLE_QUOTES); in fuzzerTestOneInput()
30 assertFalse(JSON_F.isEnabled(JsonParser.Feature.ALLOW_SINGLE_QUOTES)); in testDeprecatedDefaultSettings()
15 .enable(JsonReadFeature.ALLOW_SINGLE_QUOTES)
175 .enable(JsonReadFeature.ALLOW_SINGLE_QUOTES) in testAposQuotingEnabled()273 .enable(JsonReadFeature.ALLOW_SINGLE_QUOTES) in testSingleQuotesEscaped()
138 ALLOW_SINGLE_QUOTES(false), enumConstant
1076 if (ch == '\'' && isEnabled(Feature.ALLOW_SINGLE_QUOTES)) { in _handleUnrecognizedCharacterEscape()
250 mapper.configure(JsonParser.Feature.ALLOW_SINGLE_QUOTES, true);