HomeSort by relevance Sort by last modified time
    Searched refs:fullLength (Results 1 - 7 of 7) 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 104 int fullLength = ((direction & 1) == 0) ? getWidth() : getHeight();
105 mEffect[direction].onPull((float)offset / fullLength);
  /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...]
  /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/i18n/
uregex.cpp 664 int32_t fullLength = endIx - startIx;
665 int32_t copyLength = fullLength;
681 return fullLength;
    [all...]
  /external/icu4c/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 

Completed in 433 milliseconds