Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DUResourceBundle.java464 Integer rootType; in getRootType() local
501 private static void setRootType(String baseName, int rootType) { in setRootType()
534 int rootType = getRootType(baseName, root); in instantiateBundle() local
/external/icu/android_icu4j/src/main/java/android/icu/util/
DUResourceBundle.java450 Integer rootType; in getRootType() local
487 private static void setRootType(String baseName, int rootType) { in setRootType()
519 int rootType = getRootType(baseName, root); in instantiateBundle() local
/external/icu/icu4c/source/common/
Duresdata.cpp158 UResType rootType; in res_init() local
/external/deqp/modules/gles31/functional/
Des31fTessellationTests.cpp5661 const glu::VarType& rootType, in glslTraverseBasicTypes()