Home
last modified time | relevance | path

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

/aoo42x/main/sal/inc/rtl/
H A Dustring.h97 …code * first, sal_Int32 firstLen, const sal_Unicode * second, sal_Int32 secondLen ) SAL_THROW_EXTE…
128 …code * first, sal_Int32 firstLen, const sal_Unicode * second, sal_Int32 secondLen, sal_Int32 short…
155 …code * first, sal_Int32 firstLen, const sal_Unicode * second, sal_Int32 secondLen ) SAL_THROW_EXTE…
228 …code * first, sal_Int32 firstLen, const sal_Unicode * second, sal_Int32 secondLen ) SAL_THROW_EXTE…
262 …code * first, sal_Int32 firstLen, const sal_Unicode * second, sal_Int32 secondLen, sal_Int32 short…
378 …Unicode * first, sal_Int32 firstLen, const sal_Char * second, sal_Int32 secondLen ) SAL_THROW_EXTE…
469 char const * second, sal_Int32 secondLen) SAL_THROW_EXTERN_C();
H A Dstring.h96 …al_Char * first, sal_Int32 firstLen, const sal_Char * second, sal_Int32 secondLen ) SAL_THROW_EXTE…
127 …al_Char * first, sal_Int32 firstLen, const sal_Char * second, sal_Int32 secondLen, sal_Int32 short…
154 …al_Char * first, sal_Int32 firstLen, const sal_Char * second, sal_Int32 secondLen ) SAL_THROW_EXTE…
204 …al_Char * first, sal_Int32 firstLen, const sal_Char * second, sal_Int32 secondLen ) SAL_THROW_EXTE…
238 …al_Char * first, sal_Int32 firstLen, const sal_Char * second, sal_Int32 secondLen, sal_Int32 short…
/aoo42x/main/sal/rtl/source/
H A Dustring.c338 char const * second, sal_Int32 secondLen) in rtl_ustr_ascii_compareIgnoreAsciiCase_WithLengths() argument
341 sal_Int32 len = firstLen < secondLen ? firstLen : secondLen; in rtl_ustr_ascii_compareIgnoreAsciiCase_WithLengths()
357 return firstLen - secondLen; in rtl_ustr_ascii_compareIgnoreAsciiCase_WithLengths()

Completed in 79 milliseconds