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

  /external/webkit/Source/WebKit/win/
DefaultDownloadDelegate.cpp 120 size_t fullLength = wcslen(pathChars) + SysStringLen(filename) + 2;
121 BSTR full = SysAllocStringLen(0, (UINT)fullLength);
125 wcscpy_s(full, fullLength, pathChars);
126 wcscat_s(full, fullLength, L"\\");
127 wcscat_s(full, fullLength, filename);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
EdgeView.java 101 int fullLength = ((direction & 1) == 0) ? getWidth() : getHeight();
102 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/icu4c/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/i18n/
uregex.cpp 663 int32_t fullLength = endIx - startIx;
664 int32_t copyLength = fullLength;
680 return fullLength;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 119 milliseconds