HomeSort by relevance Sort by last modified time
    Searched refs:unitCount (Results 1 - 3 of 3) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
SlotView.java 475 int unitCount = (minorLength + mSlotGap) / (minorUnitSize + mSlotGap);
476 if (unitCount == 0) unitCount = 1;
477 mUnitCount = unitCount;
  /external/icu4c/common/
unistr.cpp 165 int32_t unitCount = UTF_CHAR_LENGTH(c), length = count * unitCount;
174 if(unitCount == 1) {
184 // now it must be i==unitCount
187 // for Unicode, unitCount can only be 1, 2, 3, or 4
191 while(unitIdx < unitCount) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 

Completed in 96 milliseconds