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

/external/icu/icu4c/source/i18n/
H A Didentifier_info.cpp171 const UHashElement *nextHashEl = uhash_nextElement(fScriptSetSet, &it); local
172 if (nextHashEl == NULL) {
175 ScriptSet *next = static_cast<ScriptSet *>(nextHashEl->key.pointer);
178 uhash_removeElement(fScriptSetSet, nextHashEl);
189 uhash_removeElement(fScriptSetSet, nextHashEl);

Completed in 106 milliseconds