Searched refs:decodedString (Results 1 – 1 of 1) sorted by relevance
835 auto decodedString = stringDecodeAt(idx, u8str, *u8len); in stringAt() local836 if (!decodedString.has_value()) { in stringAt()837 return base::unexpected(decodedString.error()); in stringAt()844 reinterpret_cast<const uint8_t*>(decodedString->data()), in stringAt()845 decodedString->size()); in stringAt()862 utf8_to_utf16(reinterpret_cast<const uint8_t*>(decodedString->data()), in stringAt()863 decodedString->size(), u16str, *u16len + 1); in stringAt()