HomeSort by relevance Sort by last modified time
    Searched defs:itemIndex (Results 1 - 5 of 5) sorted by null

  /external/icu4c/test/cintltst/
usettest.c 364 int32_t itemIndex = 0;
393 if (itemIndex >= itemCount) {
398 itemLen = uset_getItem(set, itemIndex, &start, &end,
407 itemIndex, oneUCharToChar(start),
412 log_verbose("Ok: %s item %d is \"%s\"\n", pat, itemIndex, buf);
415 ++itemIndex;
  /external/webkit/Source/WebCore/platform/graphics/chromium/
UniscribeHelper.cpp 124 for (int itemIndex = 0; itemIndex < static_cast<int>(m_runs.size()); itemIndex++)
125 width += advanceForItem(itemIndex);
194 int itemIndex = m_screenOrder[screenIndex];
195 const SCRIPT_ITEM& item = m_runs[itemIndex];
196 const Shaping& shaping = m_shapes[itemIndex];
217 width += advanceForItem(itemIndex);
230 int itemIndex = m_screenOrder[screenIndex];
231 int itemAdvance = advanceForItem(itemIndex);
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventFragment.java 572 int itemIndex = 0;
591 items[itemIndex++] = mContext.getText(R.string.modify_event);
593 items[itemIndex++] = mContext.getText(R.string.modify_all);
597 items[itemIndex++] = mContext.getText(R.string.modify_all_following);
    [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 869 milliseconds