Home | History | Annotate | Download | only in accounts

Lines Matching refs:totalLength

2371             int totalLength = 0;
2373 totalLength += accounts.length;
2375 if (totalLength == 0) {
2378 Account[] accounts = new Account[totalLength];
2379 totalLength = 0;
2381 System.arraycopy(accountsOfType, 0, accounts, totalLength,
2383 totalLength += accountsOfType.length;