Searched refs:aMaxLen (Results 1 - 2 of 2) sorted by relevance
/vbox/src/libs/xpcom18a4/xpcom/ds/ |
H A D | nsCRT.h | 145 PRUint32 aMaxLen) { 146 return PRInt32(PL_strncmp(s1, s2, aMaxLen)); 155 static PRInt32 strncasecmp(const char* s1, const char* s2, PRUint32 aMaxLen) { argument 156 PRInt32 result=PRInt32(PL_strncasecmp(s1, s2, aMaxLen)); 164 static PRInt32 strncmp(const char* s1, const char* s2, PRInt32 aMaxLen) { argument 168 return PRInt32(PL_strncmp(s1,s2,unsigned(aMaxLen))); 211 PRUint32 aMaxLen); 144 strncmp(const char* s1, const char* s2, PRUint32 aMaxLen) argument
|
/vbox/src/VBox/Main/include/ |
H A D | Matching.h | 312 size_t aMinLen = 0, size_t aMaxLen = 0) 316 , mMaxLen (aMaxLen) 320 size_t aMinLen = 0, size_t aMaxLen = 0) 324 , mMaxLen (aMaxLen) 367 * @param aMaxLen 371 template <class Conv, bool aIgnoreCase, size_t aMinLen = 0, size_t aMaxLen = 0> 376 enum { IgnoreCase = aIgnoreCase, MinLen = aMinLen, MaxLen = aMaxLen };
|
Completed in 195 milliseconds