Searched defs:bufferCapacity (Results 1 – 11 of 11) sorted by relevance
/external/icu/icu4c/source/common/unicode/ |
D | uniset.h | 298 int32_t bufferCapacity = 0; // capacity of buffer variable
|
/external/icu/libicu/cts_headers/unicode/ |
D | uniset.h | 298 int32_t bufferCapacity = 0; // capacity of buffer variable
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/ |
D | SharedFlow.kt | 214 …val bufferCapacity = if (bufferCapacity0 < 0) Int.MAX_VALUE else bufferCapacity0 // coerce to MAX_… in tryEmit() constant 244 private val bufferCapacity: Int, constant in kotlinx.coroutines.flow.SharedFlowImpl
|
/external/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/ |
D | AnalyzerActivity.java | 134 int bufferCapacity = outStream.getBufferCapacityInFrames(); in getCommonTestReport() local
|
/external/icu/icu4c/source/i18n/ |
D | number_capi.cpp | 150 unumf_resultToString(const UFormattedNumber* uresult, UChar* buffer, int32_t bufferCapacity, in unumf_resultToString()
|
/external/oboe/tests/ |
D | testStreamClosedMethods.cpp | 106 int32_t bufferCapacity = mStream->getBufferCapacityInFrames(); in TEST_F() local
|
/external/icu/icu4c/source/common/ |
D | uloc.cpp | 719 char* buffer, int32_t bufferCapacity, in uloc_getKeywordValue() 857 char* buffer, int32_t bufferCapacity, in uloc_setKeywordValue()
|
D | ucnvsel.cpp | 284 void* buffer, int32_t bufferCapacity, UErrorCode* status) { in ucnvsel_serialize()
|
D | loclikely.cpp | 1187 int32_t bufferCapacity, in do_canonicalize()
|
/external/icu/icu4c/source/tools/toolutil/ |
D | udbgutil.cpp | 572 U_CAPI int32_t udbg_getSystemParameterValueByIndex(int32_t i, char *buffer, int32_t bufferCapacity,… in udbg_getSystemParameterValueByIndex()
|
/external/icu/libicu/src/ |
D | shim.cpp | 917 …(const char * localeID, const char * keywordName, char * buffer, int32_t bufferCapacity, UErrorCod… in uloc_getKeywordValue() 944 …st char * keywordName, const char * keywordValue, char * buffer, int32_t bufferCapacity, UErrorCod… in uloc_setKeywordValue()
|