Searched refs:TestFirstChar (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/mbconv/
H A Dconvautotest.cpp50 void TestFirstChar(const char *src, wchar_t wch);
72 void ConvAutoTestCase::TestFirstChar(const char *src, wchar_t wch) function in class:ConvAutoTestCase
81 TestFirstChar("", _T('\0'));
86 TestFirstChar("1", _T('1'));
91 TestFirstChar("Hello world", _T('H'));
96 TestFirstChar("\xff\xfe\0\0A\0\0\0", _T('A'));
101 TestFirstChar("\0\0\xfe\xff\0\0\0B", _T('B'));
106 TestFirstChar("\xff\xfeZ\0", _T('Z'));
111 TestFirstChar("\xfe\xff\0Y", _T('Y'));
117 TestFirstChar("\xe
[all...]

Completed in 65 milliseconds