Searched refs:InitialCompoundPart (Results 1 – 5 of 5) sorted by relevance
379 public enum InitialCompoundPart { enum in MeasureUnitImpl387 InitialCompoundPart(int powerIndex) { in InitialCompoundPart() method in MeasureUnitImpl.InitialCompoundPart391 public static InitialCompoundPart getInitialCompoundPartFromTrieIndex(int trieIndex) { in getInitialCompoundPartFromTrieIndex()472 trieBuilder.add("per-", InitialCompoundPart.INITIAL_COMPOUND_PART_PER.getTrieIndex());588 … assert token.getInitialCompoundPart() == InitialCompoundPart.INITIAL_COMPOUND_PART_PER; in nextSingleUnit()740 public InitialCompoundPart getInitialCompoundPart() { in getInitialCompoundPart()743 fMatch == InitialCompoundPart.INITIAL_COMPOUND_PART_PER.getTrieIndex()); in getInitialCompoundPart()744 return InitialCompoundPart.getInitialCompoundPartFromTrieIndex(fMatch); in getInitialCompoundPart()
366 public enum InitialCompoundPart { enum in MeasureUnitImpl374 InitialCompoundPart(int powerIndex) { in InitialCompoundPart() method in MeasureUnitImpl.InitialCompoundPart378 public static InitialCompoundPart getInitialCompoundPartFromTrieIndex(int trieIndex) { in getInitialCompoundPartFromTrieIndex()453 trieBuilder.add("per-", InitialCompoundPart.INITIAL_COMPOUND_PART_PER.getTrieIndex());569 … assert token.getInitialCompoundPart() == InitialCompoundPart.INITIAL_COMPOUND_PART_PER; in nextSingleUnit()721 public InitialCompoundPart getInitialCompoundPart() { in getInitialCompoundPart()724 fMatch == InitialCompoundPart.INITIAL_COMPOUND_PART_PER.getTrieIndex()); in getInitialCompoundPart()725 return InitialCompoundPart.getInitialCompoundPartFromTrieIndex(fMatch); in getInitialCompoundPart()
70 enum InitialCompoundPart { enum