Searched refs:STANDALONE (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtsdtfmsy.cpp65 DateFormatSymbols::DtContextType context[] = {DateFormatSymbols::STANDALONE, DateFormatSymbols::FORMAT};
90 DateFormatSymbols::DtContextType context[] = {DateFormatSymbols::STANDALONE, DateFormatSymbols::FORMAT};
153 const UnicodeString * wdStdAloneShort = symbol->getWeekdays(cntStdAloneShort,DateFormatSymbols::STANDALONE,DateFormatSymbols::SHORT);
259 const UnicodeString *standaloneWideMonths = en.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE);
260 fr.setMonths(standaloneWideMonths, count, DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE);
261 if( *en.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE) !=
262 *fr.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE )) {
263 errln("ERROR: setMonths(STANDALONE,WIDE) failed");
266 const UnicodeString *standaloneShortMonths = en.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::ABBREVIATED);
267 fr.setMonths(standaloneShortMonths, count, DateFormatSymbols::STANDALONE,DateFormatSymbol
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dtsdtfmsy.cpp65 DateFormatSymbols::DtContextType context[] = {DateFormatSymbols::STANDALONE, DateFormatSymbols::FORMAT};
90 DateFormatSymbols::DtContextType context[] = {DateFormatSymbols::STANDALONE, DateFormatSymbols::FORMAT};
153 const UnicodeString * wdStdAloneShort = symbol->getWeekdays(cntStdAloneShort,DateFormatSymbols::STANDALONE,DateFormatSymbols::SHORT);
259 const UnicodeString *standaloneWideMonths = en.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE);
260 fr.setMonths(standaloneWideMonths, count, DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE);
261 if( *en.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE) !=
262 *fr.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE )) {
263 errln("ERROR: setMonths(STANDALONE,WIDE) failed");
266 const UnicodeString *standaloneShortMonths = en.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::ABBREVIATED);
267 fr.setMonths(standaloneShortMonths, count, DateFormatSymbols::STANDALONE,DateFormatSymbol
[all...]
/external/liblzf/
H A DlzfP.h40 #define STANDALONE 1 /* at the moment, this is ok. */ macro
42 #ifndef STANDALONE
/external/chromium_org/third_party/icu/source/i18n/
H A Dudat.cpp498 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
502 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
506 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW);
510 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
514 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
518 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::SHORT);
522 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW);
534 res = syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
538 res = syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
612 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbol
[all...]
H A Ddtfmtsym.cpp575 case STANDALONE :
641 case STANDALONE :
694 case STANDALONE :
840 case STANDALONE :
941 case STANDALONE :
1017 case STANDALONE :
/external/icu/icu4c/source/i18n/
H A Dudat.cpp501 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
505 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
509 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW);
513 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
517 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
521 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::SHORT);
525 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW);
537 res = syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
541 res = syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
615 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbol
[all...]
H A Ddtfmtsym.cpp575 case STANDALONE :
641 case STANDALONE :
694 case STANDALONE :
840 case STANDALONE :
941 case STANDALONE :
1017 case STANDALONE :
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
H A Dsyscalls_test.cc40 #if defined(__native_client__) || defined(STANDALONE)
112 #endif // defined(__native_client__) || defined(STANDALONE)
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DProcessorOutputElem.java129 * @see javax.xml.transform.OutputKeys#STANDALONE
134 m_outputProperties.setBooleanProperty(OutputKeys.STANDALONE, newValue);
/external/chromium_org/native_client_sdk/src/tools/
H A Dhost_gcc.mk116 ifdef STANDALONE
166 ifdef STANDALONE
H A Dcommon.mk238 STANDALONE = 1 macro
242 ifdef STANDALONE
304 ifdef STANDALONE
310 ifdef STANDALONE
467 ifndef STANDALONE
H A Dnacl_gcc.mk554 ifdef STANDALONE
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ddtfmtsym.h274 STANDALONE, enumerator in enum:DateFormatSymbols::DtContextType
301 * @param context The formatting context, either FORMAT or STANDALONE
313 * @param context The formatting context, either FORMAT or STANDALONE
357 * @param context The formatting context, either FORMAT or STANDALONE
368 * @param context The formatting context, either FORMAT or STANDALONE
377 * @param context The formatting context, either FORMAT or STANDALONE
390 * @param context The formatting context, either FORMAT or STANDALONE
/external/icu/icu4c/source/i18n/unicode/
H A Ddtfmtsym.h274 STANDALONE, enumerator in enum:DateFormatSymbols::DtContextType
299 * @param context The formatting context, either FORMAT or STANDALONE
311 * @param context The formatting context, either FORMAT or STANDALONE
355 * @param context The formatting context, either FORMAT or STANDALONE
366 * @param context The formatting context, either FORMAT or STANDALONE
375 * @param context The formatting context, either FORMAT or STANDALONE
388 * @param context The formatting context, either FORMAT or STANDALONE
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DXMLWriter.java1391 else if (key.equals(STANDALONE)) {
1413 public static final String STANDALONE = "standalone"; // currently ignored
1405 public static final String STANDALONE = "standalone"; // currently ignored field in class:XMLWriter
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DOutputProperties.java657 || key.equals(OutputKeys.STANDALONE)
/external/chromium_org/third_party/libxml/src/
H A Dnanohttp.c121 #ifdef STANDALONE
1843 #ifdef STANDALONE
1863 #endif /* STANDALONE */
1865 #ifdef STANDALONE
1872 #endif /* STANDALONE */
H A Dnanoftp.c8 #define STANDALONE macro
73 #ifdef STANDALONE
2042 #ifdef STANDALONE
2099 #endif /* STANDALONE */
2101 #ifdef STANDALONE
2108 #endif /* STANDALONE */
H A Dtrionan.c770 * VMS : /DEFINE=(STANDALONE)
772 #if defined(STANDALONE)
H A Dschematron.c1740 #ifdef STANDALONE
/external/libxml2/
H A Dnanohttp.c116 #ifdef STANDALONE
1857 #ifdef STANDALONE
1877 #endif /* STANDALONE */
1879 #ifdef STANDALONE
1886 #endif /* STANDALONE */
H A Dnanoftp.c8 #define STANDALONE macro
73 #ifdef STANDALONE
2044 #ifdef STANDALONE
2101 #endif /* STANDALONE */
2103 #ifdef STANDALONE
2110 #endif /* STANDALONE */
H A Dtrionan.c770 * VMS : /DEFINE=(STANDALONE)
772 #if defined(STANDALONE)
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DSerializerBase.java658 setOutputProperty(OutputKeys.STANDALONE, standalone);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 436 milliseconds

12