Home | History | Annotate | Download | only in i18n

Lines Matching full:cmpres

490                     UBool cmpres = TRUE;
491 for (int32_t i = 0; (i < fZoneStringsRowCount) && cmpres; i++) {
492 cmpres = arrayCompare(fZoneStrings[i], other.fZoneStrings[i], fZoneStringsColCount);
494 return cmpres;