Searched refs:mCount (Results 1 – 3 of 3) sorted by relevance
35 private int mCount; field in FixedSizeArray45 mCount = 0; in FixedSizeArray()55 mCount = 0; in FixedSizeArray()67 assert mCount < mContents.length : "Array exhausted!"; in add()68 if (mCount < mContents.length) { in add()69 mContents[mCount] = object; in add()71 mCount++; in add()93 assert index < mCount;95 if (index < mCount) {96 for (int x = index; x < mCount; x++) {[all …]
22 le_uint16 mCount = SWAPW(markCount); in getMarkClass() local24 if (coverageIndex < mCount) { in getMarkClass()
785 int32_t mCount = 0; in getDateTimeSkeleton() local840 ++mCount; in getDateTimeSkeleton()899 if ( mCount != 0 ) { in getDateTimeSkeleton()