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

  /external/chromium_org/third_party/WebKit/Source/web/tests/
GIFImageDecoderTest.cpp 260 const size_t fullLength = fullData->size();
270 for (size_t i = 1; i <= fullLength; i += increment) {
273 decoder->setData(data.get(), i == fullLength);
284 for (size_t i = 1; i <= fullLength; i += increment) {
286 decoder->setData(data.get(), i == fullLength);
WEBPImageDecoderTest.cpp 432 const size_t fullLength = fullData->size();
442 for (size_t i = 1; i <= fullLength; i += increment) {
445 decoder->setData(data.get(), i == fullLength);
456 for (size_t i = 1; i <= fullLength; i += increment) {
458 decoder->setData(data.get(), i == fullLength);
  /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);
  /frameworks/base/obex/javax/obex/
ObexHelper.java 694 int fullLength = 0;
699 while ((fullLength < maxSize) && (index < headerArray.length)) {
701 lastLength = fullLength;
719 fullLength += length + 3;
726 fullLength += 2;
732 fullLength += 5;
749 if (fullLength < maxSize) {
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ucase.c 245 int32_t idx, closureLength, fullLength, length;
272 GET_SLOT_VALUE(excWord, UCASE_EXC_FULL_MAPPINGS, pe, fullLength);
277 fullLength&=0xffff; /* bits 16 and higher are reserved */
280 pe+=fullLength&UCASE_FULL_LOWER;
281 fullLength>>=4;
284 length=fullLength&0xf;
291 fullLength>>=4;
292 pe+=fullLength&0xf;
293 fullLength>>=4;
294 pe+=fullLength;
    [all...]
  /external/icu4c/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/icu/source/i18n/
uregex.cpp 646 int32_t fullLength = endIx - startIx;
647 int32_t copyLength = fullLength;
663 return fullLength;
    [all...]
  /external/icu4c/i18n/
uregex.cpp 664 int32_t fullLength = endIx - startIx;
665 int32_t copyLength = fullLength;
681 return fullLength;
    [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 68 milliseconds