Searched refs:decodedString (Results 1 – 2 of 2) sorted by relevance
826 byte[] decodedString = Base64.decode(encodedString, Base64.DEFAULT); in testProtoEncodingDecoding()827 assertArrayEquals(TelephonyProto.TelephonyLog.toByteArray(log), decodedString); in testProtoEncodingDecoding() local
822 auto decodedString = stringDecodeAt(idx, u8str, *u8len); in stringAt() local823 if (!decodedString.has_value()) { in stringAt()824 return base::unexpected(decodedString.error()); in stringAt()831 reinterpret_cast<const uint8_t*>(decodedString->data()), in stringAt()832 decodedString->size()); in stringAt()849 utf8_to_utf16(reinterpret_cast<const uint8_t*>(decodedString->data()), in stringAt()850 decodedString->size(), u16str, *u16len + 1); in stringAt()