Searched refs:decodedString (Results 1 – 2 of 2) sorted by relevance
828 byte[] decodedString = Base64.decode(encodedString, Base64.DEFAULT); in testProtoEncodingDecoding()829 assertArrayEquals(TelephonyProto.TelephonyLog.toByteArray(log), decodedString); in testProtoEncodingDecoding() local
865 auto decodedString = stringDecodeAt(idx, u8str, *u8len); in stringAt() local866 if (!decodedString.has_value()) { in stringAt()867 return base::unexpected(decodedString.error()); in stringAt()874 reinterpret_cast<const uint8_t*>(decodedString->data()), in stringAt()875 decodedString->size()); in stringAt()892 utf8_to_utf16(reinterpret_cast<const uint8_t*>(decodedString->data()), in stringAt()893 decodedString->size(), u16str, *u16len + 1); in stringAt()