Home
last modified time | relevance | path

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

/third_party/node/deps/icu-small/source/i18n/
Dmsgfmt.cpp416 const int32_t rhs_count = uhash_count(that.customFormatArgStarts); in operator ==() local
417 if (count != rhs_count) { in operator ==()
421 for (; idx < count && rhs_idx < rhs_count && U_SUCCESS(ec); ++idx, ++rhs_idx) { in operator ==()
/third_party/icu/icu4c/source/i18n/
Dmsgfmt.cpp416 const int32_t rhs_count = uhash_count(that.customFormatArgStarts); in operator ==() local
417 if (count != rhs_count) { in operator ==()
421 for (; idx < count && rhs_idx < rhs_count && U_SUCCESS(ec); ++idx, ++rhs_idx) { in operator ==()
/third_party/skia/third_party/externals/icu/source/i18n/
Dmsgfmt.cpp416 const int32_t rhs_count = uhash_count(that.customFormatArgStarts); in operator ==() local
417 if (count != rhs_count) { in operator ==()
421 for (; idx < count && rhs_idx < rhs_count && U_SUCCESS(ec); ++idx, ++rhs_idx) { in operator ==()