Searched refs:keyToAdopt (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/icu/source/common/ |
D | unifiedcache.cpp | 307 CacheKeyBase *keyToAdopt = key.clone(); in _putNew() local 308 if (keyToAdopt == NULL) { in _putNew() 312 keyToAdopt->fCreationStatus = creationStatus; in _putNew() 314 _registerPrimary(keyToAdopt, value); in _putNew() 316 void *oldValue = uhash_put(fHashtable, keyToAdopt, (void *) value, &status); in _putNew()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | unifiedcache.cpp | 304 CacheKeyBase *keyToAdopt = key.clone(); in _putNew() local 305 if (keyToAdopt == NULL) { in _putNew() 309 keyToAdopt->fCreationStatus = creationStatus; in _putNew() 311 _registerMaster(keyToAdopt, value); in _putNew() 313 void *oldValue = uhash_put(fHashtable, keyToAdopt, (void *) value, &status); in _putNew()
|
/third_party/icu/icu4c/source/common/ |
D | unifiedcache.cpp | 307 CacheKeyBase *keyToAdopt = key.clone(); in _putNew() local 308 if (keyToAdopt == NULL) { in _putNew() 312 keyToAdopt->fCreationStatus = creationStatus; in _putNew() 314 _registerPrimary(keyToAdopt, value); in _putNew() 316 void *oldValue = uhash_put(fHashtable, keyToAdopt, (void *) value, &status); in _putNew()
|
/third_party/node/deps/icu-small/source/common/ |
D | unifiedcache.cpp | 307 CacheKeyBase *keyToAdopt = key.clone(); in _putNew() local 308 if (keyToAdopt == NULL) { in _putNew() 312 keyToAdopt->fCreationStatus = creationStatus; in _putNew() 314 _registerPrimary(keyToAdopt, value); in _putNew() 316 void *oldValue = uhash_put(fHashtable, keyToAdopt, (void *) value, &status); in _putNew()
|