Home
last modified time | relevance | path

Searched refs:bufferCapacity (Results 1 – 25 of 51) sorted by relevance

123

/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumber_capi.cpp148 unumf_resultToString(const UFormattedNumber* uresult, UChar* buffer, int32_t bufferCapacity, in unumf_resultToString() argument
153 if (buffer == nullptr ? bufferCapacity != 0 : bufferCapacity < 0) { in unumf_resultToString()
158 return result->string.toTempUnicodeString().extract(buffer, bufferCapacity, *ec); in unumf_resultToString()
/third_party/node/deps/icu-small/source/i18n/
Dnumber_capi.cpp153 unumf_resultToString(const UFormattedNumber* uresult, UChar* buffer, int32_t bufferCapacity, in unumf_resultToString() argument
158 if (buffer == nullptr ? bufferCapacity != 0 : bufferCapacity < 0) { in unumf_resultToString()
163 return result->fData.toTempString(*ec).extract(buffer, bufferCapacity, *ec); in unumf_resultToString()
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_capi.cpp150 unumf_resultToString(const UFormattedNumber* uresult, UChar* buffer, int32_t bufferCapacity, in unumf_resultToString() argument
155 if (buffer == nullptr ? bufferCapacity != 0 : bufferCapacity < 0) { in unumf_resultToString()
160 return result->fData.toTempString(*ec).extract(buffer, bufferCapacity, *ec); in unumf_resultToString()
/third_party/icu/icu4c/source/i18n/
Dnumber_capi.cpp150 unumf_resultToString(const UFormattedNumber* uresult, UChar* buffer, int32_t bufferCapacity, in unumf_resultToString() argument
155 if (buffer == nullptr ? bufferCapacity != 0 : bufferCapacity < 0) { in unumf_resultToString()
160 return result->fData.toTempString(*ec).extract(buffer, bufferCapacity, *ec); in unumf_resultToString()
/third_party/icu/icu4c/source/common/
Duloc.cpp719 char* buffer, int32_t bufferCapacity, in uloc_getKeywordValue() argument
726 CheckedArrayByteSink sink(buffer, bufferCapacity); in uloc_getKeywordValue()
738 u_terminateChars(buffer, bufferCapacity, reslen, status); in uloc_getKeywordValue()
857 char* buffer, int32_t bufferCapacity, in uloc_setKeywordValue() argument
883 if (keywordName == NULL || keywordName[0] == 0 || bufferCapacity <= 1) { in uloc_setKeywordValue()
888 if(bufferCapacity<bufLen) { in uloc_setKeywordValue()
931 if(needLen >= bufferCapacity) { in uloc_setKeywordValue()
1068 if (appendLength >= bufferCapacity - needLen) { in uloc_setKeywordValue()
1073 startSearchHere, bufferCapacity - needLen, *status); in uloc_setKeywordValue()
Ducnvsel.cpp284 void* buffer, int32_t bufferCapacity, UErrorCode* status) { in ucnvsel_serialize() argument
291 if (bufferCapacity < 0 || in ucnvsel_serialize()
292 (bufferCapacity > 0 && (p == NULL || (U_POINTER_MASK_LSB(p, 3) != 0))) in ucnvsel_serialize()
325 if (totalSize > bufferCapacity) { in ucnvsel_serialize()
/third_party/skia/third_party/externals/icu/source/common/
Duloc.cpp719 char* buffer, int32_t bufferCapacity, in uloc_getKeywordValue() argument
726 CheckedArrayByteSink sink(buffer, bufferCapacity); in uloc_getKeywordValue()
738 u_terminateChars(buffer, bufferCapacity, reslen, status); in uloc_getKeywordValue()
857 char* buffer, int32_t bufferCapacity, in uloc_setKeywordValue() argument
883 if (keywordName == NULL || keywordName[0] == 0 || bufferCapacity <= 1) { in uloc_setKeywordValue()
888 if(bufferCapacity<bufLen) { in uloc_setKeywordValue()
931 if(needLen >= bufferCapacity) { in uloc_setKeywordValue()
1068 if (appendLength >= bufferCapacity - needLen) { in uloc_setKeywordValue()
1073 startSearchHere, bufferCapacity - needLen, *status); in uloc_setKeywordValue()
/third_party/node/deps/icu-small/source/common/
Duloc.cpp728 char* buffer, int32_t bufferCapacity, in uloc_getKeywordValue() argument
735 CheckedArrayByteSink sink(buffer, bufferCapacity); in uloc_getKeywordValue()
747 u_terminateChars(buffer, bufferCapacity, reslen, status); in uloc_getKeywordValue()
867 char* buffer, int32_t bufferCapacity, in uloc_setKeywordValue() argument
893 if (keywordName == NULL || keywordName[0] == 0 || bufferCapacity <= 1) { in uloc_setKeywordValue()
898 if(bufferCapacity<bufLen) { in uloc_setKeywordValue()
941 if(needLen >= bufferCapacity) { in uloc_setKeywordValue()
1078 if (appendLength >= bufferCapacity - needLen) { in uloc_setKeywordValue()
1083 startSearchHere, bufferCapacity - needLen, *status); in uloc_setKeywordValue()
Ducnvsel.cpp284 void* buffer, int32_t bufferCapacity, UErrorCode* status) { in ucnvsel_serialize() argument
291 if (bufferCapacity < 0 || in ucnvsel_serialize()
292 (bufferCapacity > 0 && (p == NULL || (U_POINTER_MASK_LSB(p, 3) != 0))) in ucnvsel_serialize()
325 if (totalSize > bufferCapacity) { in ucnvsel_serialize()
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Duloc.h870 char* buffer, int32_t bufferCapacity,
907 char* buffer, int32_t bufferCapacity,
Ducnvsel.h149 void* buffer, int32_t bufferCapacity, UErrorCode* status);
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DAnalyzerActivity.java116 int bufferCapacity = outStream.getBufferCapacityInFrames(); in getCommonTestReport() local
117 report.append(String.format("out.buffer.capacity.frames = %d\n", bufferCapacity)); in getCommonTestReport()
/third_party/icu/icu4c/source/common/unicode/
Ducnvsel.h152 void* buffer, int32_t bufferCapacity, UErrorCode* status);
Duloc.h966 char* buffer, int32_t bufferCapacity,
1003 char* buffer, int32_t bufferCapacity,
/third_party/node/deps/icu-small/source/common/unicode/
Ducnvsel.h152 void* buffer, int32_t bufferCapacity, UErrorCode* status);
Duloc.h966 char* buffer, int32_t bufferCapacity,
1003 char* buffer, int32_t bufferCapacity,
/third_party/skia/third_party/externals/icu/source/common/unicode/
Ducnvsel.h152 void* buffer, int32_t bufferCapacity, UErrorCode* status);
Duloc.h966 char* buffer, int32_t bufferCapacity,
1003 char* buffer, int32_t bufferCapacity,
/third_party/flutter/skia/third_party/externals/icu/patches/
Duniset_perf2.patch359 - int32_t bufferCapacity; // capacity of buffer
363 + int32_t bufferCapacity = 0; // capacity of buffer
496 - bufferCapacity(0), patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
523 - bufferCapacity(0), patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
553 - buffer(0), bufferCapacity(0),
580 - buffer(0), bufferCapacity(0),
1031 + bufferCapacity = 0;
1064 - bufferCapacity(0), patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
1171 - if (buffer != NULL && newLen <= bufferCapacity)
1178 + if (newLen <= bufferCapacity) {
[all …]
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
Dudbgutil.h103 U_CAPI int32_t udbg_getSystemParameterValueByIndex(int32_t i, char *buffer, int32_t bufferCapacity,…
/third_party/icu/icu4c/source/tools/toolutil/
Dudbgutil.h103 U_CAPI int32_t udbg_getSystemParameterValueByIndex(int32_t i, char *buffer, int32_t bufferCapacity,…
/third_party/node/deps/icu-small/source/tools/toolutil/
Dudbgutil.h103 U_CAPI int32_t udbg_getSystemParameterValueByIndex(int32_t i, char *buffer, int32_t bufferCapacity,…
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/
Dudbgutil.h103 U_CAPI int32_t udbg_getSystemParameterValueByIndex(int32_t i, char *buffer, int32_t bufferCapacity,…
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/
Dunumberformatter.h549 unumf_resultToString(const UFormattedNumber* uresult, UChar* buffer, int32_t bufferCapacity,
/third_party/flutter/skia/third_party/externals/icu/source/common/
Ducnvsel.cpp284 void* buffer, int32_t bufferCapacity, UErrorCode* status) { in ucnvsel_serialize() argument
291 if (bufferCapacity < 0 || in ucnvsel_serialize()
292 (bufferCapacity > 0 && (p == NULL || (U_POINTER_MASK_LSB(p, 3) != 0))) in ucnvsel_serialize()
325 if (totalSize > bufferCapacity) { in ucnvsel_serialize()

123