Home
last modified time | relevance | path

Searched refs:firstDeleted (Results 1 - 3 of 3) sorted by relevance

/third_party/icu/icu4c/source/common/
H A Duhash.cpp339 int32_t firstDeleted = -1; /* assume invalid index */ in _uhash_find() local
361 } else if (firstDeleted < 0) { /* remember first deleted */ in _uhash_find()
362 firstDeleted = theIndex; in _uhash_find()
374 if (firstDeleted >= 0) { in _uhash_find()
375 theIndex = firstDeleted; /* reset if had deleted slot */ in _uhash_find()
/third_party/node/deps/icu-small/source/common/
H A Duhash.cpp339 int32_t firstDeleted = -1; /* assume invalid index */ in _uhash_find() local
361 } else if (firstDeleted < 0) { /* remember first deleted */ in _uhash_find()
362 firstDeleted = theIndex; in _uhash_find()
374 if (firstDeleted >= 0) { in _uhash_find()
375 theIndex = firstDeleted; /* reset if had deleted slot */ in _uhash_find()
/third_party/skia/third_party/externals/icu/source/common/
H A Duhash.cpp339 int32_t firstDeleted = -1; /* assume invalid index */ in _uhash_find() local
361 } else if (firstDeleted < 0) { /* remember first deleted */ in _uhash_find()
362 firstDeleted = theIndex; in _uhash_find()
374 if (firstDeleted >= 0) { in _uhash_find()
375 theIndex = firstDeleted; /* reset if had deleted slot */ in _uhash_find()

Completed in 6 milliseconds