Searched refs:styleMap (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DMeasureFormat.java828 private static <T> boolean fillInStyleMap(Map<FormatWidth, T> styleMap) { argument
829 if (styleMap.size() == FormatWidth.values().length) {
832 T fallback = styleMap.get(FormatWidth.SHORT);
834 fallback = styleMap.get(FormatWidth.WIDE);
840 T item = styleMap.get(styleItem);
842 styleMap.put(styleItem, fallback);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 21 milliseconds