OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fCreationStatus
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/common/
unifiedcache.h
35
CacheKeyBase() :
fCreationStatus
(U_ZERO_ERROR), fIsMaster(FALSE) {}
41
: UObject(other),
fCreationStatus
(other.
fCreationStatus
), fIsMaster(FALSE) { }
88
mutable UErrorCode
fCreationStatus
;
unifiedcache.cpp
312
keyToAdopt->
fCreationStatus
= creationStatus;
458
theKey->
fCreationStatus
= status;
506
status = theKey->
fCreationStatus
;
544
if (_inProgress(theValue, theKey->
fCreationStatus
)) {
Completed in 83 milliseconds