/external/icu4c/common/unicode/ |
ubrk.h | 475 * @param capacity the length of the supplied vector. A length of zero causes 484 ubrk_getRuleStatusVec(UBreakIterator *bi, int32_t *fillInVec, int32_t capacity, UErrorCode *status);
|
/external/icu4c/i18n/ |
tblcoll.cpp | 496 int32_t RuleBasedCollator::cloneBinary(uint8_t *buffer, int32_t capacity, UErrorCode &status) 498 return ucol_cloneBinary(ucollator, buffer, capacity, &status);
|
uspoof.cpp | 812 uspoof_serialize(USpoofChecker *sc,void *buf, int32_t capacity, UErrorCode *status) { 819 if (capacity < dataSize) {
|
/external/icu4c/i18n/unicode/ |
utrans.h | 555 * @param bufCapacity the capacity of the buffer. Ignored if buf is 590 * @param bufCapacity the capacity of the buffer. Ignored if buf is
|
/external/icu4c/test/cintltst/ |
utransts.c | 574 /* u_uastrcpy has no capacity param for the buffer -- so just 601 /* u_uastrcpy has no capacity param for the buffer -- so just
|
/external/icu4c/tools/toolutil/ |
pkgitems.cpp | 131 char *target, int32_t capacity, 151 if(targetLength>=capacity) {
|
/external/proguard/src/proguard/gui/ |
boilerplate.pro | 357 public int capacity(); 377 public int capacity();
|
/external/protobuf/src/google/protobuf/ |
wire_format_lite_inl.h | 232 int elements_already_reserved = values->Capacity() - values->size(); 270 int elements_available = min(values->Capacity() - values->size(),
|
/external/stlport/stlport/stl/ |
_vector.h | 199 size_type capacity() const { return size_type(this->_M_end_of_storage._M_data - this->_M_start); } function in class:vector 326 if (__len > capacity()) {
|
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
uset.h | 291 * @param resultCapacity the capacity of result, may be 0 if result is NULL 571 * @param strCapacity capacity of str, or 0 if str is NULL
|
/external/webkit/Source/JavaScriptCore/runtime/ |
Structure.cpp | 739 void Structure::createPropertyMap(unsigned capacity) 744 m_propertyTable = new PropertyTable(capacity);
|
/external/webkit/Source/WebCore/icu/unicode/ |
ubrk.h | 537 * @param capacity the length of the supplied vector. A length of zero causes 546 ubrk_getRuleStatusVec(UBreakIterator *bi, int32_t *fillInVec, int32_t capacity, UErrorCode *status);
|
uset.h | 291 * @param resultCapacity the capacity of result, may be 0 if result is NULL 571 * @param strCapacity capacity of str, or 0 if str is NULL
|
/frameworks/base/core/jni/android/graphics/ |
TextLayoutCache.cpp | 329 return sizeof(TextLayoutCacheValue) + sizeof(jfloat) * mAdvances.capacity() + 330 sizeof(jchar) * mGlyphs.capacity();
|
/libcore/luni/src/main/java/java/nio/charset/ |
CharsetEncoder.java | 331 if (output.capacity() == 0) { 334 ByteBuffer result = ByteBuffer.allocate(output.capacity() * 2);
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_vector.h | 199 size_type capacity() const { return size_type(this->_M_end_of_storage._M_data - this->_M_start); } function in class:vector 326 if (__len > capacity()) {
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
stl_bvector.h | 554 if (__x.size() > capacity()) 670 capacity() const function in class:vector
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/ |
string | 189 // 21.3.3 capacity: 205 using _Base::capacity;
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_bvector.h | 554 if (__x.size() > capacity()) 670 capacity() const function in class:vector
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/debug/ |
string | 189 // 21.3.3 capacity: 205 using _Base::capacity;
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_vector.h | 199 size_type capacity() const { return size_type(this->_M_end_of_storage._M_data - this->_M_start); } function in class:vector 326 if (__len > capacity()) {
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_bvector.h | 554 if (__x.size() > capacity()) 670 capacity() const function in class:vector
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/debug/ |
string | 189 // 21.3.3 capacity: 205 using _Base::capacity;
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_vector.h | 199 size_type capacity() const { return size_type(this->_M_end_of_storage._M_data - this->_M_start); } function in class:vector 326 if (__len > capacity()) {
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
HandleHeap.java | 310 byte[] stuff = new byte[data.capacity()]; 313 Log.d("ddm-hprof", "got hprof file, size: " + data.capacity() + " bytes");
|