Home
last modified time | relevance | path

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

/reactos/sdk/tools/unicode/
H A Dstring.c107 if ((base == 0 || base == 16) && toupperW(s[1]) == 'X') in strtolW()
135 c = toupperW (c) - 'A' + 10; in strtolW()
183 if (save - nptr >= 2 && toupperW (save[-1]) == 'X' in strtolW()
228 if ((base == 0 || base == 16) && toupperW(s[1]) == 'X') in strtoulW()
256 c = toupperW (c) - 'A' + 10; in strtoulW()
296 if (save - nptr >= 2 && toupperW (save[-1]) == 'X' in strtoulW()
H A Dwine_unicode.def41 toupperW
/reactos/dll/win32/winhttp/
H A Dsession.c2217 if (toupperW( wkday[i][0] ) == toupperW( s[0] ) && in WinHttpTimeToSystemTime()
2218 toupperW( wkday[i][1] ) == toupperW( s[1] ) && in WinHttpTimeToSystemTime()
2219 toupperW( wkday[i][2] ) == toupperW( s[2] ) ) in WinHttpTimeToSystemTime()
2237 if (toupperW( month[i][0]) == toupperW( s[0] ) && in WinHttpTimeToSystemTime()
2238 toupperW( month[i][1]) == toupperW( s[1] ) && in WinHttpTimeToSystemTime()
2239 toupperW( month[i][2]) == toupperW( s[2] ) ) in WinHttpTimeToSystemTime()
/reactos/sdk/include/host/wine/
H A Dunicode.h141 WINE_UNICODE_INLINE WCHAR toupperW( WCHAR ch ) in toupperW() function
291 while ((*str = toupperW(*str))) str++; in struprW()
/reactos/sdk/lib/crt/mbstring/
H A D_setmbcp.c175 bufW[charcount] = toupperW(bufW[charcount]); in _setmbcp_l()
/reactos/sdk/include/reactos/wine/
H A Dunicode.h51 #define toupperW(n) towupper((n)) macro
/reactos/base/applications/extrac32/
H A Dextrac32.c260 check = toupperW( argv[i][1] ); in wWinMain()
/reactos/sdk/lib/crt/string/
H A Dwcs.c129 *ptr = toupperW(*ptr); in _wcsupr_s()
/reactos/win32ss/user/user32/windows/
H A Dtext.c322 else return (LPWSTR)((UINT_PTR)toupperW(LOWORD(x))); in CharUpperW()
H A Ddialog.c411 if (p != NULL && toupperW( p[1] ) == toupperW( wParam ) ) in DIALOG_IsAccelerator()
/reactos/dll/win32/kernel32/wine/
H A Dprofile.c1736 c = toupperW(*p); in GetPrivateProfileStructW()
1751 c = toupperW(*p++); in GetPrivateProfileStructW()
1753 c = toupperW(*p); in GetPrivateProfileStructW()
H A Dcomm.c105 switch(toupperW(*ptr++)) in COMM_ParseParity()
249 if(*device) last = toupperW(*device++); in COMM_BuildOldCommDCB()
/reactos/dll/win32/shlwapi/
H A Dstring.c309 ch = toupperW(ch); in StrChrIW()
312 if (toupperW(*lpszStr) == ch) in StrChrIW()
H A Dpath.c1901 if (toupperW(*mask) != toupperW(*name) && *mask != '?') in PathMatchSingleMaskW()
/reactos/modules/rostests/winetests/kernel32/
H A Dloader.c3671 static inline WCHAR toupperW(WCHAR c) in toupperW() function
3687 hash = hash * 65599 + toupperW(*basename); in hash_basename()
3692 hash = hash + 65599 * toupperW(*basename); in hash_basename()
3695 hash = toupperW(basename[0]) - 'A'; in hash_basename()
/reactos/dll/win32/kernel32/winnls/string/
H A Dlocale.c3517 dst[pos] = toupperW(wch); in map_to_uppercase()