Searched refs:UCHAR (Results 1 – 17 of 17) sorted by relevance
288 UCHAR ConvertTextChar(UCHAR c) in ConvertTextChar()366 UCHAR GetNextChar(UCHAR* TBuf, sal_uInt16 Index) in GetNextChar()381 UCHAR ProcessOne(UCHAR* TBuf, sal_uInt16& Index, in ProcessOne()385 UCHAR c; in ProcessOne()469 UCHAR GetTextChar(UCHAR* TBuf, sal_uInt16& Index, in GetTextChar()506 UCHAR GetTextCharConv(UCHAR* TBuf, sal_uInt16& Index, in GetTextCharConv()510 UCHAR c; in GetTextCharConv()532 UCHAR c=0; in GetLineFeed()723 UCHAR Upcase(UCHAR c) in Upcase()725 if ((c>=(UCHAR)'a' && c<=(UCHAR)'z')) c=(c-(UCHAR)'a')+(UCHAR)'A'; in Upcase()[all …]
885 … aText.Buffer=new UCHAR[aText.BufSize+1]; // Ein mehr fuer LookAhead bei CK-Trennung in DrawObjkList()
32 #define UCHAR unsigned char macro76 UCHAR PgName[32]; // Seitenname251 UCHAR* Buffer; // Diese Variable wird nicht durch Lesen von Disk gef�llt, sondern explizit!274 UCHAR Filename[80]; // Pfad294 UCHAR Name[13]; // Name der Gruppe
53 #define SDB_ODBC_CHAR UCHAR64 #define SDB_ODBC_CHAR UCHAR139 #define SDB_ODBC_CHAR UCHAR
2597 UCHAR nCharCode = (UCHAR)SHORT1FROMMP( aMP2 ); in ImplSalGetKeyCode()2598 USHORT nKeyCode = (UCHAR)SHORT2FROMMP( aMP2 ); in ImplSalGetKeyCode()2599 UCHAR nScanCode = (UCHAR)CHAR4FROMMP( aMP1 ); in ImplSalGetKeyCode()2708 sal_Char nCharCode, UCHAR nScanCode ) in ImplGetCharCode()2743 UCHAR nCharCode = (UCHAR)SHORT1FROMMP( aMP2 ); in ImplConvertKey()2744 USHORT nKeyCode = (UCHAR)SHORT2FROMMP( aMP2 ); in ImplConvertKey()2745 UCHAR nScanCode = (UCHAR)CHAR4FROMMP( aMP1 ); in ImplConvertKey()2770 USHORT nOS2KeyCode = (UCHAR)SHORT2FROMMP( nMP2 ); in ImplHandleKeyMsg()3561 USHORT nKeyCode = (UCHAR)SHORT2FROMMP( pMsg->mp2 ); in SalFrameWndProc()
296 UCHAR szDSN[SQL_MAX_DSN_LENGTH+1]; in getDatasourceNames()298 UCHAR szDescription[1024+1]; in getDatasourceNames()
345 UCHAR* pInfoBuffer = malloc(nInfoBuffer); in osl_getUserIdent()477 UCHAR* pInfoBuffer = malloc(nInfoBuffer); in osl_getHomeDir()904 UCHAR* pInfoBuffer = malloc(nInfoBuffer); in getUserNameImpl()
367 #define BYTE1FROMULONG(ul) ((UCHAR) (ul))368 #define BYTE2FROMULONG(ul) ((UCHAR) ((ULONG) ul >> 8))
61 static const UCHAR nPipePathLen = sizeof (pszPipePath) - 1;
539 UCHAR achObjBuf[ 256 ] = { 0 }; in osl_psz_executeProcess()
2532 UCHAR sBuf[64];
1684 UCHAR *szInfoBuffer = new UCHAR[ 1024 ]; // may need to resize if TokenInfo too big in IsAdmin()1699 szInfoBuffer = new UCHAR[ dwRetInfoBufferSize ]; in IsAdmin()1710 PTOKEN_GROUPS pGroups = (PTOKEN_GROUPS)(UCHAR*) szInfoBuffer; in IsAdmin()
450 UCHAR sBuf[256];759 UCHAR sBuf[64];
218 typedef unsigned char UCHAR; typedef
156 HASH_INLINE(UCHAR)
191 UCHAR chData; in getBinaryStream()
159 UCHAR chData; in getBinaryStream()
Completed in 185 milliseconds