Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dmsgfmt.cpp423 const UHashElement* rhs_cur = uhash_nextElement(that.customFormatArgStarts, &rhs_pos); in operator ==() local
424 if (cur->key.integer != rhs_cur->key.integer) { in operator ==()
428 … const Format* rhs_format = (const Format*)uhash_iget(that.cachedFormatters, rhs_cur->key.integer); in operator ==()