Home | History | Annotate | Download | only in i18n

Lines Matching refs:rhs_count

396     const int32_t rhs_count = uhash_count(that.customFormatArgStarts);
397 if (count != rhs_count) {
401 for (; idx < count && rhs_idx < rhs_count && U_SUCCESS(ec); ++idx, ++rhs_idx) {