Searched refs:u8str (Results 1 – 1 of 1) sorted by relevance
843 auto u8str = strings+off; in stringAt() local845 base::expected<size_t, IOError> u16len = decodeLength(&u8str); in stringAt()850 const base::expected<size_t, IOError> u8len = decodeLength(&u8str); in stringAt()856 if ((uint32_t)(u8str+*u8len-strings) < mStringPoolSize) { in stringAt()865 auto decodedString = stringDecodeAt(idx, u8str, *u8len); in stringAt()915 ALOGI("Caching UTF8 string: %s", u8str.unsafe_ptr()); in stringAt()922 (long long)idx, (long long)(u8str+*u8len-strings), in stringAt()