Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/common/
H A Duhash.cpp218 UHashTok emptytok; in _uhash_allocate() local
235 emptytok.pointer = NULL; /* Only one of these two is needed */ in _uhash_allocate()
236 emptytok.integer = 0; /* but we don't know which one. */ in _uhash_allocate()
240 p->key = emptytok; in _uhash_allocate()
241 p->value = emptytok; in _uhash_allocate()
478 UHashTok emptytok; in _uhash_put() local
532 emptytok.pointer = NULL; emptytok.integer = 0; in _uhash_put()
533 return emptytok; in _uhash_put()
/third_party/node/deps/icu-small/source/common/
H A Duhash.cpp218 UHashTok emptytok; in _uhash_allocate() local
235 emptytok.pointer = nullptr; /* Only one of these two is needed */ in _uhash_allocate()
236 emptytok.integer = 0; /* but we don't know which one. */ in _uhash_allocate()
240 p->key = emptytok; in _uhash_allocate()
241 p->value = emptytok; in _uhash_allocate()
478 UHashTok emptytok; in _uhash_put() local
532 emptytok.pointer = nullptr; emptytok.integer = 0; in _uhash_put()
533 return emptytok; in _uhash_put()
/third_party/skia/third_party/externals/icu/source/common/
H A Duhash.cpp218 UHashTok emptytok; in _uhash_allocate() local
235 emptytok.pointer = NULL; /* Only one of these two is needed */ in _uhash_allocate()
236 emptytok.integer = 0; /* but we don't know which one. */ in _uhash_allocate()
240 p->key = emptytok; in _uhash_allocate()
241 p->value = emptytok; in _uhash_allocate()
478 UHashTok emptytok; in _uhash_put() local
532 emptytok.pointer = NULL; emptytok.integer = 0; in _uhash_put()
533 return emptytok; in _uhash_put()

Completed in 7 milliseconds