Home
last modified time | relevance | path

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

/AOO41X/main/sal/rtl/source/
H A Dstrtmpl.c62 sal_Int32 SAL_CALL IMPL_RTL_STRNAME( getLength )( const IMPL_RTL_STRCODE* pStr ) in IMPL_RTL_STRNAME() function
72 sal_Int32 SAL_CALL IMPL_RTL_STRNAME( compare )( const IMPL_RTL_STRCODE* pStr1, in IMPL_RTL_STRNAME() function
89 sal_Int32 SAL_CALL IMPL_RTL_STRNAME( compare_WithLength )( const IMPL_RTL_STRCODE* pStr1, in IMPL_RTL_STRNAME() function
110 sal_Int32 SAL_CALL IMPL_RTL_STRNAME( shortenedCompare_WithLength )( const IMPL_RTL_STRCODE* pStr1, in IMPL_RTL_STRNAME() function
139 sal_Int32 SAL_CALL IMPL_RTL_STRNAME( reverseCompare_WithLength )( const IMPL_RTL_STRCODE* pStr1, in IMPL_RTL_STRNAME() function
162 sal_Int32 SAL_CALL IMPL_RTL_STRNAME( compareIgnoreAsciiCase )( const IMPL_RTL_STRCODE* pStr1, in IMPL_RTL_STRNAME() function
191 sal_Int32 SAL_CALL IMPL_RTL_STRNAME( compareIgnoreAsciiCase_WithLength )( const IMPL_RTL_STRCODE* p… in IMPL_RTL_STRNAME() function
223 sal_Int32 SAL_CALL IMPL_RTL_STRNAME( shortenedCompareIgnoreAsciiCase_WithLength )( const IMPL_RTL_S… in IMPL_RTL_STRNAME() function
260 sal_Int32 SAL_CALL IMPL_RTL_STRNAME( hashCode )( const IMPL_RTL_STRCODE* pStr ) in IMPL_RTL_STRNAME() function
262 return IMPL_RTL_STRNAME( hashCode_WithLength )( pStr, IMPL_RTL_STRNAME( getLength )( pStr ) ); in IMPL_RTL_STRNAME()
[all …]
H A Dstring.c57 #define IMPL_RTL_STRNAME( n ) rtl_str_ ## n macro
H A Dustring.c62 #define IMPL_RTL_STRNAME( n ) rtl_ustr_ ## n macro