/external/icu4c/common/ |
D | normlzr.cpp | 145 int32_t length=unorm_internalNormalize(buffer, dest->getCapacity(), in normalize() 153 length=unorm_internalNormalize(buffer, dest->getCapacity(), in normalize() 191 int32_t length=unorm_compose(buffer, dest->getCapacity(), in compose() 199 length=unorm_compose(buffer, dest->getCapacity(), in compose() 237 int32_t length=unorm_decompose(buffer, dest->getCapacity(), in decompose() 245 length=unorm_decompose(buffer, dest->getCapacity(), in decompose() 285 buffer, dest->getCapacity(), in concatenate() 294 buffer, dest->getCapacity(), in concatenate() 553 length=unorm_next(text, p, buffer.getCapacity(), in nextNormalize() 562 length=unorm_next(text, p, buffer.getCapacity(), in nextNormalize() [all …]
|
D | locid.cpp | 776 buffer, result.getCapacity(), in getDisplayLanguage() 788 buffer, result.getCapacity(), in getDisplayLanguage() 816 buffer, result.getCapacity(), in getDisplayScript() 828 buffer, result.getCapacity(), in getDisplayScript() 856 buffer, result.getCapacity(), in getDisplayCountry() 868 buffer, result.getCapacity(), in getDisplayCountry() 896 buffer, result.getCapacity(), in getDisplayVariant() 908 buffer, result.getCapacity(), in getDisplayVariant() 936 buffer, result.getCapacity(), in getDisplayName() 948 buffer, result.getCapacity(), in getDisplayName()
|
/external/opencore/pvmi/pvmf/include/ |
D | pvmf_media_frag_group.h | 76 virtual uint32 getCapacity(); 249 uint32 PVMFMediaFragGroup<Alloc>::getCapacity() in getCapacity() function 269 if (len > iFragments[index].getCapacity()) in setMediaFragFilledLen() 314 capacity += memfrag.getCapacity(); in appendMediaFragment()
|
D | pvmf_media_data_impl.h | 55 OSCL_IMPORT_REF virtual uint32 getCapacity() = 0;
|
D | pvmf_simple_media_buffer.h | 52 OSCL_IMPORT_REF virtual uint32 getCapacity();
|
D | pvmf_media_data.h | 102 OSCL_IMPORT_REF uint32 getCapacity();
|
D | pvmf_resizable_simple_mediamsg.h | 162 uint32 currCapacity = memFrag.getCapacity(); in ResizeMemoryFragment()
|
D | pvmf_timedtext.h | 345 uint32 currCapacity = memFrag.getCapacity(); in ResizeMemoryFragment()
|
/external/icu4c/i18n/ |
D | nortrans.cpp | 164 length = unorm_next(&iter, buffer, output.getCapacity(), in handleTransliterate() 175 length = unorm_next(&iter, buffer, output.getCapacity(), in handleTransliterate()
|
/external/opencore/protocols/systems/tools/general/common/src/ |
D | pvmf_file_data_source.cpp | 59 if (refCtrMemFrag.getCapacity() < bytesToSend) in TimeoutOccurred()
|
D | pvmf_buffer_data_source.cpp | 125 if (refCtrMemFrag.getCapacity() < bytesToSend) in TimeoutOccurred()
|
/external/opencore/oscl/oscl/osclbase/src/ |
D | oscl_refcounter_memfrag.h | 188 uint32 getCapacity() in getCapacity() function
|
/external/opencore/pvmi/pvmf/src/ |
D | pvmf_media_data.cpp | 131 OSCL_EXPORT_REF uint32 PVMFMediaData::getCapacity() in getCapacity() function in PVMFMediaData 133 return impl_ptr->getCapacity(); in getCapacity()
|
D | pvmf_simple_media_buffer.cpp | 97 OSCL_EXPORT_REF uint32 PVMFSimpleMediaBuffer::getCapacity() in getCapacity() function in PVMFSimpleMediaBuffer
|
/external/opencore/protocols/http_parcom/src/ |
D | http_parser.cpp | 679 return iHTTPMemFrag.getCapacity(); in isNextLineAvailable() 701 if (aFrag.getCapacity() <= iLineBufferSize - iLineBufferOccupied) in assemblyLineFragments() 703 oscl_memcpy(iLineBuffer + iLineBufferOccupied, (char*)aFrag.getPtr(), aFrag.getCapacity()); in assemblyLineFragments() 709 iLineBufferSize = (aFrag.getCapacity() + iLineBufferOccupied) << 1; in assemblyLineFragments() 715 … oscl_memcpy(aNewLineBuffer + iLineBufferOccupied, (char*)aFrag.getPtr(), aFrag.getCapacity()); in assemblyLineFragments() 721 iLineBufferOccupied += aFrag.getCapacity(); in assemblyLineFragments()
|
D | http_parcom_internal.h | 146 uint32 getCapacity() in getCapacity() function
|
/external/icu4c/tools/toolutil/ |
D | xmlparser.cpp | 215 &pu, buffer+src.getCapacity(), in parseFile() 283 cnv, &pu, buffer+src.getCapacity(), in parseFile() 289 capacity=(3*src.getCapacity())/2; // increase capacity by 50% in parseFile()
|
/external/apache-http/src/org/apache/http/impl/conn/tsccm/ |
D | RouteSpecificPool.java | 127 public int getCapacity() { in getCapacity() method in RouteSpecificPool
|
D | ConnPoolByRoute.java | 305 boolean hasCapacity = rospl.getCapacity() > 0; 308 log.debug("Available capacity: " + rospl.getCapacity()
|
/external/icu4c/test/intltest/ |
D | ustrtest.cpp | 994 if(test1.getCapacity()<20) { in TestMiscellaneous() 1042 for(int32_t i=0; i<test1.getCapacity(); ++i) { in TestMiscellaneous() 1046 …if(test1.length()!=test1.getCapacity() || test1.charAt(1)!=1 || test1.charAt(100)!=1 || test1.char… in TestMiscellaneous() 1473 …gus() || test3.setTo((UChar *)test1.getBuffer(), test1.length(), test1.getCapacity()).isBogus() ||… in TestBogus()
|
D | strcase.cpp | 444 u_strFromUTF8(buffer, result.getCapacity(), &resultLength, utf8Out, utf8OutLength, &errorCode); in TestCasingImpl()
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/ |
D | lowerlayer.cpp | 587 …int bytes_to_stuff = stuffing_sz > stuffing_frag.getCapacity() ? stuffing_frag.getCapacity() : stu… in DoStuffing()
|
/external/opencore/nodes/pvvideoparsernode/src/ |
D | pvmf_videoparser_node.cpp | 391 if (!tempImpl || !tempImpl->getCapacity()) in Run() 762 …GetRep() && (iVideoFrame->getFilledSize() + memFrag.getMemFragSize()) > iVideoFrame->getCapacity()) in DataReceived()
|
/external/opencore/nodes/pvprotocolenginenode/protocol_common/src/ |
D | pvmf_protocol_engine_common.cpp | 666 memFrag.len = fragOut.getCapacity(); in processMicroStateSendRequest()
|
/external/icu4c/common/unicode/ |
D | unistr.h | 1607 inline int32_t getCapacity(void) const; 3287 UnicodeString::getCapacity() const in getCapacity() function
|