Home
last modified time | relevance | path

Searched refs:lcmapstring_wrapper (Results 1 – 1 of 1) sorted by relevance

/reactos/modules/rostests/winetests/kernel32/
H A Dlocale.c2390 typedef INT (*lcmapstring_wrapper)(DWORD, LPCWSTR, INT, LPWSTR, INT); typedef
2392 static void test_lcmapstring_unicode(lcmapstring_wrapper func_ptr, const char *func_name) in test_lcmapstring_unicode()