HomeSort by relevance Sort by last modified time
    Searched refs:fullLength (Results 1 - 12 of 12) 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/chromium_org/third_party/icu/source/common/
ucase.cpp 248 int32_t idx, closureLength, fullLength, length;
275 GET_SLOT_VALUE(excWord, UCASE_EXC_FULL_MAPPINGS, pe, fullLength);
280 fullLength&=0xffff; /* bits 16 and higher are reserved */
283 pe+=fullLength&UCASE_FULL_LOWER;
284 fullLength>>=4;
287 length=fullLength&0xf;
294 fullLength>>=4;
295 pe+=fullLength&0xf;
296 fullLength>>=4;
297 pe+=fullLength;
    [all...]
  /external/icu/icu4c/source/common/
ucase.cpp 248 int32_t idx, closureLength, fullLength, length;
275 GET_SLOT_VALUE(excWord, UCASE_EXC_FULL_MAPPINGS, pe, fullLength);
280 fullLength&=0xffff; /* bits 16 and higher are reserved */
283 pe+=fullLength&UCASE_FULL_LOWER;
284 fullLength>>=4;
287 length=fullLength&0xf;
294 fullLength>>=4;
295 pe+=fullLength&0xf;
296 fullLength>>=4;
297 pe+=fullLength;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
GIFImageDecoderTest.cpp 259 const size_t fullLength = fullData->size();
269 for (size_t i = 1; i <= fullLength; i += increment) {
272 decoder->setData(data.get(), i == fullLength);
284 for (size_t i = 1; i <= fullLength; i += increment) {
286 decoder->setData(data.get(), i == fullLength);
  /frameworks/base/obex/javax/obex/
ObexHelper.java 700 int fullLength = 0;
705 while ((fullLength < maxSize) && (index < headerArray.length)) {
707 lastLength = fullLength;
725 fullLength += length + 3;
732 fullLength += 2;
738 fullLength += 5;
755 if (fullLength < maxSize) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/
WEBPImageDecoderTest.cpp 481 const size_t fullLength = fullData->size();
491 for (size_t i = 1; i <= fullLength; i += increment) {
494 decoder->setData(data.get(), i == fullLength);
505 for (size_t i = 1; i <= fullLength; i += increment) {
507 decoder->setData(data.get(), i == fullLength);
  /external/chromium_org/third_party/icu/source/i18n/
uregex.cpp 664 int32_t fullLength = endIx - startIx;
665 int32_t copyLength = fullLength;
681 return fullLength;
    [all...]
  /external/icu/icu4c/source/i18n/
uregex.cpp 664 int32_t fullLength = endIx - startIx;
665 int32_t copyLength = fullLength;
681 return fullLength;
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cucdtst.c     [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 

Completed in 2811 milliseconds