Home
last modified time | relevance | path

Searched refs:RootType (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DUResourceBundle.java324 private enum RootType { MISSING, ICU, JAVA } enum in UResourceBundle
326 private static Map<String, RootType> ROOT_CACHE = new ConcurrentHashMap<String, RootType>();
328 private static RootType getRootType(String baseName, ClassLoader root) { in getRootType()
329 RootType rootType = ROOT_CACHE.get(baseName); in getRootType()
335 rootType = RootType.ICU; in getRootType()
339 rootType = RootType.JAVA; in getRootType()
342 rootType = RootType.MISSING; in getRootType()
352 private static void setRootType(String baseName, RootType rootType) { in setRootType()
371 RootType rootType = getRootType(baseName, root); in instantiateBundle()
387 setRootType(baseName, RootType.ICU); in instantiateBundle()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/util/
DUResourceBundle.java311 private enum RootType { MISSING, ICU, JAVA } enum in UResourceBundle
313 private static Map<String, RootType> ROOT_CACHE = new ConcurrentHashMap<String, RootType>();
315 private static RootType getRootType(String baseName, ClassLoader root) { in getRootType()
316 RootType rootType = ROOT_CACHE.get(baseName); in getRootType()
322 rootType = RootType.ICU; in getRootType()
326 rootType = RootType.JAVA; in getRootType()
329 rootType = RootType.MISSING; in getRootType()
339 private static void setRootType(String baseName, RootType rootType) { in setRootType()
357 RootType rootType = getRootType(baseName, root); in instantiateBundle()
373 setRootType(baseName, RootType.ICU); in instantiateBundle()
[all …]
/external/eigen/unsupported/Eigen/src/Polynomials/
DPolynomialSolver.h36 typedef std::complex<RealScalar> RootType; typedef
37 typedef Matrix<RootType,_Deg,1> RootsType;
83 …inline const RootType& selectComplexRoot_withRespectToNorm( squaredNormBinaryPredicate& pred ) con… in selectComplexRoot_withRespectToNorm()
100 inline const RootType& greatestRoot() const in greatestRoot()
109 inline const RootType& smallestRoot() const in smallestRoot()
296 typedef typename BASE::RootType RootType; \
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLocal.cpp2332 template <typename RootType, typename DominatesFn>
2334 const RootType &Root, in replaceDominatedUsesWith()
/external/icu/icu4j/
Dcoverage-exclusion.txt1108 …u/util/UResourceBundle#setRootType:(Ljava/lang/String;Lcom/ibm/icu/util/UResourceBundle$RootType;)V
1109 com/ibm/icu/util/UResourceBundle$RootType#valueOf:(Ljava/lang/String;)Lcom/ibm/icu/util/UResourceBu…