Home
last modified time | relevance | path

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

/external/cronet/third_party/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 =()
/external/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 =()