Searched refs:naiLength (Results 1 – 1 of 1) sorted by relevance
586 int naiLength = bitStream.read(8); in onRecordLoaded() local591 if (!checkLengthLegal(mipUppLength, naiLength << 3)) { in onRecordLoaded()594 char naiCharArray[] = new char[naiLength]; in onRecordLoaded()595 for(int index1 = 0; index1 < naiLength; index1++) { in onRecordLoaded()605 if (!checkLengthLegal(mipUppLength, (naiLength << 3) + 102)) { in onRecordLoaded()608 bitStream.skip((naiLength << 3) + 101);//not used in onRecordLoaded()610 mipUppLength -= ((naiLength << 3) + 102); in onRecordLoaded()