Home
last modified time | relevance | path

Searched refs:rootSingleton (Results 1 – 6 of 6) sorted by relevance

/third_party/icu/icu4c/source/i18n/
Dcollationroot.cpp35 static const CollationCacheEntry *rootSingleton = NULL; variable
43 SharedObject::clearPtr(rootSingleton); in uprv_collation_root_cleanup()
70 rootSingleton = entry; in load()
78 return rootSingleton; in getRootCacheEntry()
85 return rootSingleton->tailoring; in getRoot()
/third_party/node/deps/icu-small/source/i18n/
Dcollationroot.cpp35 static const CollationCacheEntry *rootSingleton = NULL; variable
43 SharedObject::clearPtr(rootSingleton); in uprv_collation_root_cleanup()
70 rootSingleton = entry; in load()
78 return rootSingleton; in getRootCacheEntry()
85 return rootSingleton->tailoring; in getRoot()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dcollationroot.cpp35 static const CollationCacheEntry *rootSingleton = NULL; variable
43 SharedObject::clearPtr(rootSingleton); in uprv_collation_root_cleanup()
70 rootSingleton = entry; in load()
78 return rootSingleton; in getRootCacheEntry()
85 return rootSingleton->tailoring; in getRoot()
/third_party/skia/third_party/externals/icu/source/i18n/
Dcollationroot.cpp35 static const CollationCacheEntry *rootSingleton = NULL; variable
43 SharedObject::clearPtr(rootSingleton); in uprv_collation_root_cleanup()
70 rootSingleton = entry; in load()
78 return rootSingleton; in getRootCacheEntry()
85 return rootSingleton->tailoring; in getRoot()
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationRoot.java27 private static final CollationTailoring rootSingleton; field in CollationRoot
34 return rootSingleton; in getRoot()
62 rootSingleton = t;
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DCollationRoot.java29 private static final CollationTailoring rootSingleton; field in CollationRoot
36 return rootSingleton; in getRoot()
64 rootSingleton = t;