Searched refs:toupperW (Results 1 – 16 of 16) sorted by relevance
107 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()
41 toupperW
2217 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()
141 WINE_UNICODE_INLINE WCHAR toupperW( WCHAR ch ) in toupperW() function291 while ((*str = toupperW(*str))) str++; in struprW()
175 bufW[charcount] = toupperW(bufW[charcount]); in _setmbcp_l()
51 #define toupperW(n) towupper((n)) macro
260 check = toupperW( argv[i][1] ); in wWinMain()
129 *ptr = toupperW(*ptr); in _wcsupr_s()
322 else return (LPWSTR)((UINT_PTR)toupperW(LOWORD(x))); in CharUpperW()
411 if (p != NULL && toupperW( p[1] ) == toupperW( wParam ) ) in DIALOG_IsAccelerator()
1736 c = toupperW(*p); in GetPrivateProfileStructW()1751 c = toupperW(*p++); in GetPrivateProfileStructW()1753 c = toupperW(*p); in GetPrivateProfileStructW()
105 switch(toupperW(*ptr++)) in COMM_ParseParity()249 if(*device) last = toupperW(*device++); in COMM_BuildOldCommDCB()
309 ch = toupperW(ch); in StrChrIW()312 if (toupperW(*lpszStr) == ch) in StrChrIW()
1901 if (toupperW(*mask) != toupperW(*name) && *mask != '?') in PathMatchSingleMaskW()
3671 static inline WCHAR toupperW(WCHAR c) in toupperW() function3687 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()
3517 dst[pos] = toupperW(wch); in map_to_uppercase()