Home | History | Annotate | Download | only in androidfw

Lines Matching refs:u8str

588                 const uint8_t* u8str = strings+off;
590 *u16len = decodeLength(&u8str);
591 size_t u8len = decodeLength(&u8str);
594 if ((uint32_t)(u8str+u8len-strings) < mStringPoolSize) {
601 ssize_t actualLen = utf8_to_utf16_length(u8str, u8len);
616 utf8_to_utf16(u8str, u8len, u16str);
621 (long long)idx, (long long)(u8str+u8len-strings),