Home | History | Annotate | Download | only in processor

Lines Matching refs:word_length

333   size_t word_length = UTF16codeunits(utf16_data, max_word_length);
334 if (word_length > 0) {
335 size_t byte_length = word_length * sizeof(utf16_data[0]);
336 vector<uint16_t> utf16_vector(word_length);