Searched refs:naiLength (Results 1 – 1 of 1) sorted by relevance
529 int naiLength = bitStream.read(8); in onRecordLoaded() local534 if (!checkLengthLegal(mipUppLength, naiLength << 3)) { in onRecordLoaded()537 char naiCharArray[] = new char[naiLength]; in onRecordLoaded()538 for(int index1 = 0; index1 < naiLength; index1++) { in onRecordLoaded()548 if (!checkLengthLegal(mipUppLength, (naiLength << 3) + 102)) { in onRecordLoaded()551 bitStream.skip((naiLength << 3) + 101);//not used in onRecordLoaded()553 mipUppLength -= ((naiLength << 3) + 102); in onRecordLoaded()