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

/external/icu/icu4c/source/i18n/
H A Didentifier_info.cpp273 const UHashElement *hashEl = uhash_nextElement(fScriptSetSet, &iter); local
274 if (hashEl == NULL) {
277 ScriptSet *alternatives = static_cast<ScriptSet *>(hashEl->key.pointer);
H A Drepattrn.cpp138 while (const UHashElement *hashEl = uhash_nextElement(other.fNamedCaptureMap, &hashPos)) {
142 const UnicodeString *name = (const UnicodeString *)hashEl->key.pointer;
144 int32_t val = hashEl->value.integer;

Completed in 160 milliseconds