Home | History | Annotate | Download | only in i18n

Lines Matching defs:cmpres

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