Home
last modified time | relevance | path

Searched refs:new_ins (Results 1 – 1 of 1) sorted by relevance

/third_party/ntfs-3g/libntfs-3g/
Dunistr.c815 char *new_ins = NULL; in ntfs_utf8_to_utf16() local
818 new_ins_len = ntfs_macosx_normalize_utf8(ins, &new_ins, 1); // Normalize to composed form in ntfs_utf8_to_utf16()
820 ins = new_ins; in ntfs_utf8_to_utf16()
874 if(new_ins != NULL) in ntfs_utf8_to_utf16()
875 free(new_ins); in ntfs_utf8_to_utf16()