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

/external/bison/src/
H A Dgram.c272 unsigned int rhs_count = 0; local
275 ++rhs_count;
282 rhs_itemno + rhs_count - 1,
/external/icu/icu4c/source/i18n/
H A Dmsgfmt.cpp413 const int32_t rhs_count = uhash_count(that.customFormatArgStarts); local
414 if (count != rhs_count) {
418 for (; idx < count && rhs_idx < rhs_count && U_SUCCESS(ec); ++idx, ++rhs_idx) {

Completed in 122 milliseconds