Home
last modified time | relevance | path

Searched refs:resultCapacity (Results 26 – 50 of 473) sorted by relevance

12345678910>>...19

/dports/devel/icu/icu/source/i18n/
H A Dudateintervalformat.cpp84 int32_t resultCapacity, in udtitvfmt_format() argument
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()
/dports/devel/icu-lx/icu/source/i18n/
H A Dudateintervalformat.cpp84 int32_t resultCapacity, in udtitvfmt_format() argument
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()
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/i18n/
H A Dudateintervalformat.cpp84 int32_t resultCapacity, in udtitvfmt_format() argument
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()
/dports/www/firefox-esr/firefox-91.8.0/intl/icu/source/i18n/
H A Dudateintervalformat.cpp84 int32_t resultCapacity, in udtitvfmt_format() argument
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()
/dports/textproc/R-cran-stringi/stringi/src/icu69/i18n/
H A Dudateintervalformat.cpp84 int32_t resultCapacity, in udtitvfmt_format() argument
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()
/dports/www/firefox/firefox-99.0/intl/icu/source/i18n/
H A Dudateintervalformat.cpp84 int32_t resultCapacity, in udtitvfmt_format() argument
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()
/dports/mail/thunderbird/thunderbird-91.8.0/intl/icu/source/i18n/
H A Dudateintervalformat.cpp84 int32_t resultCapacity, in udtitvfmt_format() argument
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()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/icu/source/i18n/
H A Dudateintervalformat.cpp84 int32_t resultCapacity, in udtitvfmt_format() argument
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()
/dports/www/firefox-legacy/firefox-52.8.0esr/intl/icu/source/common/
H A Dcharstr.cpp96 int32_t &resultCapacity, in getAppendBuffer() argument
99 resultCapacity=0; in getAppendBuffer()
104 resultCapacity=appendCapacity; in getAppendBuffer()
108 resultCapacity=buffer.getCapacity()-len-1; in getAppendBuffer()
111 resultCapacity=0; in getAppendBuffer()
/dports/lang/spidermonkey60/firefox-60.9.0/intl/icu/source/common/
H A Dcharstr.cpp97 int32_t &resultCapacity, in getAppendBuffer() argument
100 resultCapacity=0; in getAppendBuffer()
105 resultCapacity=appendCapacity; in getAppendBuffer()
109 resultCapacity=buffer.getCapacity()-len-1; in getAppendBuffer()
112 resultCapacity=0; in getAppendBuffer()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/icu4c-57.1/source/common/
H A Dcharstr.cpp94 int32_t &resultCapacity, in getAppendBuffer() argument
97 resultCapacity=0; in getAppendBuffer()
102 resultCapacity=appendCapacity; in getAppendBuffer()
106 resultCapacity=buffer.getCapacity()-len-1; in getAppendBuffer()
109 resultCapacity=0; in getAppendBuffer()
/dports/devel/icu-lx/icu/source/common/
H A Dappendable.cpp63 int32_t *resultCapacity) { in getAppendBuffer() argument
65 *resultCapacity=0; in getAppendBuffer()
68 *resultCapacity=scratchCapacity; in getAppendBuffer()
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()
/dports/devel/icu/icu/source/common/
H A Dappendable.cpp63 int32_t *resultCapacity) { in getAppendBuffer() argument
65 *resultCapacity=0; in getAppendBuffer()
68 *resultCapacity=scratchCapacity; in getAppendBuffer()
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()
/dports/www/firefox-esr/firefox-91.8.0/intl/icu/source/common/
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 Dappendable.cpp63 int32_t *resultCapacity) { in getAppendBuffer() argument
65 *resultCapacity=0; in getAppendBuffer()
68 *resultCapacity=scratchCapacity; in getAppendBuffer()
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/common/
H A Dappendable.cpp63 int32_t *resultCapacity) { in getAppendBuffer() argument
65 *resultCapacity=0; in getAppendBuffer()
68 *resultCapacity=scratchCapacity; in getAppendBuffer()
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()
/dports/lang/spidermonkey78/firefox-78.9.0/intl/icu/source/common/
H A Dappendable.cpp63 int32_t *resultCapacity) { in getAppendBuffer() argument
65 *resultCapacity=0; in getAppendBuffer()
68 *resultCapacity=scratchCapacity; in getAppendBuffer()
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()
/dports/textproc/R-cran-stringi/stringi/src/icu55/common/
H A Dappendable.cpp61 int32_t *resultCapacity) { in getAppendBuffer() argument
63 *resultCapacity=0; in getAppendBuffer()
66 *resultCapacity=scratchCapacity; in getAppendBuffer()
/dports/textproc/R-cran-stringi/stringi/src/icu69/common/
H A Dappendable.cpp63 int32_t *resultCapacity) { in getAppendBuffer() argument
65 *resultCapacity=0; in getAppendBuffer()
68 *resultCapacity=scratchCapacity; in getAppendBuffer()
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()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/source/common/
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()

12345678910>>...19