Home | History | Annotate | Download | only in i18n

Lines Matching refs:rhs_count

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