Searched refs:fullLength (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebKit/win/
H A DDefaultDownloadDelegate.cpp120 size_t fullLength = wcslen(pathChars) + SysStringLen(filename) + 2; local
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);
/external/icu4c/common/
H A Ducase.c245 int32_t idx, closureLength, fullLength, length; local
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/
H A Duregex.cpp663 int32_t fullLength = endIx - startIx; local
664 int32_t copyLength = fullLength;
680 return fullLength;
/external/icu4c/test/cintltst/
H A Dcucdtst.c3145 const UChar *full, int32_t fullLength,
3161 if(length2!=fullLength || 0!=u_memcmp(t, full, fullLength)) {
3143 testFold(UChar32 c, int which, UChar32 simple, UChar32 turkic, const UChar *full, int32_t fullLength, const UChar *turkicFull, int32_t turkicFullLength) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 137 milliseconds