Home | History | Annotate | Download | only in accounts

Lines Matching refs:totalLength

2863             int totalLength = 0;
2865 totalLength += accounts.length;
2867 if (totalLength == 0) {
2870 Account[] accounts = new Account[totalLength];
2871 totalLength = 0;
2873 System.arraycopy(accountsOfType, 0, accounts, totalLength,
2875 totalLength += accountsOfType.length;