Searched refs:itemCount (Results 1 - 25 of 28) sorted by relevance

12

/external/icu4c/tools/icuswap/
H A Dicuswap.cpp345 uint32_t itemCount, offset, i; local
413 itemCount=ds->readUInt32(*(const uint32_t *)inBytes);
414 if(itemCount==0) {
420 offset=ds->readUInt32(inEntries[itemCount-1].dataOffset);
429 /* check that the itemCount fits, then the ToC table, then at least the header of the last item */
432 /* itemCount does not fit */
434 itemCount=0; /* make compilers happy */
436 itemCount=ds->readUInt32(*(const uint32_t *)inBytes);
437 if(itemCount==0) {
439 } else if((uint32_t)length<(4+8*itemCount)) {
[all...]
/external/webkit/WebCore/platform/qt/
H A DContextMenuQt.cpp54 unsigned ContextMenu::itemCount() const function in class:WebCore::ContextMenu
H A DQtAbstractWebPopup.h42 int itemCount() const { return m_popupClient->listSize(); } function in class:WebCore::QtAbstractWebPopup
/external/icu4c/tools/toolutil/
H A Dpackage.cpp384 itemCount=0;
413 for(idx=0; idx<itemCount; ++idx) {
486 /* check that the itemCount fits, then the ToC table, then at least the header of the last item */
489 /* itemCount does not fit */
492 itemCount=udata_readInt32(ds, *(const int32_t *)inBytes);
493 if(itemCount==0) {
495 } else if(length<(4+8*itemCount)) {
500 offset=20+(int32_t)ds->readUInt32(inEntries[itemCount-1].dataOffset);
510 if(itemCount>0) {
515 if(itemCount>MAX_FILE_COUN
[all...]
H A Dpackage.h147 int32_t itemCount; member in class:Package
/external/webkit/WebCore/platform/
H A DContextMenu.h62 unsigned itemCount() const;
/external/webkit/WebCore/platform/chromium/
H A DContextMenuChromium.cpp53 unsigned ContextMenu::itemCount() const function in class:WebCore::ContextMenu
H A DPopupMenuChromium.cpp746 int itemCount = numItems(); local
747 int index = (max(0, m_selectedIndex) + searchStartOffset) % itemCount;
748 for (int i = 0; i < itemCount; i++, index = (index + 1) % itemCount) {
/external/webkit/WebKit/win/Interfaces/
H A DIWebHistory.idl108 HRESULT addItems([in] int itemCount, [in] IWebHistoryItem** items);
115 HRESULT removeItems([in] int itemCount, [in] IWebHistoryItem** items);
/external/webkit/WebCore/platform/win/
H A DContextMenuWin.cpp59 unsigned ContextMenu::itemCount() const function in class:WebCore::ContextMenu
78 insertItem(itemCount(), item);
H A DPopupMenuWin.cpp298 int itemCount = client()->listSize(); local
300 int naturalHeight = m_itemHeight * itemCount;
307 for (int i = 0; i < itemCount; ++i) {
594 int itemCount = client()->listSize(); local
596 // listRect is the damageRect translated into the coordinates of the entire menu list (which is itemCount * m_itemHeight pixels tall)
/external/webkit/WebCore/platform/haiku/
H A DContextMenuHaiku.cpp98 unsigned ContextMenu::itemCount() const function in class:WebCore::ContextMenu
/external/webkit/WebKit/win/
H A DWebHistory.h77 /* [in] */ int itemCount,
81 /* [in] */ int itemCount,
H A DWebHistory.cpp317 CFIndex itemCount = CFArrayGetCount(datesArray); local
318 for (CFIndex i = 0; i < itemCount; ++i) {
411 /* [in] */ int itemCount,
421 for (int i = itemCount - 1; i >= 0; --i) {
431 /* [in] */ int itemCount,
435 for (int i = 0; i < itemCount; ++i) {
449 CFIndex itemCount = CFDictionaryGetCount(m_entriesByURL.get()); local
450 Vector<IWebHistoryItem*> itemsVector(itemCount);
452 RetainPtr<CFArrayRef> allItems(AdoptCF, CFArrayCreate(kCFAllocatorDefault, (const void**)itemsVector.data(), itemCount, &MarshallingHelpers::kIUnknownArrayCallBacks));
410 addItems( int itemCount, IWebHistoryItem** items) argument
430 removeItems( int itemCount, IWebHistoryItem** items) argument
/external/webkit/WebCore/svg/
H A DSVGPathSegList.cpp184 unsigned itemCount = fromList->numberOfItems(); local
185 if (!itemCount || itemCount != toList->numberOfItems())
189 for (unsigned n = 0; n < itemCount; ++n) {
H A DSVGAnimateElement.cpp246 unsigned itemCount = m_animatedPath->numberOfItems(); local
248 for (unsigned n = 0; n < itemCount; ++n) {
/external/webkit/WebKit/qt/WebCoreSupport/
H A DQtFallbackWebPopup.cpp144 for (int i = 0; i < itemCount(); ++i) {
/external/webkit/WebCore/platform/mac/
H A DContextMenuMac.mm135 unsigned ContextMenu::itemCount() const
/external/v8/src/
H A Dbuiltins.cc607 int itemCount = (n_arguments > 1) ? (n_arguments - 2) : 0; local
609 int new_length = len - actualDeleteCount + itemCount;
612 if (itemCount < actualDeleteCount) {
615 elms->set(k + itemCount,
623 } else if (itemCount > actualDeleteCount) {
626 ASSERT((itemCount - actualDeleteCount) <= (Smi::kMaxValue - len));
651 elms->set(k + itemCount - 1,
659 for (int k = actualStart; k < actualStart + itemCount; k++) {
/external/webkit/WebCore/dom/
H A DSelectElement.cpp868 int itemCount = items.size(); local
869 if (itemCount < 1)
873 int index = (optionToListIndex(data, element, selected >= 0 ? selected : 0) + searchStartOffset) % itemCount;
881 for (int i = 0; i < itemCount; ++i, index = (index + 1) % itemCount) {
/external/webkit/WebKitTools/DumpRenderTree/qt/
H A DDumpRenderTreeQt.cpp377 int itemCount = history->maximumItemCount(); local
381 history->setMaximumItemCount(itemCount);
/external/webkit/WebKit/chromium/src/
H A DContextMenuClientImpl.cpp258 for (size_t i = 0; i < defaultMenu->itemCount(); ++i) {
/external/icu4c/test/cintltst/
H A Dusettest.c363 int32_t itemCount = uset_getItemCount(set); local
393 if (itemIndex >= itemCount) {
/external/icu4c/common/
H A Dtriedict.cpp1365 uint16_t itemCount = flagscount & kCountMask;
1367 if (itemCount > 0) {
1370 itemCount*sizeof(uint16_t),
1378 for (int j = 0; j < itemCount; ++j) {
/external/icu4c/i18n/
H A Dcolldata.cpp661 int32_t itemCount; local
708 itemCount = uset_getItemCount(charsToTest);
709 for(int32_t item = 0; item < itemCount; item += 1) {

Completed in 271 milliseconds

12