Home
last modified time | relevance | path

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

12

/external/icu/icu4c/source/test/intltest/
Dtsdtfmsy.cpp65 …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/
DIntlTestDateFormatSymbols.java55 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/
Dudat.cpp661 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 …]
Ddtfmtsym.cpp647 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/
DlzfP.h40 #define STANDALONE 1 /* at the moment, this is ok. */ macro
42 #ifndef STANDALONE
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateFormatSymbols.java96 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/
DMakefile.am24 if !STANDALONE
124 if !STANDALONE
305 if STANDALONE
308 else !STANDALONE
323 endif !STANDALONE
325 if STANDALONE
330 else !STANDALONE
342 endif !STANDALONE
DChangeLog1027 * 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/
DAndroid.cmake3 # docs/STANDALONE-TOOLCHAIN.html in the NDK on how to get one).
/external/libvncserver/examples/android/
DREADME16 1. Read <NDK location>/docs/STANDALONE-TOOLCHAIN.html.
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DProcessorOutputElem.java134 m_outputProperties.setBooleanProperty(OutputKeys.STANDALONE, newValue); in setStandalone()
/external/tagsoup/src/org/ccil/cowan/tagsoup/
DXMLWriter.java1384 else if (key.equals(STANDALONE)) { in setOutputProperty()
1405 public static final String STANDALONE = "standalone"; // currently ignored field in XMLWriter
/external/libxml2/
Dnanoftp.c8 #define STANDALONE macro
73 #ifdef STANDALONE
2052 #ifdef STANDALONE
2111 #ifdef STANDALONE
Dnanohttp.c116 #ifdef STANDALONE
1858 #ifdef STANDALONE
1880 #ifdef STANDALONE
Dtrionan.c772 #if defined(STANDALONE)
Dschematron.c1742 #ifdef STANDALONE
Drngparser.c1516 #ifdef STANDALONE
/external/icu/icu4c/source/i18n/unicode/
Ddtfmtsym.h274 STANDALONE, enumerator
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DOutputProperties.java657 || key.equals(OutputKeys.STANDALONE) in isLegalPropertyKey()
/external/elfutils/src/
Dconfigure.ac258 AM_CONDITIONAL(STANDALONE, false)dnl Used in tests/Makefile.am, which see. condition
DChangeLog334 * configure.ac: Define HAVE_LIBASM and STANDALONE conditionals.
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DSerializerBase.java658 setOutputProperty(OutputKeys.STANDALONE, standalone); in setStandalone()
DToStream.java530 if (OutputKeys.STANDALONE.equals(name)) { in setProp()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...

12