/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | number_capi.cpp | 148 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/ |
D | number_capi.cpp | 153 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/ |
D | number_capi.cpp | 150 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/ |
D | number_capi.cpp | 150 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/ |
D | uloc.cpp | 719 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()
|
D | ucnvsel.cpp | 284 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/ |
D | uloc.cpp | 719 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/ |
D | uloc.cpp | 728 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()
|
D | ucnvsel.cpp | 284 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/ |
D | uloc.h | 870 char* buffer, int32_t bufferCapacity, 907 char* buffer, int32_t bufferCapacity,
|
D | ucnvsel.h | 149 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/ |
D | AnalyzerActivity.java | 116 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/ |
D | ucnvsel.h | 152 void* buffer, int32_t bufferCapacity, UErrorCode* status);
|
D | uloc.h | 966 char* buffer, int32_t bufferCapacity, 1003 char* buffer, int32_t bufferCapacity,
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | ucnvsel.h | 152 void* buffer, int32_t bufferCapacity, UErrorCode* status);
|
D | uloc.h | 966 char* buffer, int32_t bufferCapacity, 1003 char* buffer, int32_t bufferCapacity,
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | ucnvsel.h | 152 void* buffer, int32_t bufferCapacity, UErrorCode* status);
|
D | uloc.h | 966 char* buffer, int32_t bufferCapacity, 1003 char* buffer, int32_t bufferCapacity,
|
/third_party/flutter/skia/third_party/externals/icu/patches/ |
D | uniset_perf2.patch | 359 - 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/ |
D | udbgutil.h | 103 U_CAPI int32_t udbg_getSystemParameterValueByIndex(int32_t i, char *buffer, int32_t bufferCapacity,…
|
/third_party/icu/icu4c/source/tools/toolutil/ |
D | udbgutil.h | 103 U_CAPI int32_t udbg_getSystemParameterValueByIndex(int32_t i, char *buffer, int32_t bufferCapacity,…
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
D | udbgutil.h | 103 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/ |
D | udbgutil.h | 103 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/ |
D | unumberformatter.h | 549 unumf_resultToString(const UFormattedNumber* uresult, UChar* buffer, int32_t bufferCapacity,
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | ucnvsel.cpp | 284 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()
|