/external/icu4c/test/intltest/ |
D | tsdtfmsy.cpp | 64 …DateFormatSymbols::DtContextType context[] = {DateFormatSymbols::STANDALONE, DateFormatSymbols::FO… in TestGetMonths2() 89 …DateFormatSymbols::DtContextType context[] = {DateFormatSymbols::STANDALONE, DateFormatSymbols::FO… in TestGetWeekdays2() 223 …const UnicodeString *standaloneWideMonths = en.getMonths(count,DateFormatSymbols::STANDALONE,DateF… in TestSymbols() 224 … fr.setMonths(standaloneWideMonths, count, DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE); in TestSymbols() 225 if( *en.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE) != in TestSymbols() 226 *fr.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE )) { in TestSymbols() 230 …const UnicodeString *standaloneShortMonths = en.getMonths(count,DateFormatSymbols::STANDALONE,Date… in TestSymbols() 231 …fr.setMonths(standaloneShortMonths, count, DateFormatSymbols::STANDALONE,DateFormatSymbols::ABBREV… in TestSymbols() 232 if( *en.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::ABBREVIATED) != in TestSymbols() 233 *fr.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::ABBREVIATED )) { in TestSymbols() [all …]
|
/external/icu4c/i18n/ |
D | udat.cpp | 451 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_getSymbols() 455 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED); in udat_getSymbols() 459 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW); in udat_getSymbols() 463 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_getSymbols() 467 … res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED); in udat_getSymbols() 471 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW); in udat_getSymbols() 483 res = syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_getSymbols() 487 … res = syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED); in udat_getSymbols() 557 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_countSymbols() 561 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED); in udat_countSymbols() [all …]
|
D | dtfmtsym.cpp | 570 case STANDALONE : in getMonths() 631 case STANDALONE : in getWeekdays() 679 case STANDALONE : in getQuarters() 817 case STANDALONE : in setMonths() 911 case STANDALONE : in setWeekdays() 980 case STANDALONE : in setQuarters()
|
/external/elfutils/tests/ |
D | Makefile.am | 40 if !STANDALONE 46 endif !STANDALONE 92 if !STANDALONE 151 if STANDALONE 153 else !STANDALONE 160 endif !STANDALONE 167 if STANDALONE 172 else !STANDALONE 184 endif !STANDALONE
|
D | ChangeLog | 516 * Makefile.am [!STANDALONE] (INCLUDES): Don't define it. 519 [!STANDALONE] (TESTS, noinst_PROGRAMS): Add in $(asm_TESTS), msg_tst. 521 [STANDALONE] (TESTS_ENVIRONMENT): Use that. 522 [!STANDALONE] (installcheck-local): Likewise. 523 [STANDALONE] (libdw, libelf, libasm, libebl): Define using -lfoo.
|
/external/liblzf/ |
D | lzfP.h | 40 #define STANDALONE 1 /* at the moment, this is ok. */ macro 42 #ifndef STANDALONE
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
D | ProcessorOutputElem.java | 134 m_outputProperties.setBooleanProperty(OutputKeys.STANDALONE, newValue); in setStandalone()
|
/external/icu4c/i18n/unicode/ |
D | dtfmtsym.h | 271 STANDALONE, enumerator
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
D | XMLWriter.java | 1384 else if (key.equals(STANDALONE)) { in setOutputProperty() 1405 public static final String STANDALONE = "standalone"; // currently ignored field in XMLWriter
|
/external/libxml2/ |
D | nanoftp.c | 8 #define STANDALONE macro 73 #ifdef STANDALONE 2043 #ifdef STANDALONE 2102 #ifdef STANDALONE
|
D | nanohttp.c | 119 #ifdef STANDALONE 1848 #ifdef STANDALONE 1870 #ifdef STANDALONE
|
D | trionan.c | 772 #if defined(STANDALONE)
|
D | schematron.c | 1740 #ifdef STANDALONE
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | OutputProperties.java | 657 || key.equals(OutputKeys.STANDALONE) in isLegalPropertyKey()
|
/external/elfutils/ |
D | ChangeLog | 63 * configure.ac: Define HAVE_LIBASM and STANDALONE conditionals.
|
D | configure.ac | 220 AM_CONDITIONAL(STANDALONE, false)dnl Used in tests/Makefile.am, which see. condition
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | SerializerBase.java | 658 setOutputProperty(OutputKeys.STANDALONE, standalone); in setStandalone()
|
D | ToStream.java | 530 if (OutputKeys.STANDALONE.equals(name)) { in setProp()
|