Searched refs:_length (Results 1 - 16 of 16) sorted by relevance

/external/arduino/hardware/arduino/cores/arduino/
H A DWString.cpp29 getBuffer( _length = strlen( value ) );
36 getBuffer( _length = value._length );
43 _length = 1;
53 _length = 1;
65 getBuffer( _length = strlen(buf) );
74 getBuffer( _length = strlen(buf) );
83 getBuffer( _length = strlen(buf) );
92 getBuffer( _length = strlen(buf) );
105 if(_length > lo
[all...]
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/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/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/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
H A Dtrace_impl.cc82 _length(),
469 _length[_activeQueue][idx] = length;
477 _length[_activeQueue][_nextFreeIdx[_activeQueue]] = strlen(warning_msg);
479 warning_msg, _length[_activeQueue][idx]);
538 _length[localQueueActive][idx]);
594 WebRtc_UWord16 length = _length[localQueueActive][idx];
/external/webkit/Source/JavaScriptCore/bytecode/
H A DOpcode.h204 #define OPCODE_ID_LENGTHS(id, length) const int id##_length = length;
208 #define OPCODE_LENGTH(opcode) opcode##_length
/external/qemu/distrib/sdl-1.2.15/src/audio/ums/
H A DSDL_umsaudio.c180 samplesToWrite = this->hidden->playbuf._length/this->hidden->bytesPerSample;
328 this->hidden->playbuf._length = 0;
331 this->hidden->fillbuf._length = 0;
/external/chromium/third_party/libevent/test/
H A Dregress.gen.h21 #define EVTAG_LEN(msg, member) ((msg)->member##_length)
/external/chromium/third_party/libevent/
H A Devent_rpcgen.py448 self._length = length
462 dcl = ['ev_uint8_t %s_data[%s];' % (self._name, self._length)]
489 name, self._length),
524 if not self._length:
1333 '#define EVTAG_LEN(msg, member) ((msg)->member##_length)\n'
/external/libvorbis/doc/
H A Da1-encapsulation-ogg.tex130 current packet be at position (3*long\_block\_length/4) -
131 (short\_block\_length/4).
/external/strace/
H A Dstream.c788 if (m.struct.elem##_length < 0 || \
790 m.struct.elem##_offset + m.struct.elem##_length > len) \
792 tprintf (#elem "_length=%ld, " #elem "_offset=%ld",\
793 m.struct.elem##_length, \
800 m.struct.elem##_length); \
/external/skia/tests/
H A DBitmapCopyTest.cpp198 explicit Coordinates(int _length): length(_length) argument
/external/dropbear/libtomcrypt/
H A Dcrypt.tex588 Where \textit{name} is the lower case ASCII version of the name. The fields \textit{min\_key\_length} and \textit{max\_key\_length}
589 are the minimum and maximum key sizes in bytes. The \textit{block\_length} member is the block size of the cipher
4305 \index{der\_length\_sequence()}
4399 The length of a SET can be determined by calling der\_length\_sequence() since they have the same encoding length.
4423 Like the SET type the der\_length\_sequence() function can be used to determine the length of a \textit{SET OF} object.
4429 \index{der\_encode\_integer()}\index{der\_decode\_integer()}\index{der\_length\_integer()}
4446 \index{der\_encode\_short\_integer()}\index{der\_decode\_short\_integer()}\index{der\_length\_short\_integer()}
4465 \index{der\_encode\_bit\_string()}\index{der\_decode\_bit\_string()}\index{der\_length\_bit\_string()}
4486 \index{der\_encode\_octet\_string()}\index{der\_decode\_octet\_string()}\index{der\_length\_octe
[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 2005 milliseconds