Searched refs:fCount (Results 1 - 21 of 21) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dnfrlist.h36 uint32_t fCount; member in class:NFRuleList
41 , fCount(0)
45 for(uint32_t i = 0; i < fCount; ++i) {
57 fCount -= 1;
58 for (uint32_t i = index; i < fCount; ++i) { // assumes small arrays
64 if (fCount == fCapacity) {
69 fStuff[fCount++] = thing;
72 fCount = 0;
75 uint32_t size() const { return fCount; }
76 NFRule* last() const { return (fCount >
[all...]
H A Dsortkey.cpp226 uint8_t *result = (uint8_t*) uprv_malloc( sizeof(uint8_t) * fCount );
234 count = fCount;
236 uprv_memcpy(result, fBytes, fCount);
H A Dfmtable.cpp200 fValue.fArrayAndCount.fCount = count;
231 fValue.fArrayAndCount.fCount = source.fValue.fArrayAndCount.fCount;
233 source.fValue.fArrayAndCount.fCount);
301 if (fValue.fArrayAndCount.fCount != that.fValue.fArrayAndCount.fCount) {
306 for (i=0; i<fValue.fArrayAndCount.fCount; ++i) {
590 fValue.fArrayAndCount.fCount = count;
613 fValue.fArrayAndCount.fCount = count;
679 count = fValue.fArrayAndCount.fCount;
[all...]
/macosx-10.10/PowerManagement-494.1.2/BATS/
H A Dpowerassertions-timeouts.c48 int fCount; member in struct:__anon3461
152 result.followers[result.fCount].action = SystemTimeoutActions[j];
158 result.followers[result.fCount].action,
159 &result.followers[result.fCount].id);
160 ++result.fCount;
194 printf("Created a total of %d assertions.\n", result.fCount);
201 result.timeouts, result.fCount);
205 printf("[FAIL] AssertionAnyChange didn't fire at all. fired=%d; assertions that timed out=%d.\n", result.any, result.fCount);
211 for (k=0; k<result.fCount; k++) {
/macosx-10.10/ICU-531.30/icuSources/layoutex/layout/
H A DRunArrays.h218 le_int32 fCount; member in class:RunArray
223 : UObject(), fClientArrays(FALSE), fLimits(NULL), fCount(0), fCapacity(0)
229 : UObject(), fClientArrays(FALSE), fLimits(NULL), fCount(0), fCapacity(0)
235 : UObject(), fClientArrays(TRUE), fLimits(limits), fCount(count), fCapacity(count)
242 return fCount;
247 fCount = 0;
252 if (run < 0 || run >= fCount) {
261 return getLimit(fCount - 1);
/macosx-10.10/ICU-531.30/icuSources/tools/genrb/
H A Dreslist.c339 if (res->u.fArray.fCount == 0 && gFormatVersion > 1) {
348 if (U_SUCCESS(*status) && res->u.fArray.fCount <= 0xffff && res16 >= 0 && gFormatVersion > 1) {
349 uint16_t *p16 = reserve16BitUnits(bundle, 1 + res->u.fArray.fCount, status);
352 *p16++ = (uint16_t)res->u.fArray.fCount;
356 bundle->f16BitUnitsLength += 1 + res->u.fArray.fCount;
373 if (res->u.fTable.fCount == 0 && gFormatVersion > 1) {
403 if(res->u.fTable.fCount > (uint32_t)bundle->fMaxTableLength) {
404 bundle->fMaxTableLength = res->u.fTable.fCount;
407 if (res->u.fTable.fCount <= 0xffff &&
412 uint16_t *p16 = reserve16BitUnits(bundle, 1 + res->u.fTable.fCount *
[all...]
H A Dreslist.h105 uint32_t fCount; member in struct:SResTable
115 uint32_t fCount; member in struct:SResArray
136 uint32_t fCount; member in struct:SResIntVector
H A Dwrtjava.c334 if (res->u.fArray.fCount > 0) {
398 for(i = 0; i<res->u.fIntVector.fCount; i++) {
409 for(i = 0; i<res->u.fIntVector.fCount; i++) {
516 if (res->u.fTable.fCount > 0) {
531 assert(i < res->u.fTable.fCount);
H A Dwrtxml.cpp730 for(i = 0; i < res->u.fIntVector.fCount; i += 1) {
/macosx-10.10/ICU-531.30/icuSources/layoutex/
H A DRunArrays.cpp20 : fClientArrays(FALSE), fLimits(NULL), fCount(0), fCapacity(initialCapacity)
37 if (fCount >= fCapacity) {
47 return fCount++;
/macosx-10.10/ICU-531.30/icuSources/layout/
H A DLETableReference.h266 : LETableReference(parent, offset, LE_UINTPTR_MAX, success), fCount(count) {
275 fCount=0;
281 : LETableReference(parent, parent.ptrToOffset(array, success), LE_UINTPTR_MAX, success), fCount(count) {
292 : LETableReference(parent, parent.ptrToOffset(array, success)+offset, LE_UINTPTR_MAX, success), fCount(count) {
303 LEReferenceToArrayOf() :LETableReference(), fCount(0) {}
305 le_uint32 getCount() const { return fCount; }
337 LEReferenceToArrayOf(const LETableReference& parent, LEErrorCode & success) : LETableReference(parent,0, LE_UINTPTR_MAX, success), fCount(0) {
342 le_uint32 fCount; member in class:LEReferenceToArrayOf
/macosx-10.10/Chess-310.6/Sources/
H A DMBCMoveGenerator.mm53 return fCount;
58 fCount = 0;
74 fCount += fCounting;
80 fCount += fCounting;
85 fCount += fCounting;
90 fCount += fCounting;
123 fCount += 1;
140 fCount += 1;
157 fCount += 1;
H A DMBCMoveGenerator.h70 int fCount; variable
/macosx-10.10/ICU-531.30/icuSources/i18n/unicode/
H A Dfmtable.h446 { count=fValue.fArrayAndCount.fCount; return fValue.fArrayAndCount.fArray; }
703 int32_t fCount; member in struct:Formattable::__anon970::__anon971
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCECM/DataDriver/Headers/
H A DAppleUSBCDCECMData.h107 UInt32 fCount; member in class:AppleUSBCDCECMData
/macosx-10.10/dyld-353.2.1/launch-cache/
H A Dupdate_dyld_shared_cache.cpp872 uint64_t fCount; member in class:PointerSection
880 , fCount(fSection ? fSection->size() / sizeof(pint_t) : 0)
884 uint64_t count() const { return fCount; }
887 if (index >= fCount) throwf("index out of range");
896 if (index >= fCount) throwf("index out of range");
902 for (uint64_t i = 0; i < fCount; i++) {
910 fCount -= shift;
911 const_cast<macho_section<P>*>(fSection)->set_size(fCount * sizeof(pint_t));
924 uint64_t const fCount; member in class:ArraySection
932 , fCount(fSectio
2103 size_t fCount; member in class:ObjCSelectorUniquer
2139 size_t fCount; member in class:ClassListBuilder
[all...]
H A DObjCModernAbstraction.hpp979 size_t fCount; member in class:HeaderInfoOptimizer
982 HeaderInfoOptimizer() : fHinfos(0), fCount(0) { }
1006 objc_header_info_t<A>* hi = new(&fHinfos[fCount++]) objc_header_info_t<A>(cache, mh);
1014 for (size_t i = 0; i < fCount; i++) {
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCEEM/Headers/
H A DAppleUSBCDCEEM.h182 UInt32 fCount; member in class:AppleUSBCDCEEM
/macosx-10.10/AppleUSBIrDA-145.2.4/AppleUSBIrDA/
H A DAppleUSBIrDA.cpp1481 ELG( rc, (me->fCount - remaining), 'dWCt', "dataWriteComplete" );
1482 XTRACE(kLogDataWriteComplete, rc, me->fCount - remaining);
1488 if (me->fCount == 1) {
1498 if ( me->fCount > 0 ) // Check if it was not a zero length write
1500 if ( (me->fCount % 64) == 0 ) // If was a multiple of 64 bytes then we need to do a zero length write
1506 me->fCount = 0;
3217 fCount = control_length + data_length + 1;
3218 fpPipeOutMDP->setLength( fCount );
3220 // LogData( kUSBOut, fCount, fPipeOutBuffer );
3221 XTRACE(kLogXmitLen, 0, fCount);
[all...]
H A DAppleUSBIrDA.h176 UInt32 fCount; // usb write length member in class:AppleUSBIrDADriver
/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A DSRepair.c6021 int fCount = 0, iCount = 0; local
6047 fCount++;
6050 fCount++;
6056 *folderCount = fCount;
6067 UInt32 vCount = 0, fCount = 0; local
6071 CountFolderItems(GPtr, theObjID, isHFSPlus, &vCount, &fCount);
6087 theRecPtr->hfsPlusFolder.folderCount = fCount;

Completed in 511 milliseconds