Home
last modified time | relevance | path

Searched refs:GetStrLenBytes (Results 1 – 3 of 3) sorted by relevance

/trunk/main/formula/inc/formula/
H A Dtoken.hxx174 static size_t GetStrLenBytes( xub_StrLen nLen ) in GetStrLenBytes() function in formula::FormulaToken
176 static size_t GetStrLenBytes( const String& rStr ) in GetStrLenBytes() function in formula::FormulaToken
177 { return GetStrLenBytes( rStr.Len() ); } in GetStrLenBytes()
/trunk/main/sc/source/core/tool/
H A Dtoken.cxx192 memcpy( cStr, pStr, GetStrLenBytes( nLen ) ); in SetString()
313 memcpy( cStr+1, pStr, GetStrLenBytes( nLen ) ); in SetExternal()
362 …svString: n = sal::static_int_cast<sal_uInt16>( n + GetStrLenBytes( cStr ) + GetStrLenBytes( … in Clone()
368 …vExternal: n = sal::static_int_cast<sal_uInt16>( n + GetStrLenBytes( cStr+1 ) + GetStrLenBytes(… in Clone()
/trunk/main/sc/inc/
H A Dcompiler.hxx207 static size_t GetStrLenBytes( xub_StrLen nLen ) in GetStrLenBytes() function
209 static size_t GetStrLenBytes( const sal_Unicode* pStr ) in GetStrLenBytes() function
210 { return GetStrLenBytes( GetStrLen( pStr ) ); } in GetStrLenBytes()

Completed in 22 milliseconds