Searched refs:naiLength (Results 1 – 1 of 1) sorted by relevance
547 int naiLength = bitStream.read(8); in onRecordLoaded() local552 if (!checkLengthLegal(mipUppLength, naiLength << 3)) { in onRecordLoaded()555 char naiCharArray[] = new char[naiLength]; in onRecordLoaded()556 for(int index1 = 0; index1 < naiLength; index1++) { in onRecordLoaded()566 if (!checkLengthLegal(mipUppLength, (naiLength << 3) + 102)) { in onRecordLoaded()569 bitStream.skip((naiLength << 3) + 101);//not used in onRecordLoaded()571 mipUppLength -= ((naiLength << 3) + 102); in onRecordLoaded()