Searched refs:lenString (Results 1 – 1 of 1) sorted by relevance
256 … std::string lenString = data.substr(parsedDataIndex * HEX_BYTE_LEN, sizeof(int) * HEX_BYTE_LEN); in ParseRecordLayoutLength() local260 … (NfcSdkCommon::GetByteFromHexStr(lenString, i) << ((sizeof(int) - i - 1) * ONE_BYTE_SHIFT)); in ParseRecordLayoutLength()