Searched refs:STRCODE (Results 1 – 4 of 4) sorted by relevance
| /trunk/main/tools/source/string/ |
| H A D | strimp.cxx | 28 static sal_Int32 ImplStringCompare( const STRCODE* pStr1, const STRCODE* pStr2 ) in ImplStringCompare() 43 static sal_Int32 ImplStringCompare( const STRCODE* pStr1, const STRCODE* pStr2, in ImplStringCompare() 61 static sal_Int32 ImplStringCompareWithoutZero( const STRCODE* pStr1, const STRCODE* pStr2, in ImplStringCompareWithoutZero() 78 static sal_Int32 ImplStringICompare( const STRCODE* pStr1, const STRCODE* pStr2 ) in ImplStringICompare() 81 STRCODE c1; in ImplStringICompare() 82 STRCODE c2; in ImplStringICompare() 106 static sal_Int32 ImplStringICompare( const STRCODE* pStr1, const STRCODE* pStr2, in ImplStringICompare() 110 STRCODE c1; in ImplStringICompare() 111 STRCODE c2; in ImplStringICompare() 139 static sal_Int32 ImplStringICompareWithoutZero( const STRCODE* pStr1, const STRCODE* pStr2, in ImplStringICompareWithoutZero() [all …]
|
| H A D | strascii.cxx | 447 memcpy( pNewData->maStr, mpData->maStr, nIndex*sizeof( STRCODE ) ); in ReplaceAscii() 450 (mpData->mnLen-nIndex-nCount+1)*sizeof( STRCODE ) ); in ReplaceAscii()
|
| H A D | tustring.cxx | 55 #define STRCODE sal_Unicode in DBG_NAMEEX() macro
|
| H A D | tstring.cxx | 61 #define STRCODE sal_Char in DBG_NAMEEX() macro
|