Home
last modified time | relevance | path

Searched refs:resultCapacity (Results 1 - 25 of 77) sorted by relevance

1234

/third_party/icu/icu4c/source/i18n/
H A Dulistformatter.cpp108 int32_t resultCapacity,
114 if ((result == NULL) ? resultCapacity != 0 : resultCapacity < 0) {
129 res.setTo(result, 0, resultCapacity);
132 return res.extract(result, resultCapacity, *status);
H A Dudateintervalformat.cpp84 int32_t resultCapacity, in udtitvfmt_format()
91 if (result == NULL ? resultCapacity != 0 : resultCapacity < 0) { in udtitvfmt_format()
99 res.setTo(result, 0, resultCapacity); in udtitvfmt_format()
116 return res.extract(result, resultCapacity, *status); in udtitvfmt_format()
80 udtitvfmt_format(const UDateIntervalFormat* formatter, UDate fromDate, UDate toDate, UChar* result, int32_t resultCapacity, UFieldPosition* position, UErrorCode* status) udtitvfmt_format() argument
H A Dulocdata.cpp281 int32_t resultCapacity, in ulocdata_getLocaleDisplayPattern()
321 u_strncpy(result, pattern, resultCapacity); in ulocdata_getLocaleDisplayPattern()
329 int32_t resultCapacity, in ulocdata_getLocaleSeparator()
380 if (len < resultCapacity) { in ulocdata_getLocaleSeparator()
387 u_strncpy(result, separator, resultCapacity); in ulocdata_getLocaleSeparator()
279 ulocdata_getLocaleDisplayPattern(ULocaleData *uld, UChar *result, int32_t resultCapacity, UErrorCode *status) ulocdata_getLocaleDisplayPattern() argument
327 ulocdata_getLocaleSeparator(ULocaleData *uld, UChar *result, int32_t resultCapacity, UErrorCode *status) ulocdata_getLocaleSeparator() argument
H A Dreldatefmt.cpp1322 int32_t resultCapacity, in ureldatefmt_formatNumeric()
1328 if (result == nullptr ? resultCapacity != 0 : resultCapacity < 0) { in ureldatefmt_formatNumeric()
1336 res.setTo(result, 0, resultCapacity); in ureldatefmt_formatNumeric()
1342 return res.extract(result, resultCapacity, *status); in ureldatefmt_formatNumeric()
1365 int32_t resultCapacity, in ureldatefmt_format()
1371 if (result == nullptr ? resultCapacity != 0 : resultCapacity < 0) { in ureldatefmt_format()
1379 res.setTo(result, 0, resultCapacity); in ureldatefmt_format()
1385 return res.extract(result, resultCapacity, *statu in ureldatefmt_format()
1318 ureldatefmt_formatNumeric( const URelativeDateTimeFormatter* reldatefmt, double offset, URelativeDateTimeUnit unit, UChar* result, int32_t resultCapacity, UErrorCode* status) ureldatefmt_formatNumeric() argument
1361 ureldatefmt_format( const URelativeDateTimeFormatter* reldatefmt, double offset, URelativeDateTimeUnit unit, UChar* result, int32_t resultCapacity, UErrorCode* status) ureldatefmt_format() argument
1404 ureldatefmt_combineDateAndTime( const URelativeDateTimeFormatter* reldatefmt, const UChar * relativeDateString, int32_t relativeDateStringLen, const UChar * timeString, int32_t timeStringLen, UChar* result, int32_t resultCapacity, UErrorCode* status ) ureldatefmt_combineDateAndTime() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dudateintervalformat.cpp84 int32_t resultCapacity, in udtitvfmt_format()
91 if (result == nullptr ? resultCapacity != 0 : resultCapacity < 0) { in udtitvfmt_format()
99 res.setTo(result, 0, resultCapacity); in udtitvfmt_format()
116 return res.extract(result, resultCapacity, *status); in udtitvfmt_format()
80 udtitvfmt_format(const UDateIntervalFormat* formatter, UDate fromDate, UDate toDate, char16_t* result, int32_t resultCapacity, UFieldPosition* position, UErrorCode* status) udtitvfmt_format() argument
H A Dulistformatter.cpp108 int32_t resultCapacity,
114 if ((result == nullptr) ? resultCapacity != 0 : resultCapacity < 0) {
129 res.setTo(result, 0, resultCapacity);
132 return res.extract(result, resultCapacity, *status);
H A Dulocdata.cpp287 int32_t resultCapacity, in ulocdata_getLocaleDisplayPattern()
332 u_strncpy(result, pattern, resultCapacity); in ulocdata_getLocaleDisplayPattern()
340 int32_t resultCapacity, in ulocdata_getLocaleSeparator()
396 if (len < resultCapacity) { in ulocdata_getLocaleSeparator()
403 u_strncpy(result, separator, resultCapacity); in ulocdata_getLocaleSeparator()
285 ulocdata_getLocaleDisplayPattern(ULocaleData *uld, char16_t *result, int32_t resultCapacity, UErrorCode *status) ulocdata_getLocaleDisplayPattern() argument
338 ulocdata_getLocaleSeparator(ULocaleData *uld, char16_t *result, int32_t resultCapacity, UErrorCode *status) ulocdata_getLocaleSeparator() argument
H A Dreldatefmt.cpp1350 int32_t resultCapacity, in ureldatefmt_formatNumeric()
1356 if (result == nullptr ? resultCapacity != 0 : resultCapacity < 0) { in ureldatefmt_formatNumeric()
1364 res.setTo(result, 0, resultCapacity); in ureldatefmt_formatNumeric()
1370 return res.extract(result, resultCapacity, *status); in ureldatefmt_formatNumeric()
1393 int32_t resultCapacity, in ureldatefmt_format()
1399 if (result == nullptr ? resultCapacity != 0 : resultCapacity < 0) { in ureldatefmt_format()
1407 res.setTo(result, 0, resultCapacity); in ureldatefmt_format()
1413 return res.extract(result, resultCapacity, *statu in ureldatefmt_format()
1346 ureldatefmt_formatNumeric( const URelativeDateTimeFormatter* reldatefmt, double offset, URelativeDateTimeUnit unit, char16_t* result, int32_t resultCapacity, UErrorCode* status) ureldatefmt_formatNumeric() argument
1389 ureldatefmt_format( const URelativeDateTimeFormatter* reldatefmt, double offset, URelativeDateTimeUnit unit, char16_t* result, int32_t resultCapacity, UErrorCode* status) ureldatefmt_format() argument
1432 ureldatefmt_combineDateAndTime( const URelativeDateTimeFormatter* reldatefmt, const char16_t * relativeDateString, int32_t relativeDateStringLen, const char16_t * timeString, int32_t timeStringLen, char16_t* result, int32_t resultCapacity, UErrorCode* status ) ureldatefmt_combineDateAndTime() argument
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dudateintervalformat.cpp84 int32_t resultCapacity, in udtitvfmt_format()
91 if (result == NULL ? resultCapacity != 0 : resultCapacity < 0) { in udtitvfmt_format()
99 res.setTo(result, 0, resultCapacity); in udtitvfmt_format()
116 return res.extract(result, resultCapacity, *status); in udtitvfmt_format()
80 udtitvfmt_format(const UDateIntervalFormat* formatter, UDate fromDate, UDate toDate, UChar* result, int32_t resultCapacity, UFieldPosition* position, UErrorCode* status) udtitvfmt_format() argument
H A Dulistformatter.cpp108 int32_t resultCapacity,
114 if ((result == NULL) ? resultCapacity != 0 : resultCapacity < 0) {
129 res.setTo(result, 0, resultCapacity);
132 return res.extract(result, resultCapacity, *status);
H A Dulocdata.cpp278 int32_t resultCapacity, in ulocdata_getLocaleDisplayPattern()
318 u_strncpy(result, pattern, resultCapacity); in ulocdata_getLocaleDisplayPattern()
326 int32_t resultCapacity, in ulocdata_getLocaleSeparator()
377 if (len < resultCapacity) { in ulocdata_getLocaleSeparator()
384 u_strncpy(result, separator, resultCapacity); in ulocdata_getLocaleSeparator()
276 ulocdata_getLocaleDisplayPattern(ULocaleData *uld, UChar *result, int32_t resultCapacity, UErrorCode *status) ulocdata_getLocaleDisplayPattern() argument
324 ulocdata_getLocaleSeparator(ULocaleData *uld, UChar *result, int32_t resultCapacity, UErrorCode *status) ulocdata_getLocaleSeparator() argument
H A Dreldatefmt.cpp1306 int32_t resultCapacity, in ureldatefmt_formatNumeric()
1312 if (result == nullptr ? resultCapacity != 0 : resultCapacity < 0) { in ureldatefmt_formatNumeric()
1320 res.setTo(result, 0, resultCapacity); in ureldatefmt_formatNumeric()
1326 return res.extract(result, resultCapacity, *status); in ureldatefmt_formatNumeric()
1349 int32_t resultCapacity, in ureldatefmt_format()
1355 if (result == nullptr ? resultCapacity != 0 : resultCapacity < 0) { in ureldatefmt_format()
1363 res.setTo(result, 0, resultCapacity); in ureldatefmt_format()
1369 return res.extract(result, resultCapacity, *statu in ureldatefmt_format()
1302 ureldatefmt_formatNumeric( const URelativeDateTimeFormatter* reldatefmt, double offset, URelativeDateTimeUnit unit, UChar* result, int32_t resultCapacity, UErrorCode* status) ureldatefmt_formatNumeric() argument
1345 ureldatefmt_format( const URelativeDateTimeFormatter* reldatefmt, double offset, URelativeDateTimeUnit unit, UChar* result, int32_t resultCapacity, UErrorCode* status) ureldatefmt_format() argument
1388 ureldatefmt_combineDateAndTime( const URelativeDateTimeFormatter* reldatefmt, const UChar * relativeDateString, int32_t relativeDateStringLen, const UChar * timeString, int32_t timeStringLen, UChar* result, int32_t resultCapacity, UErrorCode* status ) ureldatefmt_combineDateAndTime() argument
[all...]
/third_party/icu/icu4c/source/common/
H A Dappendable.cpp63 int32_t *resultCapacity) { in getAppendBuffer()
65 *resultCapacity=0; in getAppendBuffer()
68 *resultCapacity=scratchCapacity; in getAppendBuffer()
60 getAppendBuffer(int32_t minCapacity, int32_t , UChar *scratch, int32_t scratchCapacity, int32_t *resultCapacity) getAppendBuffer() argument
H A Dcstr.cpp25 int32_t resultCapacity = 0; in CStr() local
26 char *buf = s.getAppendBuffer(length, length, resultCapacity, status); in CStr()
28 in.extract(0, in.length(), buf, resultCapacity); in CStr()
H A Dcharstr.cpp180 int32_t &resultCapacity, in getAppendBuffer()
183 resultCapacity=0; in getAppendBuffer()
188 resultCapacity=appendCapacity; in getAppendBuffer()
192 resultCapacity=buffer.getCapacity()-len-1; in getAppendBuffer()
195 resultCapacity=0; in getAppendBuffer()
178 getAppendBuffer(int32_t minCapacity, int32_t desiredCapacityHint, int32_t &resultCapacity, UErrorCode &errorCode) getAppendBuffer() argument
/third_party/node/deps/icu-small/source/common/
H A Dappendable.cpp63 int32_t *resultCapacity) { in getAppendBuffer()
65 *resultCapacity=0; in getAppendBuffer()
68 *resultCapacity=scratchCapacity; in getAppendBuffer()
60 getAppendBuffer(int32_t minCapacity, int32_t , char16_t *scratch, int32_t scratchCapacity, int32_t *resultCapacity) getAppendBuffer() argument
H A Dcstr.cpp25 int32_t resultCapacity = 0; in CStr() local
26 char *buf = s.getAppendBuffer(length, length, resultCapacity, status); in CStr()
28 in.extract(0, in.length(), buf, resultCapacity); in CStr()
H A Dcharstr.cpp180 int32_t &resultCapacity, in getAppendBuffer()
183 resultCapacity=0; in getAppendBuffer()
188 resultCapacity=appendCapacity; in getAppendBuffer()
192 resultCapacity=buffer.getCapacity()-len-1; in getAppendBuffer()
195 resultCapacity=0; in getAppendBuffer()
178 getAppendBuffer(int32_t minCapacity, int32_t desiredCapacityHint, int32_t &resultCapacity, UErrorCode &errorCode) getAppendBuffer() argument
/third_party/skia/third_party/externals/icu/source/common/
H A Dappendable.cpp63 int32_t *resultCapacity) { in getAppendBuffer()
65 *resultCapacity=0; in getAppendBuffer()
68 *resultCapacity=scratchCapacity; in getAppendBuffer()
60 getAppendBuffer(int32_t minCapacity, int32_t , UChar *scratch, int32_t scratchCapacity, int32_t *resultCapacity) getAppendBuffer() argument
H A Dcstr.cpp25 int32_t resultCapacity = 0; in CStr() local
26 char *buf = s.getAppendBuffer(length, length, resultCapacity, status); in CStr()
28 in.extract(0, in.length(), buf, resultCapacity); in CStr()
H A Dcharstr.cpp180 int32_t &resultCapacity, in getAppendBuffer()
183 resultCapacity=0; in getAppendBuffer()
188 resultCapacity=appendCapacity; in getAppendBuffer()
192 resultCapacity=buffer.getCapacity()-len-1; in getAppendBuffer()
195 resultCapacity=0; in getAppendBuffer()
178 getAppendBuffer(int32_t minCapacity, int32_t desiredCapacityHint, int32_t &resultCapacity, UErrorCode &errorCode) getAppendBuffer() argument
/third_party/icu/icu4c/source/i18n/unicode/
H A Dureldatefmt.h349 * @param resultCapacity
357 * than resultCapacity, in which case an error is returned.
365 int32_t resultCapacity,
416 * @param resultCapacity
424 * than resultCapacity, in which case an error is returned.
432 int32_t resultCapacity,
488 * @param resultCapacity
494 * The length of the formatted result; may be greater than resultCapacity,
505 int32_t resultCapacity,
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dureldatefmt.h349 * @param resultCapacity
357 * than resultCapacity, in which case an error is returned.
365 int32_t resultCapacity,
416 * @param resultCapacity
424 * than resultCapacity, in which case an error is returned.
432 int32_t resultCapacity,
488 * @param resultCapacity
494 * The length of the formatted result; may be greater than resultCapacity,
505 int32_t resultCapacity,
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dureldatefmt.h349 * @param resultCapacity
357 * than resultCapacity, in which case an error is returned.
365 int32_t resultCapacity,
416 * @param resultCapacity
424 * than resultCapacity, in which case an error is returned.
432 int32_t resultCapacity,
488 * @param resultCapacity
494 * The length of the formatted result; may be greater than resultCapacity,
505 int32_t resultCapacity,
/third_party/icu/icu4c/source/common/unicode/
H A Dappendable.h102 * *resultCapacity. Guarantees *resultCapacity>=minCapacity.
108 * After writing at most *resultCapacity char16_ts, call appendString() with the
139 * @param resultCapacity pointer to an integer which will be set to the
141 * @return a buffer with *resultCapacity>=minCapacity
147 int32_t *resultCapacity);
207 * *resultCapacity. Guarantees *resultCapacity>=minCapacity.
221 * @param resultCapacity pointer to an integer which will be set to the
223 * @return a buffer with *resultCapacity>
[all...]

Completed in 22 milliseconds

1234