Searched refs:secondLen (Results 1 – 3 of 3) sorted by relevance
/trunk/main/sal/inc/rtl/ |
H A D | ustring.h | 97 …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 D | string.h | 96 …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…
|
/trunk/main/sal/rtl/source/ |
H A D | ustring.c | 338 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 55 milliseconds