Home
last modified time | relevance | path

Searched refs:colCount (Results 1 – 3 of 3) sorted by relevance

/external/guava/guava-gwt/src/com/google/common/collect/
DImmutableTable_CustomFieldSerializerBase.java35 int colCount = reader.readInt(); in instantiate() local
36 for (int j = 0; j < colCount; j++) { in instantiate()
/external/gptfdisk/
Dparttypes.cc384 int colCount = 1, lineCount = 1; in ShowAllTypes() local
398 if ((colCount % 3) == 0) { in ShowAllTypes()
409 colCount++; in ShowAllTypes()
/external/icu/icu4c/source/test/intltest/
Dmiscdtfm.cpp350 int32_t rowCount, colCount; in test4117335() local
351 const UnicodeString **zones = symbols->getZoneStrings(rowCount, colCount); in test4117335()