Home | History | Annotate | Download | only in i18n

Lines Matching refs:columnCount

456                                    int32_t rowCount, int32_t columnCount, UErrorCode &status)
466 if (strings == NULL || columnCount <= 0 || rowCount <= 0) {
478 for (int32_t col = 1; col < columnCount; col++) {