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

/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dbytestriebuilder.cpp116 int32_t lengthDiff=thisString.length()-otherString.length(); local
118 if(lengthDiff<=0) {
124 return diff!=0 ? diff : lengthDiff;
/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DSecCertificateP.c1223 CFIndex lengthDiff = value.content.length - valueContentLength; local
1224 if (lengthDiff == 0) {
1250 lengthDiff += valueLLDiff;
1254 atvContentLength -= lengthDiff;
1268 lengthDiff += atvLLDiff;
1273 rdnContentLength -= lengthDiff;
1287 lengthDiff += rdnLLDiff;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecCertificateP.c1223 CFIndex lengthDiff = value.content.length - valueContentLength; local
1224 if (lengthDiff == 0) {
1250 lengthDiff += valueLLDiff;
1254 atvContentLength -= lengthDiff;
1268 lengthDiff += atvLLDiff;
1273 rdnContentLength -= lengthDiff;
1287 lengthDiff += rdnLLDiff;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecCertificateP.c1223 CFIndex lengthDiff = value.content.length - valueContentLength; local
1224 if (lengthDiff == 0) {
1250 lengthDiff += valueLLDiff;
1254 atvContentLength -= lengthDiff;
1268 lengthDiff += atvLLDiff;
1273 rdnContentLength -= lengthDiff;
1287 lengthDiff += rdnLLDiff;
/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/
H A DSecCertificate.c1281 CFIndex lengthDiff = value.content.length - valueContentLength; local
1282 if (lengthDiff == 0) {
1309 lengthDiff += valueLLDiff;
1313 atvContentLength -= lengthDiff;
1328 lengthDiff += atvLLDiff;
1333 rdnContentLength -= lengthDiff;
1348 lengthDiff += rdnLLDiff;
1355 (void) lengthDiff; // No next object, silence analyzer

Completed in 241 milliseconds