Searched refs:bogonsEmptyFeature (Results 1 – 2 of 2) sorted by relevance
153 r.setFeature(Parser.bogonsEmptyFeature, false); in process()156 r.setFeature(Parser.bogonsEmptyFeature, true); in process()
200 public final static String bogonsEmptyFeature = field in Parser301 theFeatures.put(bogonsEmptyFeature, truthValue(DEFAULT_BOGONS_EMPTY)); in theFeatures.put() argument337 else if (name.equals(bogonsEmptyFeature)) bogonsEmpty = value; in setFeature()