Lines Matching refs:TCHAR
156 static TCHAR *
160 TCHAR * outTCharString,
955 TCHAR buffer[ 512 ]; in DebugWindowsDebuggerPrint()
958 TCHAR * dst; in DebugWindowsDebuggerPrint()
978 *dst++ = (TCHAR) c; in DebugWindowsDebuggerPrint()
997 TCHAR name[ 128 ]; in DebugWindowsEventLogInit()
999 TCHAR path[ MAX_PATH ]; in DebugWindowsEventLogInit()
1031 n *= sizeof( TCHAR ); in DebugWindowsEventLogInit()
1064 TCHAR buffer[ 512 ]; in DebugWindowsEventLogPrint()
1067 TCHAR * dst; in DebugWindowsEventLogPrint()
1069 const TCHAR * array[ 1 ]; in DebugWindowsEventLogPrint()
1103 *dst++ = (TCHAR) c; in DebugWindowsEventLogPrint()
2554 static TCHAR *
2558 TCHAR * outTCharString, in DebugWinCharToTCharString()
2563 TCHAR * dst; in DebugWinCharToTCharString()
2564 TCHAR * end; in DebugWinCharToTCharString()
2583 *dst++ = (TCHAR) *src++; in DebugWinCharToTCharString()