Searched refs:strLength (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/string/src/
H A DnsTDependentSubstring.cpp42 size_type strLength = readable.GetReadableBuffer((const char_type**) &mData); local
44 if (startPos > strLength)
45 startPos = strLength;
48 mLength = NS_MIN(length, strLength - startPos);
56 size_type strLength = str.Length(); local
58 if (startPos > strLength)
59 startPos = strLength;
62 mLength = NS_MIN(length, strLength - startPos);
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/dbg/
H A DDumpD3DCaps9.cpp685 static int strLength(const char * pcszStr, char sep) function
700 int cStr1 = strLength(pcszStr1, sep);
701 int cStr2 = strLength(pcszStr2, sep);
710 int cStr = strLength(pcszStr, sep);
757 int cCur = strLength(pCur, ' ');
758 int cCmp = strLength(pCmp, ' ');
846 // int cStr1 = strLength(pcszStr1, ' ');
847 // int cStr2 = strLength(pcszStr2, ' ');

Completed in 262 milliseconds