Searched refs:_length (Results 1 - 25 of 30) sorted by relevance

12

/macosx-10.10.1/WTF-7600.1.24/icu/unicode/
H A Dunistr.h94 # define UNICODE_STRING(cs, _length) U_NAMESPACE_QUALIFIER UnicodeString(TRUE, (const UChar *)U_DECLARE_UTF16(cs), _length)
96 # define UNICODE_STRING(cs, _length) U_NAMESPACE_QUALIFIER UnicodeString(TRUE, (const UChar *)L ## cs, _length)
98 # define UNICODE_STRING(cs, _length) U_NAMESPACE_QUALIFIER UnicodeString(TRUE, (const UChar *)cs, _length)
100 # define UNICODE_STRING(cs, _length) U_NAMESPACE_QUALIFIER UnicodeString(cs, _length, US_INV)
3459 int32_t& _length) const
3468 if(_length <
3582 compare(int32_t start, int32_t _length, const UnicodeString& srcText) const argument
3593 compare(int32_t start, int32_t _length, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) const argument
3601 compare(int32_t start, int32_t _length, const UChar *srcChars) const argument
3607 compare(int32_t start, int32_t _length, const UChar *srcChars, int32_t srcStart, int32_t srcLength) const argument
3643 compareCodePointOrder(int32_t start, int32_t _length, const UnicodeString& srcText) const argument
3654 compareCodePointOrder(int32_t start, int32_t _length, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) const argument
3662 compareCodePointOrder(int32_t start, int32_t _length, const UChar *srcChars) const argument
3668 compareCodePointOrder(int32_t start, int32_t _length, const UChar *srcChars, int32_t srcStart, int32_t srcLength) const argument
3706 caseCompare(int32_t start, int32_t _length, const UnicodeString &srcText, uint32_t options) const argument
3721 caseCompare(int32_t start, int32_t _length, const UnicodeString &srcText, int32_t srcStart, int32_t srcLength, uint32_t options) const argument
3731 caseCompare(int32_t start, int32_t _length, const UChar *srcChars, uint32_t options) const argument
3739 caseCompare(int32_t start, int32_t _length, const UChar *srcChars, int32_t srcStart, int32_t srcLength, uint32_t options) const argument
3984 replace(int32_t start, int32_t _length, const UnicodeString& srcText) argument
3990 replace(int32_t start, int32_t _length, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) argument
3998 replace(int32_t start, int32_t _length, const UChar *srcChars, int32_t srcLength) argument
4005 replace(int32_t start, int32_t _length, const UChar *srcChars, int32_t srcStart, int32_t srcLength) argument
4013 replace(int32_t start, int32_t _length, UChar srcChar) argument
4019 replace(int32_t start, int32_t _length, UChar32 srcChar) argument
4050 findAndReplace(int32_t start, int32_t _length, const UnicodeString& oldText, const UnicodeString& newText) argument
4061 doExtract(int32_t start, int32_t _length, UnicodeString& target) const argument
4067 extract(int32_t start, int32_t _length, UChar *target, int32_t targetStart) const argument
4074 extract(int32_t start, int32_t _length, UnicodeString& target) const argument
4082 extract(int32_t start, int32_t _length, char *dst, const char *codepage) const argument
4320 int32_t _length = 0; local
4390 remove(int32_t start, int32_t _length) argument
4434 reverse(int32_t start, int32_t _length) argument
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Dunistr.h115 # define UNICODE_STRING(cs, _length) icu::UnicodeString(TRUE, (const UChar *)U_DECLARE_UTF16(cs), _length)
117 # define UNICODE_STRING(cs, _length) icu::UnicodeString(TRUE, (const UChar *)L ## cs, _length)
119 # define UNICODE_STRING(cs, _length) icu::UnicodeString(TRUE, (const UChar *)cs, _length)
121 # define UNICODE_STRING(cs, _length) icu::UnicodeString(cs, _length, US_INV)
3582 int32_t& _length) const
3591 if(_length <
3712 compare(int32_t start, int32_t _length, const UnicodeString& srcText) const argument
3723 compare(int32_t start, int32_t _length, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) const argument
3731 compare(int32_t start, int32_t _length, const UChar *srcChars) const argument
3737 compare(int32_t start, int32_t _length, const UChar *srcChars, int32_t srcStart, int32_t srcLength) const argument
3773 compareCodePointOrder(int32_t start, int32_t _length, const UnicodeString& srcText) const argument
3784 compareCodePointOrder(int32_t start, int32_t _length, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) const argument
3792 compareCodePointOrder(int32_t start, int32_t _length, const UChar *srcChars) const argument
3798 compareCodePointOrder(int32_t start, int32_t _length, const UChar *srcChars, int32_t srcStart, int32_t srcLength) const argument
3836 caseCompare(int32_t start, int32_t _length, const UnicodeString &srcText, uint32_t options) const argument
3851 caseCompare(int32_t start, int32_t _length, const UnicodeString &srcText, int32_t srcStart, int32_t srcLength, uint32_t options) const argument
3861 caseCompare(int32_t start, int32_t _length, const UChar *srcChars, uint32_t options) const argument
3869 caseCompare(int32_t start, int32_t _length, const UChar *srcChars, int32_t srcStart, int32_t srcLength, uint32_t options) const argument
4119 replace(int32_t start, int32_t _length, const UnicodeString& srcText) argument
4125 replace(int32_t start, int32_t _length, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) argument
4133 replace(int32_t start, int32_t _length, const UChar *srcChars, int32_t srcLength) argument
4140 replace(int32_t start, int32_t _length, const UChar *srcChars, int32_t srcStart, int32_t srcLength) argument
4148 replace(int32_t start, int32_t _length, UChar srcChar) argument
4174 findAndReplace(int32_t start, int32_t _length, const UnicodeString& oldText, const UnicodeString& newText) argument
4185 doExtract(int32_t start, int32_t _length, UnicodeString& target) const argument
4191 extract(int32_t start, int32_t _length, UChar *target, int32_t targetStart) const argument
4198 extract(int32_t start, int32_t _length, UnicodeString& target) const argument
4206 extract(int32_t start, int32_t _length, char *dst, const char *codepage) const argument
4423 remove(int32_t start, int32_t _length) argument
4464 reverse(int32_t start, int32_t _length) argument
[all...]
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOSubMemoryDescriptor.cpp94 _length = length;
117 assert(offset <= _length);
122 if( offset >= _length)
128 *length = min( _length - offset, actualLength );
H A DIOInterleavedMemoryDescriptor.cpp79 _length = 0;
120 _length = 0;
147 _length += length;
258 assert(offset <= _length);
H A DIOMultiMemoryDescriptor.cpp102 _length = 0;
123 _length += descriptors[index]->getLength();
226 assert(offset <= _length);
H A DIOBufferMemoryDescriptor.cpp556 _length = length;
585 vm_size_t actualBytesToCopy = min(withLength, _capacity - _length);
588 assert(_length <= _capacity);
590 offset = _length;
591 _length += actualBytesToCopy;
631 if (start < _length && (start + withLength) <= _length)
643 *lengthOfSegment = _length - offset;
H A DIOMemoryDescriptor.cpp549 remain = _length;
1498 _length = count;
1613 _length = length;
1742 return _length;
1778 assert(offset <= _length);
1779 assert(offset + length <= _length);
1780 if (offset >= _length) {
1787 remaining = length = min(length, _length - offset);
1824 assert(offset <= _length);
1825 assert(offset + length <= _length);
3919 mach_vm_size_t _length = newMapping->fLength; local
3979 getPhysicalSegment( IOByteCount _offset, IOPhysicalLength * _length, IOOptionBits _options) argument
[all...]
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/include/isc/
H A Dbuffer.h682 #define ISC__BUFFER_INIT(_b, _base, _length) \
690 (_b)->length = (_length); \
793 #define ISC__BUFFER_PUTMEM(_b, _base, _length) \
795 memcpy(isc_buffer_used(_b), (_base), (_length)); \
796 (_b)->used += (_length); \
801 unsigned int _length; \
803 _length = strlen(_source); \
805 memcpy(_cp, (_source), _length); \
806 (_b)->used += (_length); \
/macosx-10.10.1/ntp-92/lib/isc/include/isc/
H A Dbuffer.h682 #define ISC__BUFFER_INIT(_b, _base, _length) \
690 (_b)->length = (_length); \
793 #define ISC__BUFFER_PUTMEM(_b, _base, _length) \
795 memcpy(isc_buffer_used(_b), (_base), (_length)); \
796 (_b)->used += (_length); \
801 unsigned int _length; \
803 _length = strlen(_source); \
805 memcpy(_cp, (_source), _length); \
806 (_b)->used += (_length); \
/macosx-10.10.1/AppleRAID-4.0.6/
H A DAppleRAIDStripeSet.cpp172 _length = memberBlockCount * mdSetBlockSize;
176 _length -= mdSetBlockOffset;
179 if (stopMember == mdMemberIndex) _length -= mdSetBlockSize - setBlockEndOffset - 1;
185 return _length != 0;
H A DAppleRAIDConcatSet.cpp256 _length = byteCount;
262 IOLogRW("concat mdbytestart=%llu _length=0x%x\n", byteStart, (uint32_t)_length);
H A DAppleRAIDMirrorSet.cpp1001 _length = byteCount;
1021 _length = memberBlockCount * mdSetBlockSize;
1026 _length -= mdSetBlockOffset;
1030 if (virtualIndex == min(blockCount - 1, activeCount - 1)) _length -= mdSetBlockSize - setBlockStopOffset - 1;
1032 IOLogRW("mirror activeIndex = %u, mdMemberByteStart = %llu _length = 0x%x\n", (uint32_t)activeIndex, mdMemberByteStart, (uint32_t)_length);
1037 return _length != 0;
H A DAppleLVMGroup.cpp433 _length = requestSize;
442 IOLogRW("LVG mdbytestart=%llu _length=0x%x\n", requestStart, (uint32_t)_length);
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecode/
H A DOpcode.h68 #define OPCODE_ID_LENGTHS(id, length) const int id##_length = length;
72 #define OPCODE_LENGTH(opcode) opcode##_length
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsdata.py168 self._length = length
175 if hasattr(self, '_length'):
176 return self._length
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsdata.py196 self._length = length
203 if hasattr(self, '_length'):
204 return self._length
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/PyObjCTest/
H A Dtest_nsdata.py225 self._length = length
232 if hasattr(self, '_length'):
233 return self._length
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dunistr.cpp1284 int32_t _length,
1293 return doReplace(start, _length, buffer, 0, isError ? 0 : count);
1299 int32_t _length = 0; local
1301 U16_APPEND(buffer, _length, U16_MAX_LENGTH, srcChar, isError);
1303 // If isError then _length==0 which turns the doReplace() into a no-op anyway.
1304 return isError ? *this : doReplace(length(), 0, buffer, 0, _length);
1283 replace(int32_t start, int32_t _length, UChar32 srcChar) argument
/macosx-10.10.1/IOStorageFamily-182.1.1/
H A DIOBlockStorageDriver.cpp2027 _length = 0;
2176 assert(offset <= _length);
2214 _length = 0;
2374 _length += _chunks[index].length;
3029 _length = 0;
3078 if ( _start + _length < _requestCount )
3080 _start += _length;
3081 _length = min(_breakSize, _requestCount - _start);
3092 /* withRequestBufferOffset */ _start + _length );
/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DSecCertificate.cpp1079 if (NULL != pRootRecord && pRootRecord->_length > 0 && NULL != pRootRecord->_bytes)
1081 productionCerts[iCnt] = CFDataCreate(kCFAllocatorDefault, pRootRecord->_bytes, pRootRecord->_length);
1116 if (NULL != pRootRecord && pRootRecord->_length > 0 && NULL != pRootRecord->_bytes)
1118 certData = CFDataCreate(kCFAllocatorDefault, pRootRecord->_bytes, pRootRecord->_length);
H A DAppleBaselineEscrowCertificates.h30 size_t _length; member in struct:RootRecord
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecCertificate.cpp1079 if (NULL != pRootRecord && pRootRecord->_length > 0 && NULL != pRootRecord->_bytes)
1081 productionCerts[iCnt] = CFDataCreate(kCFAllocatorDefault, pRootRecord->_bytes, pRootRecord->_length);
1116 if (NULL != pRootRecord && pRootRecord->_length > 0 && NULL != pRootRecord->_bytes)
1118 certData = CFDataCreate(kCFAllocatorDefault, pRootRecord->_bytes, pRootRecord->_length);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecCertificate.cpp1079 if (NULL != pRootRecord && pRootRecord->_length > 0 && NULL != pRootRecord->_bytes)
1081 productionCerts[iCnt] = CFDataCreate(kCFAllocatorDefault, pRootRecord->_bytes, pRootRecord->_length);
1116 if (NULL != pRootRecord && pRootRecord->_length > 0 && NULL != pRootRecord->_bytes)
1118 certData = CFDataCreate(kCFAllocatorDefault, pRootRecord->_bytes, pRootRecord->_length);
/macosx-10.10.1/libarchive-30/libarchive/libarchive/
H A Darchive.h227 const void *_buffer, size_t _length);
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOMemoryDescriptor.h224 IOByteCount _length; /* length of all ranges */ member in class:IOMemoryDescriptor

Completed in 388 milliseconds

12