Home | History | Annotate | Download | only in i18n

Lines Matching refs:cmpres

496                     UBool cmpres = TRUE;
497 for (int32_t i = 0; (i < fZoneStringsRowCount) && cmpres; i++) {
498 cmpres = arrayCompare(fZoneStrings[i], other.fZoneStrings[i], fZoneStringsColCount);
500 return cmpres;