Home
last modified time | relevance | path

Searched refs:udat_getSymbols (Results 1 – 25 of 68) sorted by relevance

123

/dports/devel/icu/icu/source/test/cintltst/
H A Dcdattst.c663 udat_getSymbols(fr, UDAT_WEEKDAYS, 5, result, resultlength, &status); in TestSymbols()
768 udat_getSymbols(fr, UDAT_MONTHS, 11, result, resultlength, &status); in TestSymbols()
789 udat_getSymbols(def, UDAT_MONTHS, 11, value, resultlength, &status); in TestSymbols()
1090 resultlengthout=udat_getSymbols(datfor, type, idx , NULL, resultlength, &status); in VerifygetSymbols()
1096 udat_getSymbols(datfor, type, idx, result, resultlength, &status); in VerifygetSymbols()
1132 resultlengthout=udat_getSymbols(datfor, type, idx, NULL, resultlength, &status); in VerifysetSymbols()
1137 udat_getSymbols(datfor, type, idx, result, resultlength, &status); in VerifysetSymbols()
1165 resultlengthout=udat_getSymbols(from, type, idx , NULL, resultlength, &status); in VerifygetsetSymbols()
1170 udat_getSymbols(from, type, idx, result, resultlength, &status); in VerifygetsetSymbols()
1186 resultlengthout=udat_getSymbols(to, type, idx, NULL, resultlength, &status); in VerifygetsetSymbols()
[all …]
/dports/devel/icu-lx/icu/source/test/cintltst/
H A Dcdattst.c663 udat_getSymbols(fr, UDAT_WEEKDAYS, 5, result, resultlength, &status); in TestSymbols()
768 udat_getSymbols(fr, UDAT_MONTHS, 11, result, resultlength, &status); in TestSymbols()
789 udat_getSymbols(def, UDAT_MONTHS, 11, value, resultlength, &status); in TestSymbols()
1090 resultlengthout=udat_getSymbols(datfor, type, idx , NULL, resultlength, &status); in VerifygetSymbols()
1096 udat_getSymbols(datfor, type, idx, result, resultlength, &status); in VerifygetSymbols()
1132 resultlengthout=udat_getSymbols(datfor, type, idx, NULL, resultlength, &status); in VerifysetSymbols()
1137 udat_getSymbols(datfor, type, idx, result, resultlength, &status); in VerifysetSymbols()
1165 resultlengthout=udat_getSymbols(from, type, idx , NULL, resultlength, &status); in VerifygetsetSymbols()
1170 udat_getSymbols(from, type, idx, result, resultlength, &status); in VerifygetsetSymbols()
1186 resultlengthout=udat_getSymbols(to, type, idx, NULL, resultlength, &status); in VerifygetsetSymbols()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/text/
H A Dlocale_icu.cc206 length = udat_getSymbols(date_format, type, start_index + i, nullptr, 0, in CreateLabelVector()
217 udat_getSymbols(date_format, type, start_index + i, buffer.Characters(), in CreateLabelVector()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/text/
H A Dlocale_icu.cc206 length = udat_getSymbols(date_format, type, start_index + i, nullptr, 0, in CreateLabelVector()
217 udat_getSymbols(date_format, type, start_index + i, buffer.Characters(), in CreateLabelVector()
/dports/www/firefox/firefox-99.0/intl/components/src/
H A DDisplayNames.cpp186 return udat_getSymbols(fmt, symbolType, index, target, length, status); in ComputeDateTimeDisplayNames()
/dports/devel/icu/icu/source/samples/cal/
H A Dcal.c312 int32_t size = 1 + udat_getSymbols(fmt, type, idx + lowestIndex, NULL, 0, status); in get_symbols()
317 udat_getSymbols(fmt, type, idx + lowestIndex, array[idx], size, status); in get_symbols()
/dports/devel/icu-lx/icu/source/samples/cal/
H A Dcal.c312 int32_t size = 1 + udat_getSymbols(fmt, type, idx + lowestIndex, NULL, 0, status); in get_symbols()
317 udat_getSymbols(fmt, type, idx + lowestIndex, array[idx], size, status); in get_symbols()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/source/samples/cal/
H A Dcal.c312 int32_t size = 1 + udat_getSymbols(fmt, type, idx + lowestIndex, NULL, 0, status); in get_symbols()
317 udat_getSymbols(fmt, type, idx + lowestIndex, array[idx], size, status); in get_symbols()
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/samples/cal/
H A Dcal.c312 int32_t size = 1 + udat_getSymbols(fmt, type, idx + lowestIndex, NULL, 0, status); in get_symbols()
317 udat_getSymbols(fmt, type, idx + lowestIndex, array[idx], size, status); in get_symbols()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/icu/source/samples/cal/
H A Dcal.c312 int32_t size = 1 + udat_getSymbols(fmt, type, idx + lowestIndex, NULL, 0, status); in get_symbols()
317 udat_getSymbols(fmt, type, idx + lowestIndex, array[idx], size, status); in get_symbols()
/dports/devel/icu/icu/source/i18n/unicode/
H A Dudat.h1574 udat_getSymbols(const UDateFormat *fmt,
/dports/devel/icu-lx/icu/source/i18n/unicode/
H A Dudat.h1574 udat_getSymbols(const UDateFormat *fmt,
/dports/www/firefox-esr/firefox-91.8.0/intl/icu/source/i18n/unicode/
H A Dudat.h1560 udat_getSymbols(const UDateFormat *fmt,
/dports/textproc/R-cran-stringi/stringi/src/icu69/unicode/
H A Dudat.h1560 udat_getSymbols(const UDateFormat *fmt,
/dports/lang/spidermonkey78/firefox-78.9.0/intl/icu/source/i18n/unicode/
H A Dudat.h1544 udat_getSymbols(const UDateFormat *fmt,
/dports/textproc/R-cran-stringi/stringi/src/icu55/unicode/
H A Dudat.h1475 udat_getSymbols(const UDateFormat *fmt,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/source/i18n/unicode/
H A Dudat.h1514 udat_getSymbols(const UDateFormat *fmt,
/dports/www/firefox/firefox-99.0/intl/icu/source/i18n/unicode/
H A Dudat.h1574 udat_getSymbols(const UDateFormat *fmt,
/dports/mail/thunderbird/thunderbird-91.8.0/intl/icu/source/i18n/unicode/
H A Dudat.h1560 udat_getSymbols(const UDateFormat *fmt,
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/i18n/unicode/
H A Dudat.h1560 udat_getSymbols(const UDateFormat *fmt,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/icu/source/i18n/unicode/
H A Dudat.h1562 udat_getSymbols(const UDateFormat *fmt,
/dports/www/firefox-legacy/firefox-52.8.0esr/intl/icu/source/i18n/unicode/
H A Dudat.h1493 udat_getSymbols(const UDateFormat *fmt,
/dports/lang/spidermonkey60/firefox-60.9.0/intl/icu/source/i18n/unicode/
H A Dudat.h1491 udat_getSymbols(const UDateFormat *fmt,
/dports/www/node10/node-v10.24.1/deps/icu-small/source/i18n/unicode/
H A Dudat.h1512 udat_getSymbols(const UDateFormat *fmt,
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/icu4c-57.1/source/i18n/unicode/
H A Dudat.h1491 udat_getSymbols(const UDateFormat *fmt,

123