Searched defs:lLength (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/string/src/
H A DnsTStringComparator.cpp51 size_type lLength = leftIter.size_forward(); local
53 size_type lengthToCompare = NS_MIN(lLength, rLength);
58 if ( lLength < rLength )
60 else if ( rLength < lLength )
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/w16gui/
H A Dpopfile.c110 long lLength ; local
118 if ((lLength = PopFileLength (hFile)) >= 32000)
124 if (NULL == (hBuffer = GlobalAlloc (GHND, lLength + 1)))
131 _lread (hFile, lpstrBuffer, (WORD) lLength) ;
133 lpstrBuffer [(WORD) lLength] = '\0' ;

Completed in 42 milliseconds