Home
last modified time | relevance | path

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

/external/icu4c/test/intltest/
Dtsdtfmsy.cpp64 …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/
Dudat.cpp451 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 …]
Ddtfmtsym.cpp570 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/
DMakefile.am40 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
DChangeLog516 * 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/
DlzfP.h40 #define STANDALONE 1 /* at the moment, this is ok. */ macro
42 #ifndef STANDALONE
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DProcessorOutputElem.java134 m_outputProperties.setBooleanProperty(OutputKeys.STANDALONE, newValue); in setStandalone()
/external/icu4c/i18n/unicode/
Ddtfmtsym.h271 STANDALONE, enumerator
/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
2043 #ifdef STANDALONE
2102 #ifdef STANDALONE
Dnanohttp.c119 #ifdef STANDALONE
1848 #ifdef STANDALONE
1870 #ifdef STANDALONE
Dtrionan.c772 #if defined(STANDALONE)
Dschematron.c1740 #ifdef STANDALONE
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DOutputProperties.java657 || key.equals(OutputKeys.STANDALONE) in isLegalPropertyKey()
/external/elfutils/
DChangeLog63 * configure.ac: Define HAVE_LIBASM and STANDALONE conditionals.
Dconfigure.ac220 AM_CONDITIONAL(STANDALONE, false)dnl Used in tests/Makefile.am, which see. condition
/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()