Home
last modified time | relevance | path

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

/external/icu/icu4c/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 =()