Searched refs:colCount (Results 1 – 3 of 3) sorted by relevance
35 int colCount = reader.readInt(); in instantiate() local36 for (int j = 0; j < colCount; j++) { in instantiate()
384 int colCount = 1, lineCount = 1; in ShowAllTypes() local398 if ((colCount % 3) == 0) { in ShowAllTypes()409 colCount++; in ShowAllTypes()
350 int32_t rowCount, colCount; in test4117335() local351 const UnicodeString **zones = symbols->getZoneStrings(rowCount, colCount); in test4117335()