Searched refs:fFieldsCount (Results 1 – 1 of 1) sorted by relevance
24 fFieldsCount = fieldsCount; in FieldsSet()28 fValues = new int[fFieldsCount]; in FieldsSet()29 fIsSet = new boolean[fFieldsCount]; in FieldsSet()35 protected int fFieldsCount = 0; field in FieldsSet42 for (int i = 0; i < fFieldsCount; i++) { in clear()70 return ((other.fEnum == fEnum) && (other.fFieldsCount == fFieldsCount)); in isSameType()74 return fFieldsCount; in fieldCount()232 String str = getClass().getName()+" ["+fFieldsCount+"," in toString()234 for(int i=0;i<fFieldsCount;i++) { in toString()