Home | History | Annotate | Download | only in binder

Lines Matching defs:strData

766     const uint8_t* strData = (uint8_t*)str.data();
768 const ssize_t utf16Len = utf8_to_utf16_length(strData, strLen);
784 utf8_to_utf16(strData, strLen, (char16_t*)dst, (size_t) utf16Len + 1);