Searched defs:oldLength (Results 1 - 5 of 5) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/tests/StringFactoringTests/
H A Dprofile_main.cpp336 PRUint32 oldLength = s1.Length(); local
342 s1.SetLength(oldLength);
352 s1.SetLength(oldLength);
H A Dtest_main.cpp232 size_t oldLength = aWritable.Length(); local
234 if ( oldValue != Substring(aWritable, 0, oldLength) )
240 size_t newLength = 2*(oldLength+1);
249 if ( oldValue != Substring(aWritable, 0, oldLength) )
255 aWritable.SetLength(oldLength);
256 if ( aWritable.Length() != oldLength )
262 if ( oldValue != Substring(aWritable, 0, oldLength) )
/vbox/src/libs/xpcom18a4/xpcom/string/src/
H A DnsReadableUtils.cpp443 PRUint32 oldLength = aDest.Length(); local
444 aDest.SetLength(oldLength + Distance(aSrcStart, aSrcEnd));
445 aDest.BeginWriting(writer).advance(oldLength);
/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsFileSpec.cpp350 int oldLength = Length(); local
351 PRBool trailingSeparator = (lastSeparator + 1 == chars + oldLength);
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dsjsxp.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...

Completed in 238 milliseconds