Home
last modified time | relevance | path

Searched refs:idToCache (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/icu/source/common/
Dserv.cpp533 UnicodeString* idToCache = new UnicodeString(currentDescriptor); in getKey() local
534 if (idToCache == NULL || idToCache->isBogus()) { in getKey()
539 cacheDescriptorList._obj->addElement(idToCache, status); in getKey()
/third_party/node/deps/icu-small/source/common/
Dserv.cpp522 LocalPointer<UnicodeString> idToCache(new UnicodeString(currentDescriptor), status); in getKey() local
526 if (idToCache->isBogus()) { in getKey()
530 cacheDescriptorList->adoptElement(idToCache.orphan(), status); in getKey()
/third_party/icu/icu4c/source/common/
Dserv.cpp522 LocalPointer<UnicodeString> idToCache(new UnicodeString(currentDescriptor), status); in getKey() local
526 if (idToCache->isBogus()) { in getKey()
530 cacheDescriptorList->adoptElement(idToCache.orphan(), status); in getKey()