Searched refs:firstLen (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/sal/inc/rtl/ |
H A D | ustring.h | 97 sal_Int32 SAL_CALL rtl_ustr_compare_WithLength( const sal_Unicode * first, sal_Int32 firstLen, cons… 128 …_ustr_shortenedCompare_WithLength( const sal_Unicode * first, sal_Int32 firstLen, const sal_Unicod… 155 …tl_ustr_reverseCompare_WithLength( const sal_Unicode * first, sal_Int32 firstLen, const sal_Unicod… 228 …compareIgnoreAsciiCase_WithLength( const sal_Unicode * first, sal_Int32 firstLen, const sal_Unicod… 262 …CompareIgnoreAsciiCase_WithLength( const sal_Unicode * first, sal_Int32 firstLen, const sal_Unicod… 315 sal_Int32 SAL_CALL rtl_ustr_ascii_compare_WithLength( const sal_Unicode * first, sal_Int32 firstLen… 347 …ascii_shortenedCompare_WithLength( const sal_Unicode * first, sal_Int32 firstLen, const sal_Char *… 378 …_asciil_reverseCompare_WithLength( const sal_Unicode * first, sal_Int32 firstLen, const sal_Char *… 434 …compareIgnoreAsciiCase_WithLength( const sal_Unicode * first, sal_Int32 firstLen, const sal_Char *… 468 sal_Unicode const * first, sal_Int32 firstLen, [all …]
|
H A D | string.h | 96 sal_Int32 SAL_CALL rtl_str_compare_WithLength( const sal_Char * first, sal_Int32 firstLen, const sa… 127 sal_Int32 SAL_CALL rtl_str_shortenedCompare_WithLength( const sal_Char * first, sal_Int32 firstLen,… 154 sal_Int32 SAL_CALL rtl_str_reverseCompare_WithLength( const sal_Char * first, sal_Int32 firstLen, c… 204 …tr_compareIgnoreAsciiCase_WithLength( const sal_Char * first, sal_Int32 firstLen, const sal_Char *… 238 …nedCompareIgnoreAsciiCase_WithLength( const sal_Char * first, sal_Int32 firstLen, const sal_Char *…
|
/aoo42x/main/sal/rtl/source/ |
H A D | ustring.c | 337 sal_Unicode const * first, sal_Int32 firstLen, 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()
|
/aoo42x/main/nss/ |
H A D | nss_win.patch | 2633 + size_t firstLen; 2641 - size_t firstLen = data[0] + 1; 2642 + firstLen = data[0] + 1; 2643 /* firstLen <= length is ensured by ssl3_ValidateAppProtocol. */ 2644 PORT_Memcpy(ss->opt.nextProtoNego.data + (length - firstLen), data, firstLen); 2645 PORT_Memcpy(ss->opt.nextProtoNego.data, data + firstLen, length - firstLen);
|
Completed in 26 milliseconds