Home
last modified time | relevance | path

Searched refs:hashEl (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/icu/source/i18n/
Drepattrn.cpp141 while (const UHashElement *hashEl = uhash_nextElement(other.fNamedCaptureMap, &hashPos)) { in operator =() local
145 const UnicodeString *name = (const UnicodeString *)hashEl->key.pointer; in operator =()
147 int32_t val = hashEl->value.integer; in operator =()
/third_party/node/deps/icu-small/source/i18n/
Drepattrn.cpp141 while (const UHashElement *hashEl = uhash_nextElement(other.fNamedCaptureMap, &hashPos)) { in operator =() local
145 const UnicodeString *name = (const UnicodeString *)hashEl->key.pointer; in operator =()
147 int32_t val = hashEl->value.integer; in operator =()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Drepattrn.cpp142 while (const UHashElement *hashEl = uhash_nextElement(other.fNamedCaptureMap, &hashPos)) { in operator =() local
146 const UnicodeString *name = (const UnicodeString *)hashEl->key.pointer; in operator =()
148 int32_t val = hashEl->value.integer; in operator =()
/third_party/icu/icu4c/source/i18n/
Drepattrn.cpp141 while (const UHashElement *hashEl = uhash_nextElement(other.fNamedCaptureMap, &hashPos)) { in operator =() local
145 const UnicodeString *name = (const UnicodeString *)hashEl->key.pointer; in operator =()
147 int32_t val = hashEl->value.integer; in operator =()