Home
last modified time | relevance | path

Searched refs:STRCODE (Results 1 – 4 of 4) sorted by relevance

/trunk/main/tools/source/string/
H A Dstrimp.cxx28 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 Dstrascii.cxx447 memcpy( pNewData->maStr, mpData->maStr, nIndex*sizeof( STRCODE ) ); in ReplaceAscii()
450 (mpData->mnLen-nIndex-nCount+1)*sizeof( STRCODE ) ); in ReplaceAscii()
H A Dtustring.cxx55 #define STRCODE sal_Unicode in DBG_NAMEEX() macro
H A Dtstring.cxx61 #define STRCODE sal_Char in DBG_NAMEEX() macro