Searched refs:u8str (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/libs/androidfw/ |
D | ResourceTypes.cpp | 742 const uint8_t* u8str = strings+off; in stringAt() local 744 *u16len = decodeLength(&u8str); in stringAt() 745 size_t u8len = decodeLength(&u8str); in stringAt() 748 if ((uint32_t)(u8str+u8len-strings) < mStringPoolSize) { in stringAt() 757 if (stringDecodeAt(idx, u8str, u8len, &u8len) == NULL) { in stringAt() 764 ssize_t actualLen = utf8_to_utf16_length(u8str, u8len); in stringAt() 780 utf8_to_utf16(u8str, u8len, u16str, *u16len + 1); in stringAt() 802 ALOGI("Caching UTF8 string: %s", u8str); in stringAt() 809 (long long)idx, (long long)(u8str+u8len-strings), in stringAt()
|