Searched refs:rootType (Results 1 - 5 of 5) 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/deqp/modules/gles31/functional/
H A Des31fTessellationTests.cpp5602 const glu::VarType& rootType,
5645 * basic-type subobjects in a rootType-typed object named rootName. Arrays
5651 const glu::VarType& rootType,
5656 if (rootType.isBasicType())
5657 return visit(rootName, rootType.getBasicType(), indentationDepth);
5658 else if (rootType.isArrayType())
5662 const string arrayLength = de::toString(rootType.getArraySize());
5663 return indentation + "for (int " + loopIndexName + " = 0; " + loopIndexName + " < " + de::toString(rootType.getArraySize()) + "; " + loopIndexName + "++)\n" +
5665 glslTraverseBasicTypes(rootName + "[" + loopIndexName + "]", rootType.getElementType(), arrayNestingDepth+1, indentationDepth+1, visit) +
5668 else if (rootType
[all...]
/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 172 milliseconds