Searched refs:IMPL_RTL_STRNAME (Results 1 – 3 of 3) sorted by relevance
62 sal_Int32 SAL_CALL IMPL_RTL_STRNAME( getLength )( const IMPL_RTL_STRCODE* pStr ) in IMPL_RTL_STRNAME() function72 sal_Int32 SAL_CALL IMPL_RTL_STRNAME( compare )( const IMPL_RTL_STRCODE* pStr1, in IMPL_RTL_STRNAME() function89 sal_Int32 SAL_CALL IMPL_RTL_STRNAME( compare_WithLength )( const IMPL_RTL_STRCODE* pStr1, in IMPL_RTL_STRNAME() function110 sal_Int32 SAL_CALL IMPL_RTL_STRNAME( shortenedCompare_WithLength )( const IMPL_RTL_STRCODE* pStr1, in IMPL_RTL_STRNAME() function139 sal_Int32 SAL_CALL IMPL_RTL_STRNAME( reverseCompare_WithLength )( const IMPL_RTL_STRCODE* pStr1, in IMPL_RTL_STRNAME() function162 sal_Int32 SAL_CALL IMPL_RTL_STRNAME( compareIgnoreAsciiCase )( const IMPL_RTL_STRCODE* pStr1, in IMPL_RTL_STRNAME() function191 sal_Int32 SAL_CALL IMPL_RTL_STRNAME( compareIgnoreAsciiCase_WithLength )( const IMPL_RTL_STRCODE* p… in IMPL_RTL_STRNAME() function223 sal_Int32 SAL_CALL IMPL_RTL_STRNAME( shortenedCompareIgnoreAsciiCase_WithLength )( const IMPL_RTL_S… in IMPL_RTL_STRNAME() function260 sal_Int32 SAL_CALL IMPL_RTL_STRNAME( hashCode )( const IMPL_RTL_STRCODE* pStr ) in IMPL_RTL_STRNAME() function262 return IMPL_RTL_STRNAME( hashCode_WithLength )( pStr, IMPL_RTL_STRNAME( getLength )( pStr ) ); in IMPL_RTL_STRNAME()[all …]
57 #define IMPL_RTL_STRNAME( n ) rtl_str_ ## n macro
62 #define IMPL_RTL_STRNAME( n ) rtl_ustr_ ## n macro