Home
last modified time | relevance | path

Searched refs:STANDALONE (Results 1 – 25 of 56) sorted by relevance

123

/third_party/icu/icu4c/source/test/intltest/
Dtsdtfmsy.cpp67 …DateFormatSymbols::DtContextType context[] = {DateFormatSymbols::STANDALONE, DateFormatSymbols::FO… in TestGetMonths2()
92 …DateFormatSymbols::DtContextType context[] = {DateFormatSymbols::STANDALONE, DateFormatSymbols::FO… in TestGetWeekdays2()
156 …tdAloneShort = symbol->getWeekdays(cntStdAloneShort,DateFormatSymbols::STANDALONE,DateFormatSymbol… in TestGetSetSpecificItems()
262 …const UnicodeString *standaloneWideMonths = en.getMonths(count,DateFormatSymbols::STANDALONE,DateF… in TestSymbols()
263 … fr.setMonths(standaloneWideMonths, count, DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE); in TestSymbols()
264 if( *en.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE) != in TestSymbols()
265 *fr.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE )) { in TestSymbols()
269 …const UnicodeString *standaloneShortMonths = en.getMonths(count,DateFormatSymbols::STANDALONE,Date… in TestSymbols()
270 …fr.setMonths(standaloneShortMonths, count, DateFormatSymbols::STANDALONE,DateFormatSymbols::ABBREV… in TestSymbols()
271 if( *en.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::ABBREVIATED) != in TestSymbols()
[all …]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestDateFormatSymbols.java61 int[] context = {DateFormatSymbols.STANDALONE, DateFormatSymbols.FORMAT}; in TestGetMonths2()
83 int[] context = {DateFormatSymbols.STANDALONE, DateFormatSymbols.FORMAT}; in TestGetWeekdays2()
251 …final String[] standaloneMonths = en.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbols.WIDE… in TestSymbols()
252 fr.setMonths(standaloneMonths,DateFormatSymbols.STANDALONE,DateFormatSymbols.WIDE); in TestSymbols()
253 …final String[] standaloneMonths1 = fr.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbols.WID… in TestSymbols()
266 …final String[] standaloneShortMonths = en.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbols… in TestSymbols()
267 … fr.setMonths(standaloneShortMonths,DateFormatSymbols.STANDALONE,DateFormatSymbols.ABBREVIATED); in TestSymbols()
268 …final String[] standaloneShortMonths1 = fr.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbol… in TestSymbols()
281 …final String[] standaloneNarrowMonths = en.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbol… in TestSymbols()
282 fr.setMonths(standaloneNarrowMonths,DateFormatSymbols.STANDALONE,DateFormatSymbols.NARROW); in TestSymbols()
[all …]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DIntlTestDateFormatSymbols.java64 int[] context = {DateFormatSymbols.STANDALONE, DateFormatSymbols.FORMAT}; in TestGetMonths2()
86 int[] context = {DateFormatSymbols.STANDALONE, DateFormatSymbols.FORMAT}; in TestGetWeekdays2()
254 …final String[] standaloneMonths = en.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbols.WIDE… in TestSymbols()
255 fr.setMonths(standaloneMonths,DateFormatSymbols.STANDALONE,DateFormatSymbols.WIDE); in TestSymbols()
256 …final String[] standaloneMonths1 = fr.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbols.WID… in TestSymbols()
269 …final String[] standaloneShortMonths = en.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbols… in TestSymbols()
270 … fr.setMonths(standaloneShortMonths,DateFormatSymbols.STANDALONE,DateFormatSymbols.ABBREVIATED); in TestSymbols()
271 …final String[] standaloneShortMonths1 = fr.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbol… in TestSymbols()
284 …final String[] standaloneNarrowMonths = en.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbol… in TestSymbols()
285 fr.setMonths(standaloneNarrowMonths,DateFormatSymbols.STANDALONE,DateFormatSymbols.NARROW); in TestSymbols()
[all …]
/third_party/pcre2/pcre2/src/
Dpcre2_fuzzsupport.c113 #ifdef STANDALONE in LLVMFuzzerTestOneInput()
163 #ifdef STANDALONE in LLVMFuzzerTestOneInput()
175 #ifdef STANDALONE in LLVMFuzzerTestOneInput()
189 #ifdef STANDALONE in LLVMFuzzerTestOneInput()
208 #ifdef STANDALONE in LLVMFuzzerTestOneInput()
226 #ifdef STANDALONE in LLVMFuzzerTestOneInput()
245 #ifdef STANDALONE in LLVMFuzzerTestOneInput()
267 #ifdef STANDALONE in LLVMFuzzerTestOneInput()
286 #ifdef STANDALONE
/third_party/node/deps/icu-small/source/i18n/
Dudat.cpp672 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_getSymbols()
676 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED); in udat_getSymbols()
680 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW); in udat_getSymbols()
684 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_getSymbols()
688 … res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED); in udat_getSymbols()
692 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::SHORT); in udat_getSymbols()
696 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW); in udat_getSymbols()
712 res = syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_getSymbols()
716 … res = syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED); in udat_getSymbols()
720 res = syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW); in udat_getSymbols()
[all …]
Ddtfmtsym.cpp708 case STANDALONE : in getMonths()
774 case STANDALONE : in getWeekdays()
827 case STANDALONE : in getQuarters()
1024 case STANDALONE : in setMonths()
1125 case STANDALONE : in setWeekdays()
1199 case STANDALONE : in setQuarters()
/third_party/skia/third_party/externals/icu/source/i18n/
Dudat.cpp672 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_getSymbols()
676 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED); in udat_getSymbols()
680 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW); in udat_getSymbols()
684 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_getSymbols()
688 … res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED); in udat_getSymbols()
692 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::SHORT); in udat_getSymbols()
696 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW); in udat_getSymbols()
708 res = syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_getSymbols()
712 … res = syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED); in udat_getSymbols()
810 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_countSymbols()
[all …]
Ddtfmtsym.cpp700 case STANDALONE : in getMonths()
766 case STANDALONE : in getWeekdays()
819 case STANDALONE : in getQuarters()
1016 case STANDALONE : in setMonths()
1117 case STANDALONE : in setWeekdays()
1193 case STANDALONE : in setQuarters()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dudat.cpp663 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_getSymbols()
667 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED); in udat_getSymbols()
671 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW); in udat_getSymbols()
675 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_getSymbols()
679 … res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED); in udat_getSymbols()
683 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::SHORT); in udat_getSymbols()
687 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW); in udat_getSymbols()
699 res = syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_getSymbols()
703 … res = syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED); in udat_getSymbols()
801 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_countSymbols()
[all …]
Ddtfmtsym.cpp698 case STANDALONE : in getMonths()
764 case STANDALONE : in getWeekdays()
817 case STANDALONE : in getQuarters()
1014 case STANDALONE : in setMonths()
1115 case STANDALONE : in setWeekdays()
1191 case STANDALONE : in setQuarters()
/third_party/icu/icu4c/source/i18n/
Dudat.cpp672 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_getSymbols()
676 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED); in udat_getSymbols()
680 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW); in udat_getSymbols()
684 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_getSymbols()
688 … res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED); in udat_getSymbols()
692 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::SHORT); in udat_getSymbols()
696 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW); in udat_getSymbols()
708 res = syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_getSymbols()
712 … res = syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED); in udat_getSymbols()
810 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_countSymbols()
[all …]
Ddtfmtsym.cpp700 case STANDALONE : in getMonths()
766 case STANDALONE : in getWeekdays()
819 case STANDALONE : in getQuarters()
1016 case STANDALONE : in setMonths()
1117 case STANDALONE : in setWeekdays()
1193 case STANDALONE : in setQuarters()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateFormatSymbols.java105 public static final int STANDALONE = 1; field in DateFormatSymbols
809 case STANDALONE : in getMonths()
864 case STANDALONE : in setMonths()
938 case STANDALONE : in getWeekdays()
987 case STANDALONE : in setWeekdays()
1067 case STANDALONE : in getQuarters()
1113 case STANDALONE : in setQuarters()
1220 case STANDALONE : in getLeapMonthPattern()
1274 case STANDALONE : in setLeapMonthPattern()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DDateFormatSymbols.java103 public static final int STANDALONE = 1; field in DateFormatSymbols
791 case STANDALONE : in getMonths()
844 case STANDALONE : in setMonths()
914 case STANDALONE : in getWeekdays()
962 case STANDALONE : in setWeekdays()
1038 case STANDALONE : in getQuarters()
1083 case STANDALONE : in setQuarters()
1187 case STANDALONE : in getLeapMonthPattern()
1242 case STANDALONE : in setLeapMonthPattern()
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
DVulkanTester.cpp160 # if !defined(STANDALONE) in getDriverPaths()
166 # error TODO: !STANDALONE in getDriverPaths()
DCMakeLists.txt69 "STANDALONE"
/third_party/skia/third_party/externals/swiftshader/tests/GLESUnitTests/
DCMakeLists.txt46 "STANDALONE"
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/
DCMakeLists.txt58 "STANDALONE"
DDriver.cpp56 # if !defined(STANDALONE) in loadSwiftShader()
/third_party/glib/gio/tests/
Dbasic-application.c254 #ifdef STANDALONE in main()
/third_party/gettext/gnulib-local/lib/libxml/
Dnanoftp.c39 #define STANDALONE macro
102 #ifdef STANDALONE
2081 #ifdef STANDALONE
2140 #ifdef STANDALONE
/third_party/libxml2/
Dnanoftp.c8 #define STANDALONE macro
71 #ifdef STANDALONE
2049 #ifdef STANDALONE
2108 #ifdef STANDALONE
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Ddtfmtsym.h279 STANDALONE, enumerator
/third_party/node/deps/icu-small/source/i18n/unicode/
Ddtfmtsym.h279 STANDALONE, enumerator
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/
Ddtfmtsym.h277 STANDALONE, enumerator

123