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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
H A DFieldsSet.java27 fFieldsCount = fieldsCount;
31 fValues = new int[fFieldsCount];
32 fIsSet = new boolean[fFieldsCount];
38 protected int fFieldsCount = 0; field in class:FieldsSet
45 for (int i = 0; i < fFieldsCount; i++) {
73 return ((other.fEnum == fEnum) && (other.fFieldsCount == fFieldsCount));
77 return fFieldsCount;
235 String str = getClass().getName()+" ["+fFieldsCount+","
237 for(int i=0;i<fFieldsCount;
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DFieldsSet.java26 fFieldsCount = fieldsCount;
30 fValues = new int[fFieldsCount];
31 fIsSet = new boolean[fFieldsCount];
37 protected int fFieldsCount = 0; field in class:FieldsSet
44 for (int i = 0; i < fFieldsCount; i++) {
72 return ((other.fEnum == fEnum) && (other.fFieldsCount == fFieldsCount));
76 return fFieldsCount;
234 String str = getClass().getName()+" ["+fFieldsCount+","
236 for(int i=0;i<fFieldsCount;
[all...]

Completed in 50 milliseconds