OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_inProgress
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/common/
unifiedcache.cpp
337
if (element != NULL && !
_inProgress
(element)) {
370
while (element != NULL &&
_inProgress
(element)) {
455
U_ASSERT(
_inProgress
(element));
516
UBool UnifiedCache::
_inProgress
(const UHashElement *element) {
520
UBool result =
_inProgress
(value, status);
531
UBool UnifiedCache::
_inProgress
(
544
if (
_inProgress
(theValue, theKey->fCreationStatus)) {
unifiedcache.h
392
static UBool
_inProgress
(const UHashElement *element);
393
static UBool
_inProgress
(
Completed in 260 milliseconds