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

  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
EdgeView.java 104 int fullLength = ((direction & 1) == 0) ? getWidth() : getHeight();
105 mEffect[direction].onPull((float)offset / fullLength);
  /external/icu/icu4c/source/common/
ucase.cpp 247 int32_t idx, closureLength, fullLength, length;
274 GET_SLOT_VALUE(excWord, UCASE_EXC_FULL_MAPPINGS, pe, fullLength);
279 fullLength&=0xffff; /* bits 16 and higher are reserved */
282 pe+=fullLength&UCASE_FULL_LOWER;
283 fullLength>>=4;
286 length=fullLength&0xf;
293 fullLength>>=4;
294 pe+=fullLength&0xf;
295 fullLength>>=4;
296 pe+=fullLength;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UCaseProps.java 300 int index, closureLength, fullLength, length;
328 fullLength=(int)value;
333 fullLength&=0xffff; /* bits 16 and higher are reserved */
336 excOffset+=fullLength&FULL_LOWER;
337 fullLength>>=4;
340 length=fullLength&0xf;
347 fullLength>>=4;
348 excOffset+=fullLength&0xf;
349 fullLength>>=4;
350 excOffset+=fullLength;
    [all...]
  /frameworks/base/obex/javax/obex/
ObexHelper.java 744 int fullLength = 0;
751 while ((fullLength < maxSize) && (index < headerArray.length)) {
753 lastLength = fullLength;
771 fullLength += length + 3;
778 fullLength += 2;
784 fullLength += 5;
    [all...]
  /external/icu/icu4c/source/i18n/
uregex.cpp 694 int32_t fullLength = endIx - startIx;
695 int32_t copyLength = fullLength;
711 return fullLength;
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cucdtst.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 418 milliseconds