Home
last modified time | relevance | path

Searched refs:diInfo (Results 1 – 15 of 15) sorted by relevance

/dports/devel/icu/icu/source/i18n/
H A Ddtitvinf.cpp238 DateIntervalSink(DateIntervalInfo &diInfo, const char *currentCalendarType) in DateIntervalSink()
239 : dateIntervalInfo(diInfo), nextCalendarType(currentCalendarType, -1, US_INV) { } in DateIntervalSink()
/dports/devel/icu-lx/icu/source/i18n/
H A Ddtitvinf.cpp238 DateIntervalSink(DateIntervalInfo &diInfo, const char *currentCalendarType) in DateIntervalSink()
239 : dateIntervalInfo(diInfo), nextCalendarType(currentCalendarType, -1, US_INV) { } in DateIntervalSink()
/dports/lang/spidermonkey78/firefox-78.9.0/intl/icu/source/i18n/
H A Ddtitvinf.cpp239 DateIntervalSink(DateIntervalInfo &diInfo, const char *currentCalendarType) in DateIntervalSink()
240 : dateIntervalInfo(diInfo), nextCalendarType(currentCalendarType, -1, US_INV) { } in DateIntervalSink()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/source/i18n/
H A Ddtitvinf.cpp239 DateIntervalSink(DateIntervalInfo &diInfo, const char *currentCalendarType) in DateIntervalSink()
240 : dateIntervalInfo(diInfo), nextCalendarType(currentCalendarType, -1, US_INV) { } in DateIntervalSink()
/dports/www/firefox/firefox-99.0/intl/icu/source/i18n/
H A Ddtitvinf.cpp238 DateIntervalSink(DateIntervalInfo &diInfo, const char *currentCalendarType) in DateIntervalSink()
239 : dateIntervalInfo(diInfo), nextCalendarType(currentCalendarType, -1, US_INV) { } in DateIntervalSink()
/dports/www/firefox-legacy/firefox-52.8.0esr/intl/icu/source/i18n/
H A Ddtitvinf.cpp236 DateIntervalSink(DateIntervalInfo &diInfo, const char *currentCalendarType) in DateIntervalSink()
237 : dateIntervalInfo(diInfo), nextCalendarType(currentCalendarType, -1, US_INV) { } in DateIntervalSink()
/dports/lang/spidermonkey60/firefox-60.9.0/intl/icu/source/i18n/
H A Ddtitvinf.cpp236 DateIntervalSink(DateIntervalInfo &diInfo, const char *currentCalendarType) in DateIntervalSink()
237 : dateIntervalInfo(diInfo), nextCalendarType(currentCalendarType, -1, US_INV) { } in DateIntervalSink()
/dports/www/node10/node-v10.24.1/deps/icu-small/source/i18n/
H A Ddtitvinf.cpp236 DateIntervalSink(DateIntervalInfo &diInfo, const char *currentCalendarType) in DateIntervalSink()
237 : dateIntervalInfo(diInfo), nextCalendarType(currentCalendarType, -1, US_INV) { } in DateIntervalSink()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/icu4c-57.1/source/i18n/
H A Ddtitvinf.cpp319 DateIntervalSink(DateIntervalInfo &diInfo, const char *currentCalendarType) in DateIntervalSink()
320 : skeletonSink(*this), patternSink(*this), dateIntervalInfo(diInfo), in DateIntervalSink()
/dports/www/firefox-esr/firefox-91.8.0/intl/icu/source/i18n/
H A Ddtitvinf.cpp239 DateIntervalSink(DateIntervalInfo &diInfo, const char *currentCalendarType) in DateIntervalSink()
240 : dateIntervalInfo(diInfo), nextCalendarType(currentCalendarType, -1, US_INV) { } in DateIntervalSink()
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/i18n/
H A Ddtitvinf.cpp239 DateIntervalSink(DateIntervalInfo &diInfo, const char *currentCalendarType) in DateIntervalSink()
240 : dateIntervalInfo(diInfo), nextCalendarType(currentCalendarType, -1, US_INV) { } in DateIntervalSink()
/dports/textproc/R-cran-stringi/stringi/src/icu69/i18n/
H A Ddtitvinf.cpp239 DateIntervalSink(DateIntervalInfo &diInfo, const char *currentCalendarType) in DateIntervalSink()
240 : dateIntervalInfo(diInfo), nextCalendarType(currentCalendarType, -1, US_INV) { } in DateIntervalSink()
/dports/mail/thunderbird/thunderbird-91.8.0/intl/icu/source/i18n/
H A Ddtitvinf.cpp239 DateIntervalSink(DateIntervalInfo &diInfo, const char *currentCalendarType) in DateIntervalSink()
240 : dateIntervalInfo(diInfo), nextCalendarType(currentCalendarType, -1, US_INV) { } in DateIntervalSink()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/icu/source/i18n/
H A Ddtitvinf.cpp239 DateIntervalSink(DateIntervalInfo &diInfo, const char *currentCalendarType) in DateIntervalSink()
240 : dateIntervalInfo(diInfo), nextCalendarType(currentCalendarType, -1, US_INV) { } in DateIntervalSink()
/dports/games/hyperrogue/hyperrogue-12.0f/
H A Ddialogs.cpp20 …enum tDialogItem {diTitle, diItem, diBreak, diHelp, diInfo, diIntSlider, diSlider, diBigItem, diKe… enumerator
264 it.type = diInfo; in addInfo()
372 if(items[i].type == diTitle || items[i].type == diInfo || items[i].type == diBigItem) in measure()
441 if(I.type == diTitle || I.type == diInfo) { in display()