/external/icu/icu4c/source/test/intltest/ |
D | tsdtfmsy.cpp | 65 …DateFormatSymbols::DtContextType context[] = {DateFormatSymbols::STANDALONE, DateFormatSymbols::FO… in TestGetMonths2() 90 …DateFormatSymbols::DtContextType context[] = {DateFormatSymbols::STANDALONE, DateFormatSymbols::FO… in TestGetWeekdays2() 153 …tdAloneShort = symbol->getWeekdays(cntStdAloneShort,DateFormatSymbols::STANDALONE,DateFormatSymbol… in TestGetSetSpecificItems() 259 …const UnicodeString *standaloneWideMonths = en.getMonths(count,DateFormatSymbols::STANDALONE,DateF… in TestSymbols() 260 … fr.setMonths(standaloneWideMonths, count, DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE); in TestSymbols() 261 if( *en.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE) != in TestSymbols() 262 *fr.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE )) { in TestSymbols() 266 …const UnicodeString *standaloneShortMonths = en.getMonths(count,DateFormatSymbols::STANDALONE,Date… in TestSymbols() 267 …fr.setMonths(standaloneShortMonths, count, DateFormatSymbols::STANDALONE,DateFormatSymbols::ABBREV… in TestSymbols() 268 if( *en.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::ABBREVIATED) != in TestSymbols() [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | IntlTestDateFormatSymbols.java | 55 int[] context = {DateFormatSymbols.STANDALONE, DateFormatSymbols.FORMAT}; in TestGetMonths2() 76 int[] context = {DateFormatSymbols.STANDALONE, DateFormatSymbols.FORMAT}; in TestGetWeekdays2() 227 …final String[] standaloneMonths = en.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbols.WIDE… in TestSymbols() 228 fr.setMonths(standaloneMonths,DateFormatSymbols.STANDALONE,DateFormatSymbols.WIDE); in TestSymbols() 229 …final String[] standaloneMonths1 = fr.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbols.WID… in TestSymbols() 242 …final String[] standaloneShortMonths = en.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbols… in TestSymbols() 243 … fr.setMonths(standaloneShortMonths,DateFormatSymbols.STANDALONE,DateFormatSymbols.ABBREVIATED); in TestSymbols() 244 …final String[] standaloneShortMonths1 = fr.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbol… in TestSymbols() 257 …final String[] standaloneNarrowMonths = en.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbol… in TestSymbols() 258 fr.setMonths(standaloneNarrowMonths,DateFormatSymbols.STANDALONE,DateFormatSymbols.NARROW); in TestSymbols() [all …]
|
/external/icu/icu4c/source/i18n/ |
D | udat.cpp | 661 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_getSymbols() 665 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED); in udat_getSymbols() 669 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW); in udat_getSymbols() 673 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_getSymbols() 677 … res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED); in udat_getSymbols() 681 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::SHORT); in udat_getSymbols() 685 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW); in udat_getSymbols() 697 res = syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_getSymbols() 701 … res = syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED); in udat_getSymbols() 799 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_countSymbols() [all …]
|
D | dtfmtsym.cpp | 647 case STANDALONE : in getMonths() 713 case STANDALONE : in getWeekdays() 766 case STANDALONE : in getQuarters() 963 case STANDALONE : in setMonths() 1064 case STANDALONE : in setWeekdays() 1140 case STANDALONE : in setQuarters()
|
/external/liblzf/ |
D | lzfP.h | 40 #define STANDALONE 1 /* at the moment, this is ok. */ macro 42 #ifndef STANDALONE
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | DateFormatSymbols.java | 96 public static final int STANDALONE = 1; field in DateFormatSymbols 746 case STANDALONE : in getMonths() 801 case STANDALONE : in setMonths() 875 case STANDALONE : in getWeekdays() 924 case STANDALONE : in setWeekdays() 1004 case STANDALONE : in getQuarters() 1050 case STANDALONE : in setQuarters() 1161 case STANDALONE : in getLeapMonthPattern() 1215 case STANDALONE : in setLeapMonthPattern()
|
/external/elfutils/src/tests/ |
D | Makefile.am | 24 if !STANDALONE 124 if !STANDALONE 305 if STANDALONE 308 else !STANDALONE 323 endif !STANDALONE 325 if STANDALONE 330 else !STANDALONE 342 endif !STANDALONE
|
D | ChangeLog | 1027 * Makefile.am [!STANDALONE] (noinst_PROGRAMS, TESTS): Add it. 1717 * Makefile.am [!STANDALONE] (INCLUDES): Don't define it. 1720 [!STANDALONE] (TESTS, noinst_PROGRAMS): Add in $(asm_TESTS), msg_tst. 1722 [STANDALONE] (TESTS_ENVIRONMENT): Use that. 1723 [!STANDALONE] (installcheck-local): Likewise. 1724 [STANDALONE] (libdw, libelf, libasm, libebl): Define using -lfoo.
|
/external/llvm/cmake/platforms/ |
D | Android.cmake | 3 # docs/STANDALONE-TOOLCHAIN.html in the NDK on how to get one).
|
/external/libvncserver/examples/android/ |
D | README | 16 1. Read <NDK location>/docs/STANDALONE-TOOLCHAIN.html.
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
D | ProcessorOutputElem.java | 134 m_outputProperties.setBooleanProperty(OutputKeys.STANDALONE, newValue); in setStandalone()
|
/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 2052 #ifdef STANDALONE 2111 #ifdef STANDALONE
|
D | nanohttp.c | 116 #ifdef STANDALONE 1858 #ifdef STANDALONE 1880 #ifdef STANDALONE
|
D | trionan.c | 772 #if defined(STANDALONE)
|
D | schematron.c | 1742 #ifdef STANDALONE
|
D | rngparser.c | 1516 #ifdef STANDALONE
|
/external/icu/icu4c/source/i18n/unicode/ |
D | dtfmtsym.h | 274 STANDALONE, enumerator
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | OutputProperties.java | 657 || key.equals(OutputKeys.STANDALONE) in isLegalPropertyKey()
|
/external/elfutils/src/ |
D | configure.ac | 258 AM_CONDITIONAL(STANDALONE, false)dnl Used in tests/Makefile.am, which see. condition
|
D | ChangeLog | 334 * configure.ac: Define HAVE_LIBASM and STANDALONE conditionals.
|
/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()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | com.ibm.icu_4.2.1.v20100412.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |