Searched refs:PATH_HAS_FEATURE (Results 1 – 1 of 1) sorted by relevance
45 …public static final Pattern PATH_HAS_FEATURE = Pattern.compile("\\[@(count|case|gender|definitenes… field in GrammarInfo.GrammaticalFeature62 Matcher result = PATH_HAS_FEATURE.matcher(path); in pathHasFeature()