Searched refs:getCapacity (Results 1 - 25 of 57) sorted by relevance

123

/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dcharstr.cpp62 if(sLength>=(buffer.getCapacity()-len)) {
69 sLength>=(buffer.getCapacity()-len)
90 int32_t appendCapacity=buffer.getCapacity()-len-1; // -1 for NUL
96 resultCapacity=buffer.getCapacity()-len-1;
105 len+=s.extract(0, 0x7fffffff, buffer.getAlias()+len, buffer.getCapacity()-len, US_INV);
116 if(capacity>buffer.getCapacity()) {
118 desiredCapacityHint=capacity+buffer.getCapacity();
H A Dlocdispnames.cpp64 buffer, result.getCapacity(),
76 buffer, result.getCapacity(),
104 buffer, result.getCapacity(),
116 buffer, result.getCapacity(),
144 buffer, result.getCapacity(),
156 buffer, result.getCapacity(),
184 buffer, result.getCapacity(),
196 buffer, result.getCapacity(),
224 buffer, result.getCapacity(),
236 buffer, result.getCapacity(),
[all...]
H A Dunistr_case.cpp129 newLength = stringCaseMapper(csm, getArrayStart(), getCapacity(),
H A Dunistr.cpp432 u_strFromUTF32WithSub(utf16, result.getCapacity(), &length16,
1219 u_strFromUTF8WithSub(utf16, getCapacity(), &length16,
1342 if(newLength <= getCapacity() && isBufferWritable()) {
1584 int32_t capacity=getCapacity();
1612 newCapacity = getCapacity();
1632 newCapacity > getCapacity()
1669 newCapacity = getCapacity();
1745 *resultCapacity = str.getCapacity() - oldLength;
/macosx-10.9.5/xnu-2422.115.4/libkern/c++/Tests/TestSerialization/test2/
H A Dtest2_main.cpp142 IOLog("serialized object's length = %d, capacity = %d\n", s->getLength(), s->getCapacity());
158 s2->getLength(), s2->getCapacity());
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dsortkey.cpp63 (count > getCapacity() && reallocate(count, 0) == NULL)) {
84 if (length > getCapacity() && reallocate(length, 0) == NULL) {
113 // U_ASSERT(newLength >= 0 && newLength <= getCapacity());
157 if (length > getCapacity() && reallocate(length, 0) == NULL) {
H A Ddigitlst.cpp75 fContext.digits = fStorage.getCapacity();
109 if (other.fStorage.getCapacity() > fStorage.getCapacity()) {
110 fDecNumber = fStorage.resize(other.fStorage.getCapacity());
114 fContext.digits = fStorage.getCapacity();
770 // fContext.digits == fStorage.getCapacity()
771 decNumber *t = fStorage.resize(numDigits, fStorage.getCapacity());
889 decNumber *newBuffer = fStorage.resize(requestedCapacity, fStorage.getCapacity());
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDFamily/
H A DIOHIDUserClientIniter.cpp104 providerSize = providerDictionary->getCapacity();
114 providerSizeAfterMerge = providerDictionary->getCapacity();
/macosx-10.9.5/xnu-2422.115.4/libkern/c++/Tests/TestSerialization/test1/
H A Dtest1_main.cpp83 IOLog("serialized object's length = %d, capacity = %d\n", s->getLength(), s->getCapacity());
/macosx-10.9.5/xnu-2422.115.4/libkern/libkern/c++/
H A DOSCollection.h274 * @function getCapacity
287 virtual unsigned int getCapacity() const = 0;
H A DOSSerialize.h276 virtual unsigned int getCapacity() const;
H A DOSArray.h330 * @function getCapacity
344 * //apple_ref/cpp/instm/OSArray/getCapacity/virtualunsignedint/()
351 virtual unsigned int getCapacity() const;
H A DOSData.h391 * @function getCapacity
413 virtual unsigned int getCapacity() const;
H A DOSOrderedSet.h269 * @function getCapacity
290 virtual unsigned int getCapacity() const;
H A DOSSet.h408 * @function getCapacity
429 virtual unsigned int getCapacity() const;
H A DOSDictionary.h458 * @function getCapacity
478 virtual unsigned int getCapacity() const;
/macosx-10.9.5/ICU-511.35/icuSources/i18n/unicode/
H A Dsortkey.h261 int32_t getCapacity() const { function in class:CollationKey
/macosx-10.9.5/IONetworkingFamily-100/
H A DIOOutputQueue.h205 /*! @function getCapacity
212 virtual UInt32 getCapacity() const = 0;
H A DIOPacketQueue.h121 /*! @function getCapacity
126 virtual UInt32 getCapacity() const;
H A DIOBasicOutputQueue.h272 /*! @function getCapacity
279 virtual UInt32 getCapacity() const;
H A DIOPacketQueue.cpp142 UInt32 IOPacketQueue::getCapacity() const function in class:IOPacketQueue
/macosx-10.9.5/xnu-2422.115.4/iokit/IOKit/
H A DIOBufferMemoryDescriptor.h242 * getCapacity:
246 virtual vm_size_t getCapacity() const;
/macosx-10.9.5/xnu-2422.115.4/iokit/Tests/
H A DTestContainers.cpp143 TEST_ASSERT('d', "1c", test1->getCapacity() == DATA_SIZE_1);
148 TEST_ASSERT('d', "1h", test1->getCapacity() == DATA_SIZE_1);
188 TEST_ASSERT('d', "3c", test1->getCapacity() == sizeof(testData));
193 TEST_ASSERT('d', "3h", test1->getCapacity() == sizeof(testData));
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dnptrans.cpp208 b1Len = map(src, srcLength, b1, b1String.getCapacity(), allowUnassigned, parseError, status);
216 b1Len = map(src, srcLength, b1, b1String.getCapacity(), allowUnassigned, parseError, status);
/macosx-10.9.5/xnu-2422.115.4/libkern/c++/
H A DOSSerialize.cpp191 unsigned int OSSerialize::getCapacity() const { return capacity; } function in class:OSSerialize

Completed in 151 milliseconds

123