Searched refs:unicode_length (Results 1 – 4 of 4) sorted by relevance
880 const int unicode_length = in AnsiToUtf16() local882 WCHAR* unicode = new WCHAR[unicode_length + 1]; in AnsiToUtf16()884 unicode, unicode_length); in AnsiToUtf16()885 unicode[unicode_length] = 0; in AnsiToUtf16()
1072 const int unicode_length = in AnsiToUtf16() local1074 WCHAR* unicode = new WCHAR[unicode_length + 1]; in AnsiToUtf16()1076 unicode, unicode_length); in AnsiToUtf16()1077 unicode[unicode_length] = 0; in AnsiToUtf16()
2563 const int unicode_length = in AnsiToUtf16() local2565 WCHAR* unicode = new WCHAR[unicode_length + 1]; in AnsiToUtf16()2567 unicode, unicode_length); in AnsiToUtf16()2568 unicode[unicode_length] = 0; in AnsiToUtf16()
12765 unicode_length(PyObject *self) in unicode_length() function14558 (lenfunc) unicode_length, /* sq_length */14641 (lenfunc)unicode_length, /* mp_length */