Home
last modified time | relevance | path

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

/trunk/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
262 return IMPL_RTL_STRNAME( hashCode_WithLength )( pStr, IMPL_RTL_STRNAME( getLength )( pStr ) ); in IMPL_RTL_STRNAME()
362 …return IMPL_RTL_STRNAME( lastIndexOfChar_WithLength )( pStr, IMPL_RTL_STRNAME( getLength )( pStr )… in IMPL_RTL_STRNAME()
389 return IMPL_RTL_STRNAME( indexOfStr_WithLength )( pStr, IMPL_RTL_STRNAME( getLength )( pStr ), in IMPL_RTL_STRNAME()
461 … return IMPL_RTL_STRNAME( lastIndexOfStr_WithLength )( pStr, IMPL_RTL_STRNAME( getLength )( pStr ), in IMPL_RTL_STRNAME()
523 void SAL_CALL IMPL_RTL_STRNAME( replaceChar )( IMPL_RTL_STRCODE* pStr, in IMPL_RTL_STRNAME() function
555 void SAL_CALL IMPL_RTL_STRNAME( toAsciiLowerCase )( IMPL_RTL_STRCODE* pStr ) in IMPL_RTL_STRNAME() function
615 sal_Int32 SAL_CALL IMPL_RTL_STRNAME( trim )( IMPL_RTL_STRCODE* pStr ) in IMPL_RTL_STRNAME() function
617 return IMPL_RTL_STRNAME( trim_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

Completed in 25 milliseconds