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

  /external/webkit/WebKit/win/
DefaultDownloadDelegate.cpp 120 size_t fullLength = _tcslen(pathChars) + SysStringLen(filename) + 2;
121 BSTR full = SysAllocStringLen(0, (UINT)fullLength);
125 _tcscpy_s(full, fullLength, pathChars);
126 _tcscat_s(full, fullLength, _T("\\"));
127 _tcscat_s(full, fullLength, filename);
  /frameworks/base/obex/javax/obex/
ObexHelper.java 688 int fullLength = 0;
693 while ((fullLength < maxSize) && (index < headerArray.length)) {
695 lastLength = fullLength;
713 fullLength += length + 3;
720 fullLength += 2;
726 fullLength += 5;
743 if (fullLength < maxSize) {
    [all...]
  /external/chromium/third_party/icu/source/common/
ucase.c 520 int32_t idx, closureLength, fullLength, length;
547 GET_SLOT_VALUE(excWord, UCASE_EXC_FULL_MAPPINGS, pe, fullLength);
552 fullLength&=0xffff; /* bits 16 and higher are reserved */
555 pe+=fullLength&UCASE_FULL_LOWER;
556 fullLength>>=4;
559 length=fullLength&0xf;
566 fullLength>>=4;
567 pe+=fullLength&0xf;
568 fullLength>>=4;
569 pe+=fullLength;
    [all...]
  /external/icu4c/common/
ucase.c 520 int32_t idx, closureLength, fullLength, length;
547 GET_SLOT_VALUE(excWord, UCASE_EXC_FULL_MAPPINGS, pe, fullLength);
552 fullLength&=0xffff; /* bits 16 and higher are reserved */
555 pe+=fullLength&UCASE_FULL_LOWER;
556 fullLength>>=4;
559 length=fullLength&0xf;
566 fullLength>>=4;
567 pe+=fullLength&0xf;
568 fullLength>>=4;
569 pe+=fullLength;
    [all...]
  /external/chromium/third_party/icu/source/i18n/
uregex.cpp 423 int32_t fullLength = endIx - startIx;
424 int32_t copyLength = fullLength;
440 return fullLength;
    [all...]
  /external/icu4c/i18n/
uregex.cpp 645 int32_t fullLength = endIx - startIx;
646 int32_t copyLength = fullLength;
662 return fullLength;
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
cucdtst.c     [all...]
  /external/icu4c/test/cintltst/
cucdtst.c     [all...]

Completed in 220 milliseconds