Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/editor/
DClassEditor.java122 int fieldsCount = targetClass.u2fieldsCount; in addField() local
126 if (fields.length <= fieldsCount) in addField()
128 targetClass.fields = new ProgramField[fieldsCount+1]; in addField()
131 fieldsCount); in addField()
151 int fieldsCount = targetClass.u2fieldsCount; in removeField() local
159 fieldsCount - fieldIndex - 1); in removeField()
172 int fieldsCount = targetClass.u2fieldsCount; in findFieldIndex() local
175 for (int index = 0; index < fieldsCount; index++) in findFieldIndex()
183 return fieldsCount; in findFieldIndex()
/external/icu4c/test/intltest/
Dfldset.h44 FieldsSet(int32_t fieldsCount);