Searched refs:utf16_len (Results 1 – 1 of 1) sorted by relevance
46 size_t utf16_len = strnlen16(src, len); in strcpy16_dtoh() local47 if (utf16_len == 0) { in strcpy16_dtoh()51 dst.resize(utf16_len); in strcpy16_dtoh()52 for (size_t i = 0; i < utf16_len; i++) { in strcpy16_dtoh()