Home
last modified time | relevance | path

Searched refs:compiledPatternLength (Results 1 – 25 of 28) sorted by relevance

12

/dports/www/firefox-legacy/firefox-52.8.0esr/intl/icu/source/common/unicode/
H A Dsimpleformatter.h279 int32_t compiledPatternLength) { in getArgumentLimit() argument
280 return compiledPatternLength == 0 ? 0 : compiledPattern[0]; in getArgumentLimit()
283 … UnicodeString getTextWithNoArguments(const UChar *compiledPattern, int32_t compiledPatternLength);
286 const UChar *compiledPattern, int32_t compiledPatternLength,
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/icu4c-57.1/source/common/unicode/
H A Dsimpleformatter.h277 int32_t compiledPatternLength) { in getArgumentLimit() argument
278 return compiledPatternLength == 0 ? 0 : compiledPattern[0]; in getArgumentLimit()
281 … UnicodeString getTextWithNoArguments(const UChar *compiledPattern, int32_t compiledPatternLength);
284 const UChar *compiledPattern, int32_t compiledPatternLength,
/dports/lang/spidermonkey60/firefox-60.9.0/intl/icu/source/common/unicode/
H A Dsimpleformatter.h284 int32_t compiledPatternLength) { in getArgumentLimit() argument
285 return compiledPatternLength == 0 ? 0 : compiledPattern[0]; in getArgumentLimit()
288 …icodeString getTextWithNoArguments(const char16_t *compiledPattern, int32_t compiledPatternLength);
291 const char16_t *compiledPattern, int32_t compiledPatternLength,
/dports/devel/icu-lx/icu/source/common/unicode/
H A Dsimpleformatter.h316 int32_t compiledPatternLength) { in getArgumentLimit() argument
317 return compiledPatternLength == 0 ? 0 : compiledPattern[0]; in getArgumentLimit()
322 int32_t compiledPatternLength,
327 const char16_t *compiledPattern, int32_t compiledPatternLength,
/dports/devel/icu/icu/source/common/unicode/
H A Dsimpleformatter.h316 int32_t compiledPatternLength) { in getArgumentLimit() argument
317 return compiledPatternLength == 0 ? 0 : compiledPattern[0]; in getArgumentLimit()
322 int32_t compiledPatternLength,
327 const char16_t *compiledPattern, int32_t compiledPatternLength,
/dports/www/firefox-esr/firefox-91.8.0/intl/icu/source/common/unicode/
H A Dsimpleformatter.h316 int32_t compiledPatternLength) { in getArgumentLimit() argument
317 return compiledPatternLength == 0 ? 0 : compiledPattern[0]; in getArgumentLimit()
322 int32_t compiledPatternLength,
327 const char16_t *compiledPattern, int32_t compiledPatternLength,
/dports/textproc/R-cran-stringi/stringi/src/icu69/unicode/
H A Dsimpleformatter.h316 int32_t compiledPatternLength) { in getArgumentLimit() argument
317 return compiledPatternLength == 0 ? 0 : compiledPattern[0]; in getArgumentLimit()
322 int32_t compiledPatternLength,
327 const char16_t *compiledPattern, int32_t compiledPatternLength,
/dports/lang/spidermonkey78/firefox-78.9.0/intl/icu/source/common/unicode/
H A Dsimpleformatter.h316 int32_t compiledPatternLength) { in getArgumentLimit() argument
317 return compiledPatternLength == 0 ? 0 : compiledPattern[0]; in getArgumentLimit()
322 int32_t compiledPatternLength,
327 const char16_t *compiledPattern, int32_t compiledPatternLength,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/source/common/unicode/
H A Dsimpleformatter.h316 int32_t compiledPatternLength) { in getArgumentLimit() argument
317 return compiledPatternLength == 0 ? 0 : compiledPattern[0]; in getArgumentLimit()
322 int32_t compiledPatternLength,
327 const char16_t *compiledPattern, int32_t compiledPatternLength,
/dports/www/firefox/firefox-99.0/intl/icu/source/common/unicode/
H A Dsimpleformatter.h316 int32_t compiledPatternLength) { in getArgumentLimit() argument
317 return compiledPatternLength == 0 ? 0 : compiledPattern[0]; in getArgumentLimit()
322 int32_t compiledPatternLength,
327 const char16_t *compiledPattern, int32_t compiledPatternLength,
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/common/unicode/
H A Dsimpleformatter.h316 int32_t compiledPatternLength) { in getArgumentLimit() argument
317 return compiledPatternLength == 0 ? 0 : compiledPattern[0]; in getArgumentLimit()
322 int32_t compiledPatternLength,
327 const char16_t *compiledPattern, int32_t compiledPatternLength,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/icu/source/common/unicode/
H A Dsimpleformatter.h316 int32_t compiledPatternLength) { in getArgumentLimit() argument
317 return compiledPatternLength == 0 ? 0 : compiledPattern[0]; in getArgumentLimit()
322 int32_t compiledPatternLength,
327 const char16_t *compiledPattern, int32_t compiledPatternLength,
/dports/mail/thunderbird/thunderbird-91.8.0/intl/icu/source/common/unicode/
H A Dsimpleformatter.h316 int32_t compiledPatternLength) { in getArgumentLimit() argument
317 return compiledPatternLength == 0 ? 0 : compiledPattern[0]; in getArgumentLimit()
322 int32_t compiledPatternLength,
327 const char16_t *compiledPattern, int32_t compiledPatternLength,
/dports/www/node10/node-v10.24.1/deps/icu-small/source/common/unicode/
H A Dsimpleformatter.h313 int32_t compiledPatternLength) { in getArgumentLimit() argument
314 return compiledPatternLength == 0 ? 0 : compiledPattern[0]; in getArgumentLimit()
319 int32_t compiledPatternLength,
324 const char16_t *compiledPattern, int32_t compiledPatternLength,
/dports/devel/icu-lx/icu/source/common/
H A Dsimpleformatter.cpp250 int32_t compiledPatternLength, in getTextWithNoArguments() argument
256 int32_t capacity = compiledPatternLength - 1 - in getTextWithNoArguments()
257 getArgumentLimit(compiledPattern, compiledPatternLength); in getTextWithNoArguments()
259 for (int32_t i = 1; i < compiledPatternLength;) { in getTextWithNoArguments()
275 const UChar *compiledPattern, int32_t compiledPatternLength, in format() argument
286 for (int32_t i = 1; i < compiledPatternLength;) { in format()
/dports/devel/icu/icu/source/common/
H A Dsimpleformatter.cpp250 int32_t compiledPatternLength, in getTextWithNoArguments() argument
256 int32_t capacity = compiledPatternLength - 1 - in getTextWithNoArguments()
257 getArgumentLimit(compiledPattern, compiledPatternLength); in getTextWithNoArguments()
259 for (int32_t i = 1; i < compiledPatternLength;) { in getTextWithNoArguments()
275 const UChar *compiledPattern, int32_t compiledPatternLength, in format() argument
286 for (int32_t i = 1; i < compiledPatternLength;) { in format()
/dports/www/firefox-esr/firefox-91.8.0/intl/icu/source/common/
H A Dsimpleformatter.cpp250 int32_t compiledPatternLength, in getTextWithNoArguments() argument
256 int32_t capacity = compiledPatternLength - 1 - in getTextWithNoArguments()
257 getArgumentLimit(compiledPattern, compiledPatternLength); in getTextWithNoArguments()
259 for (int32_t i = 1; i < compiledPatternLength;) { in getTextWithNoArguments()
275 const UChar *compiledPattern, int32_t compiledPatternLength, in format() argument
286 for (int32_t i = 1; i < compiledPatternLength;) { in format()
/dports/lang/spidermonkey78/firefox-78.9.0/intl/icu/source/common/
H A Dsimpleformatter.cpp250 int32_t compiledPatternLength, in getTextWithNoArguments() argument
256 int32_t capacity = compiledPatternLength - 1 - in getTextWithNoArguments()
257 getArgumentLimit(compiledPattern, compiledPatternLength); in getTextWithNoArguments()
259 for (int32_t i = 1; i < compiledPatternLength;) { in getTextWithNoArguments()
273 const UChar *compiledPattern, int32_t compiledPatternLength, in format() argument
284 for (int32_t i = 1; i < compiledPatternLength;) { in format()
/dports/textproc/R-cran-stringi/stringi/src/icu69/common/
H A Dsimpleformatter.cpp250 int32_t compiledPatternLength, in getTextWithNoArguments() argument
256 int32_t capacity = compiledPatternLength - 1 - in getTextWithNoArguments()
257 getArgumentLimit(compiledPattern, compiledPatternLength); in getTextWithNoArguments()
259 for (int32_t i = 1; i < compiledPatternLength;) { in getTextWithNoArguments()
275 const UChar *compiledPattern, int32_t compiledPatternLength, in format() argument
286 for (int32_t i = 1; i < compiledPatternLength;) { in format()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/source/common/
H A Dsimpleformatter.cpp250 int32_t compiledPatternLength, in getTextWithNoArguments() argument
256 int32_t capacity = compiledPatternLength - 1 - in getTextWithNoArguments()
257 getArgumentLimit(compiledPattern, compiledPatternLength); in getTextWithNoArguments()
259 for (int32_t i = 1; i < compiledPatternLength;) { in getTextWithNoArguments()
273 const UChar *compiledPattern, int32_t compiledPatternLength, in format() argument
284 for (int32_t i = 1; i < compiledPatternLength;) { in format()
/dports/www/firefox/firefox-99.0/intl/icu/source/common/
H A Dsimpleformatter.cpp250 int32_t compiledPatternLength, in getTextWithNoArguments() argument
256 int32_t capacity = compiledPatternLength - 1 - in getTextWithNoArguments()
257 getArgumentLimit(compiledPattern, compiledPatternLength); in getTextWithNoArguments()
259 for (int32_t i = 1; i < compiledPatternLength;) { in getTextWithNoArguments()
275 const UChar *compiledPattern, int32_t compiledPatternLength, in format() argument
286 for (int32_t i = 1; i < compiledPatternLength;) { in format()
/dports/mail/thunderbird/thunderbird-91.8.0/intl/icu/source/common/
H A Dsimpleformatter.cpp250 int32_t compiledPatternLength, in getTextWithNoArguments() argument
256 int32_t capacity = compiledPatternLength - 1 - in getTextWithNoArguments()
257 getArgumentLimit(compiledPattern, compiledPatternLength); in getTextWithNoArguments()
259 for (int32_t i = 1; i < compiledPatternLength;) { in getTextWithNoArguments()
275 const UChar *compiledPattern, int32_t compiledPatternLength, in format() argument
286 for (int32_t i = 1; i < compiledPatternLength;) { in format()
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/common/
H A Dsimpleformatter.cpp250 int32_t compiledPatternLength, in getTextWithNoArguments() argument
256 int32_t capacity = compiledPatternLength - 1 - in getTextWithNoArguments()
257 getArgumentLimit(compiledPattern, compiledPatternLength); in getTextWithNoArguments()
259 for (int32_t i = 1; i < compiledPatternLength;) { in getTextWithNoArguments()
275 const UChar *compiledPattern, int32_t compiledPatternLength, in format() argument
286 for (int32_t i = 1; i < compiledPatternLength;) { in format()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/icu/source/common/
H A Dsimpleformatter.cpp250 int32_t compiledPatternLength, in getTextWithNoArguments() argument
256 int32_t capacity = compiledPatternLength - 1 - in getTextWithNoArguments()
257 getArgumentLimit(compiledPattern, compiledPatternLength); in getTextWithNoArguments()
259 for (int32_t i = 1; i < compiledPatternLength;) { in getTextWithNoArguments()
275 const UChar *compiledPattern, int32_t compiledPatternLength, in format() argument
286 for (int32_t i = 1; i < compiledPatternLength;) { in format()
/dports/www/firefox-legacy/firefox-52.8.0esr/intl/icu/source/common/
H A Dsimpleformatter.cpp249 const UChar *compiledPattern, int32_t compiledPatternLength) { in getTextWithNoArguments() argument
250 int32_t capacity = compiledPatternLength - 1 - in getTextWithNoArguments()
251 getArgumentLimit(compiledPattern, compiledPatternLength); in getTextWithNoArguments()
253 for (int32_t i = 1; i < compiledPatternLength;) { in getTextWithNoArguments()
264 const UChar *compiledPattern, int32_t compiledPatternLength, in format() argument
275 for (int32_t i = 1; i < compiledPatternLength;) { in format()

12