Searched defs:rootType (Results 1 - 4 of 4) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DUResourceBundle.java480 Integer rootType;
493 rootType = m.get(baseName);
495 if (rootType == null) {
510 rootType = Integer.valueOf(rt);
511 m.putIfAbsent(baseName, rootType);
514 return rootType.intValue();
517 private static void setRootType(String baseName, int rootType) { argument
518 Integer rt = Integer.valueOf(rootType);
550 int rootType = getRootType(baseName, root);
554 switch (rootType)
[all...]
/external/icu/icu4c/source/common/
H A Duresdata.c157 UResType rootType; local
172 rootType=(UResType)RES_GET_TYPE(pResData->rootRes);
173 if(!URES_IS_TABLE(rootType)) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 939 milliseconds