Searched refs:fieldsAmount (Results 1 – 6 of 6) sorted by relevance
69 int fieldsAmount = 0; field in _XDataPilotDescriptor210 fieldsAmount = IA.getCount(); in _getDataPilotFields()211 if (fieldsAmount < tEnvFieldsAmount) { in _getDataPilotFields()219 while (++i < fieldsAmount) { in _getDataPilotFields()
68 int fieldsAmount = 0; field in _XDataPilotDescriptor179 fieldsAmount = IA.getCount(); in _getDataPilotFields()180 if (fieldsAmount < tEnvFieldsAmount) { in _getDataPilotFields()189 while (++i < fieldsAmount) { in _getDataPilotFields()
295 int fieldsAmount = IA.getCount() + 1; in getSRange() local297 String[] fieldsNames = new String[fieldsAmount]; in getSRange()302 while ((++i) < fieldsAmount) { in getSRange()
313 int fieldsAmount = IA.getCount() + 1; in getSRange() local315 String[] fieldsNames = new String[fieldsAmount]; in getSRange()320 while ((++i) < fieldsAmount) { in getSRange()
301 int fieldsAmount = IA.getCount() + 1; in getSRange() local303 String[] fieldsNames = new String[fieldsAmount]; in getSRange()308 while ((++i) < fieldsAmount) { in getSRange()
307 int fieldsAmount = IA.getCount() + 1; in getSRange() local309 String[] fieldsNames = new String[fieldsAmount]; in getSRange()314 while ((++i) < fieldsAmount) { in getSRange()
Completed in 32 milliseconds