Home
last modified time | relevance | path

Searched refs:CompoundPart (Results 1 – 4 of 4) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/units/
DMeasureUnitImpl.java275 public enum CompoundPart { enum in MeasureUnitImpl
285 CompoundPart(int index) { in CompoundPart() method in MeasureUnitImpl.CompoundPart
289 public static CompoundPart getCompoundPartFromTrieIndex(int trieIndex) { in getCompoundPartFromTrieIndex()
293 return CompoundPart.PER; in getCompoundPartFromTrieIndex()
295 return CompoundPart.TIMES; in getCompoundPartFromTrieIndex()
297 return CompoundPart.AND; in getCompoundPartFromTrieIndex()
420 trieBuilder.add("-per-", CompoundPart.PER.getTrieIndex());
421 trieBuilder.add("-", CompoundPart.TIMES.getTrieIndex());
422 trieBuilder.add("-and-", CompoundPart.AND.getTrieIndex());
565CompoundPart compoundPart = CompoundPart.getCompoundPartFromTrieIndex(token.getMatch()); in nextSingleUnit()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/
DMeasureUnitImpl.java268 public enum CompoundPart { enum in MeasureUnitImpl
278 CompoundPart(int index) { in CompoundPart() method in MeasureUnitImpl.CompoundPart
282 public static CompoundPart getCompoundPartFromTrieIndex(int trieIndex) { in getCompoundPartFromTrieIndex()
286 return CompoundPart.PER; in getCompoundPartFromTrieIndex()
288 return CompoundPart.TIMES; in getCompoundPartFromTrieIndex()
290 return CompoundPart.AND; in getCompoundPartFromTrieIndex()
404 trieBuilder.add("-per-", CompoundPart.PER.getTrieIndex());
405 trieBuilder.add("-", CompoundPart.TIMES.getTrieIndex());
406 trieBuilder.add("-and-", CompoundPart.AND.getTrieIndex());
549CompoundPart compoundPart = CompoundPart.getCompoundPartFromTrieIndex(token.getMatch()); in nextSingleUnit()
/external/icu/icu4c/source/i18n/
Dmeasunit_extra.cpp50 enum CompoundPart { enum
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...