Searched refs:u8len (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Parser/ |
D | myreadline.c | 121 DWORD n_read, total_read, wbuflen, u8len; in _PyOS_WindowsConsoleReadline() local 204 u8len = WideCharToMultiByte(CP_UTF8, 0, in _PyOS_WindowsConsoleReadline() 208 buf = PyMem_RawMalloc(u8len + 1); in _PyOS_WindowsConsoleReadline() 216 u8len = WideCharToMultiByte(CP_UTF8, 0, in _PyOS_WindowsConsoleReadline() 218 buf, u8len, in _PyOS_WindowsConsoleReadline() 220 buf[u8len] = '\0'; in _PyOS_WindowsConsoleReadline()
|
/third_party/musl/libc-test/src/regression/ |
D | iconv-roundtrips.c | 42 size_t u8len = sizeof u8buf - u8rem; in main() local 44 &(char *){u8buf}, &(size_t){u8len}, in main()
|
/third_party/boost/libs/locale/test/ |
D | test_codecvt.cpp | 39 int u8len = strlen(utf8_name); in test_codecvt_in_n_m() local 42 char const *real_end = utf8_name + u8len; in test_codecvt_in_n_m() 98 int u8len = strlen(utf8_name); in test_codecvt_out_n_m() local 139 TEST(nptr == utf8_name + u8len); in test_codecvt_out_n_m()
|
/third_party/boost/libs/nowide/test/ |
D | test_codecvt.cpp | 32 size_t u8len = std::strlen(utf8_name); in test_codecvt_in_n_m() local 35 const char* real_end = utf8_name + u8len; in test_codecvt_in_n_m() 91 size_t u8len = std::strlen(utf8_name); in test_codecvt_out_n_m() local 140 TEST(nptr == utf8_name + u8len); in test_codecvt_out_n_m()
|