Searched refs:shortNameToEnum (Results 1 – 1 of 1) sorted by relevance
65 static final Map<String, GrammaticalFeature> shortNameToEnum = field in GrammarInfo.GrammaticalFeature71 GrammaticalFeature result = shortNameToEnum.get(name); in fromName()