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

/external/ImageMagick/Magick++/lib/Magick++/
H A DPixels.h118 ::ssize_t _length; // Length of the data member in class:Magick::PixelData
/external/webrtc/webrtc/
H A Dvideo_frame.h178 : _buffer(buffer), _length(length), _size(size) {}
200 size_t _length; member in class:webrtc::EncodedImage
/external/clang/test/CodeGenCXX/
H A D2010-07-23-DeclLoc.cpp45 typename SIZE::size_t _length; member in class:TRange
46 TRange(typename SIZE::ptr_t location, typename SIZE::size_t length) : _location(location), _length(length) { }
/external/skia/tests/
H A DBitmapCopyTest.cpp164 explicit Coordinates(int _length): length(_length) argument
/external/icu/icu4c/source/common/unicode/
H A Dunistr.h118 # define UNICODE_STRING(cs, _length) icu::UnicodeString(TRUE, (const UChar *)U_DECLARE_UTF16(cs), _length)
120 # define UNICODE_STRING(cs, _length) icu::UnicodeString(TRUE, (const UChar *)L ## cs, _length)
122 # define UNICODE_STRING(cs, _length) icu::UnicodeString(TRUE, (const UChar *)cs, _length)
124 # define UNICODE_STRING(cs, _length) icu::UnicodeString(cs, _length, US_INV)
3739 int32_t& _length) const
3748 if(_length <
3887 compare(int32_t start, int32_t _length, const UnicodeString& srcText) const argument
3898 compare(int32_t start, int32_t _length, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) const argument
3906 compare(int32_t start, int32_t _length, const UChar *srcChars) const argument
3912 compare(int32_t start, int32_t _length, const UChar *srcChars, int32_t srcStart, int32_t srcLength) const argument
3948 compareCodePointOrder(int32_t start, int32_t _length, const UnicodeString& srcText) const argument
3959 compareCodePointOrder(int32_t start, int32_t _length, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) const argument
3967 compareCodePointOrder(int32_t start, int32_t _length, const UChar *srcChars) const argument
3973 compareCodePointOrder(int32_t start, int32_t _length, const UChar *srcChars, int32_t srcStart, int32_t srcLength) const argument
4011 caseCompare(int32_t start, int32_t _length, const UnicodeString &srcText, uint32_t options) const argument
4026 caseCompare(int32_t start, int32_t _length, const UnicodeString &srcText, int32_t srcStart, int32_t srcLength, uint32_t options) const argument
4036 caseCompare(int32_t start, int32_t _length, const UChar *srcChars, uint32_t options) const argument
4044 caseCompare(int32_t start, int32_t _length, const UChar *srcChars, int32_t srcStart, int32_t srcLength, uint32_t options) const argument
4294 replace(int32_t start, int32_t _length, const UnicodeString& srcText) argument
4300 replace(int32_t start, int32_t _length, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) argument
4308 replace(int32_t start, int32_t _length, const UChar *srcChars, int32_t srcLength) argument
4315 replace(int32_t start, int32_t _length, const UChar *srcChars, int32_t srcStart, int32_t srcLength) argument
4323 replace(int32_t start, int32_t _length, UChar srcChar) argument
4349 findAndReplace(int32_t start, int32_t _length, const UnicodeString& oldText, const UnicodeString& newText) argument
4360 doExtract(int32_t start, int32_t _length, UnicodeString& target) const argument
4366 extract(int32_t start, int32_t _length, UChar *target, int32_t targetStart) const argument
4373 extract(int32_t start, int32_t _length, UnicodeString& target) const argument
4381 extract(int32_t start, int32_t _length, char *dst, const char *codepage) const argument
4610 remove(int32_t start, int32_t _length) argument
4651 reverse(int32_t start, int32_t _length) argument
[all...]
/external/icu/icu4c/source/common/
H A Dunistr.cpp1373 int32_t _length,
1382 return doReplace(start, _length, buffer, 0, isError ? 0 : count);
1388 int32_t _length = 0; local
1390 U16_APPEND(buffer, _length, U16_MAX_LENGTH, srcChar, isError);
1392 // If isError then _length==0 which turns the doAppend() into a no-op anyway.
1393 return isError ? *this : doAppend(buffer, 0, _length);
1372 replace(int32_t start, int32_t _length, UChar32 srcChar) argument
/external/lzma/CPP/7zip/UI/Common/
H A DUpdate.cpp76 UInt64 _length; member in class:COutMultiVolStream
98 _length = 0;
202 if (_absPos > _length)
203 _length = _absPos;
228 case STREAM_SEEK_END: _absPos = _length + offset; break;
264 _length = newSize;
/external/webrtc/webrtc/modules/audio_device/win/
H A Daudio_device_core_win.cc86 _length(0),
100 *pcbLength = _length;
123 _length = cbLength;
167 DWORD _length; member in class:webrtc::__anon24597::MediaBufferImpl
/external/guice/extensions/persist/lib/
H A Ddb4o-6.4.14.8131-java5.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/db4o/ com/db4o/activation/ com/db4o/cluster/ com/ ...
/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 ...
/external/guice/extensions/struts2/lib/
H A Djetty-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/mortbay/jetty/ org/mortbay/jetty/webapp/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 403 milliseconds