Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DFieldsSet.java24 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 FieldsSet
42 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()