Searched refs:u8str (Results 1 – 1 of 1) sorted by relevance
722 const uint8_t* u8str = strings+off; in stringAt() local724 *u16len = decodeLength(&u8str); in stringAt()725 size_t u8len = decodeLength(&u8str); in stringAt()728 if ((uint32_t)(u8str+u8len-strings) < mStringPoolSize) { in stringAt()754 ssize_t actualLen = utf8_to_utf16_length(u8str, u8len); in stringAt()763 if (u8str[u8len] != 0x00) { in stringAt()777 ALOGI("Caching UTF8 string: %s", u8str); in stringAt()779 utf8_to_utf16(u8str, u8len, u16str, *u16len + 1); in stringAt()784 (long long)idx, (long long)(u8str+u8len-strings), in stringAt()