Searched defs:_length (Results 1 - 7 of 7) sorted by relevance

/external/arduino/hardware/arduino/cores/arduino/
H A DWString.h40 ~String() { free(_buffer); _length = _capacity = 0;} //added _length = _capacity = 0;
70 const unsigned int length( ) const { return _length; }
90 unsigned int _length; // the String length (not counting the '\0') member in class:String
103 if (_buffer == NULL) _length = _capacity = 0;
/external/webrtc/src/system_wrappers/source/
H A Dtrace_impl.h125 WebRtc_UWord16 _length[WEBRTC_TRACE_NUM_ARRAY][WEBRTC_TRACE_MAX_QUEUE]; member in class:webrtc::TraceImpl
/external/clang/test/CodeGenCXX/
H A D2010-07-23-DeclLoc.cpp44 typename SIZE::size_t _length; member in class:TRange
45 TRange(typename SIZE::ptr_t location, typename SIZE::size_t length) : _location(location), _length(length) { }
/external/skia/tests/
H A DBitmapCopyTest.cpp198 explicit Coordinates(int _length): length(_length) argument
/external/icu4c/common/unicode/
H A Dunistr.h95 # define UNICODE_STRING(cs, _length) U_NAMESPACE_QUALIFIER UnicodeString(TRUE, (const UChar *)U_DECLARE_UTF16(cs), _length)
97 # define UNICODE_STRING(cs, _length) U_NAMESPACE_QUALIFIER UnicodeString(TRUE, (const UChar *)L ## cs, _length)
99 # define UNICODE_STRING(cs, _length) U_NAMESPACE_QUALIFIER UnicodeString(TRUE, (const UChar *)cs, _length)
101 # define UNICODE_STRING(cs, _length) U_NAMESPACE_QUALIFIER UnicodeString(cs, _length, US_INV)
3483 int32_t& _length) const
3492 if(_length <
3606 compare(int32_t start, int32_t _length, const UnicodeString& srcText) const argument
3617 compare(int32_t start, int32_t _length, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) const argument
3625 compare(int32_t start, int32_t _length, const UChar *srcChars) const argument
3631 compare(int32_t start, int32_t _length, const UChar *srcChars, int32_t srcStart, int32_t srcLength) const argument
3667 compareCodePointOrder(int32_t start, int32_t _length, const UnicodeString& srcText) const argument
3678 compareCodePointOrder(int32_t start, int32_t _length, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) const argument
3686 compareCodePointOrder(int32_t start, int32_t _length, const UChar *srcChars) const argument
3692 compareCodePointOrder(int32_t start, int32_t _length, const UChar *srcChars, int32_t srcStart, int32_t srcLength) const argument
3730 caseCompare(int32_t start, int32_t _length, const UnicodeString &srcText, uint32_t options) const argument
3745 caseCompare(int32_t start, int32_t _length, const UnicodeString &srcText, int32_t srcStart, int32_t srcLength, uint32_t options) const argument
3755 caseCompare(int32_t start, int32_t _length, const UChar *srcChars, uint32_t options) const argument
3763 caseCompare(int32_t start, int32_t _length, const UChar *srcChars, int32_t srcStart, int32_t srcLength, uint32_t options) const argument
4013 replace(int32_t start, int32_t _length, const UnicodeString& srcText) argument
4019 replace(int32_t start, int32_t _length, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) argument
4027 replace(int32_t start, int32_t _length, const UChar *srcChars, int32_t srcLength) argument
4034 replace(int32_t start, int32_t _length, const UChar *srcChars, int32_t srcStart, int32_t srcLength) argument
4042 replace(int32_t start, int32_t _length, UChar srcChar) argument
4048 replace(int32_t start, int32_t _length, UChar32 srcChar) argument
4080 findAndReplace(int32_t start, int32_t _length, const UnicodeString& oldText, const UnicodeString& newText) argument
4091 doExtract(int32_t start, int32_t _length, UnicodeString& target) const argument
4097 extract(int32_t start, int32_t _length, UChar *target, int32_t targetStart) const argument
4104 extract(int32_t start, int32_t _length, UnicodeString& target) const argument
4112 extract(int32_t start, int32_t _length, char *dst, const char *codepage) const argument
4349 int32_t _length = 0; local
4420 remove(int32_t start, int32_t _length) argument
4464 reverse(int32_t start, int32_t _length) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 387 milliseconds