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

/macosx-10.9.5/WebKit-7537.78.2/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);
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Ducase.cpp248 int32_t idx, closureLength, fullLength, length; local
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...]
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Duregex.cpp664 int32_t fullLength = endIx - startIx; local
665 int32_t copyLength = fullLength;
681 return fullLength;
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dcucdtst.c3281 const UChar *full, int32_t fullLength,
3297 if(length2!=fullLength || 0!=u_memcmp(t, full, fullLength)) {
3279 testFold(UChar32 c, int which, UChar32 simple, UChar32 turkic, const UChar *full, int32_t fullLength, const UChar *turkicFull, int32_t turkicFullLength) argument
/macosx-10.9.5/IOKitUser-907.100.13/kext.subproj/
H A DOSKext.c4005 CFIndex baseLength, fullLength; local
4037 fullLength = CFStringGetLength(bundlePath);
4041 CFRangeMake(baseLength, fullLength - baseLength));

Completed in 131 milliseconds