Searched refs:unicode_length (Results 1 - 4 of 4) sorted by relevance
/third_party/googletest/googletest/src/ |
H A D | gtest.cc | 1176 const int unicode_length = 1178 WCHAR* unicode = new WCHAR[unicode_length + 1]; 1179 MultiByteToWideChar(CP_ACP, 0, ansi, length, unicode, unicode_length); 1180 unicode[unicode_length] = 0;
|
/third_party/mesa3d/src/gtest/src/ |
H A D | gtest.cc | 880 const int unicode_length = in AnsiToUtf16() local 882 WCHAR* unicode = new WCHAR[unicode_length + 1]; in AnsiToUtf16() 884 unicode, unicode_length); in AnsiToUtf16() 885 unicode[unicode_length] = 0; in AnsiToUtf16()
|
/third_party/node/deps/googletest/src/ |
H A D | gtest.cc | 1193 const int unicode_length = 1195 WCHAR* unicode = new WCHAR[unicode_length + 1]; 1196 MultiByteToWideChar(CP_ACP, 0, ansi, length, unicode, unicode_length); 1197 unicode[unicode_length] = 0;
|
/third_party/python/Objects/ |
H A D | unicodeobject.c | 12450 unicode_length(PyObject *self) in unicode_length() function 14230 (lenfunc) unicode_length, /* sq_length */ 14314 (lenfunc)unicode_length, /* mp_length */
|
Completed in 41 milliseconds