Home | History | Annotate | Download | only in i18n

Lines Matching full:cmpres

503                     UBool cmpres = TRUE;
504 for (int32_t i = 0; (i < fZoneStringsRowCount) && cmpres; i++) {
505 cmpres = arrayCompare(fZoneStrings[i], other.fZoneStrings[i], fZoneStringsColCount);
507 return cmpres;