Searched refs:utf16 (Results 1 – 1 of 1) sorted by relevance
| /CTR-SDK-4.2.7-SampleDemos/enc/ |
| D | enc_Main.cpp | 23 const u16 utf16[] = { variable 57 dstSize, std::wcslen(reinterpret_cast<const wchar_t*>(utf16))); in nnMain() 66 dstSize, std::wcslen(reinterpret_cast<const wchar_t*>(utf16))); in nnMain() 69 for(int i = 0; utf16[i] != 0; ++i) in nnMain() 71 NN_EQUAL_ASSERT( buffer16[i], utf16[i] ); in nnMain() 79 NULL, &dstSize, utf16, &srcSize in nnMain() 85 srcSize, std::wcslen(reinterpret_cast<const wchar_t*>(utf16))); in nnMain() 88 buffer8, &dstSize, utf16, &srcSize in nnMain() 94 srcSize, std::wcslen(reinterpret_cast<const wchar_t*>(utf16))); in nnMain()
|