HomeSort by relevance Sort by last modified time
    Searched refs:STANDALONE (Results 1 - 25 of 40) sorted by null

1 2

  /libcore/luni/src/main/java/javax/xml/transform/
OutputKeys.java 102 * standalone = "yes" | "no".
104 * <p><code>standalone</code> specifies whether the Transformer
105 * should output a standalone document declaration; the value must be
110 public static final String STANDALONE = "standalone";
  /external/icu4c/test/intltest/
tsdtfmsy.cpp 65 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);
159 errln("ERROR: English standalone short weekday names don't match prefixes of format abbreviated names");
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)
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
tsdtfmsy.cpp 64 DateFormatSymbols::DtContextType context[] = {DateFormatSymbols::STANDALONE, DateFormatSymbols::FORMAT};
89 DateFormatSymbols::DtContextType context[] = {DateFormatSymbols::STANDALONE, DateFormatSymbols::FORMAT};
223 const UnicodeString *standaloneWideMonths = en.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE);
224 fr.setMonths(standaloneWideMonths, count, DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE);
225 if( *en.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE) !=
226 *fr.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE )) {
227 errln("ERROR: setMonths(STANDALONE,WIDE) failed");
230 const UnicodeString *standaloneShortMonths = en.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::ABBREVIATED);
231 fr.setMonths(standaloneShortMonths, count, DateFormatSymbols::STANDALONE,DateFormatSymbols::ABBREVIATED);
232 if( *en.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::ABBREVIATED) !=
    [all...]
  /external/liblzf/
lzfP.h 40 #define STANDALONE 1 /* at the moment, this is ok. */
42 #ifndef STANDALONE
  /external/chromium_org/gpu/config/
gpu_info_collector.h 60 STANDALONE,
gpu_info_collector_win.cc 364 return STANDALONE;
435 (amd_card_type != STANDALONE);
  /external/elfutils/tests/
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
  /external/icu4c/i18n/
udat.cpp 498 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, DateFormatSymbols::WIDE)
    [all...]
dtfmtsym.cpp 18 * 06/30/05 emmons Added eraNames, narrow month/day, standalone context
575 case STANDALONE :
641 case STANDALONE :
694 case STANDALONE :
840 case STANDALONE :
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
udat.cpp 446 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
450 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
454 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW);
458 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
462 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
466 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW);
478 res = syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
482 res = syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
551 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
555 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED)
    [all...]
dtfmtsym.cpp 18 * 06/30/05 emmons Added eraNames, narrow month/day, standalone context
579 case STANDALONE :
640 case STANDALONE :
688 case STANDALONE :
826 case STANDALONE :
920 case STANDALONE :
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorOutputElem.java 128 * Set the standalone property from the attribute value.
129 * @see javax.xml.transform.OutputKeys#STANDALONE
134 m_outputProperties.setBooleanProperty(OutputKeys.STANDALONE, newValue);
  /libcore/luni/src/main/native/
libcore_icu_ICU.cpp 550 dateFormatSym.getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
553 dateFormatSym.getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
556 dateFormatSym.getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW);
559 dateFormatSym.getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
562 dateFormatSym.getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
565 dateFormatSym.getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW);
  /external/chromium_org/third_party/icu/source/i18n/unicode/
dtfmtsym.h 273 STANDALONE,
291 * @param context The formatting context, either FORMAT or STANDALONE
303 * @param context The formatting context, either FORMAT or STANDALONE
345 * @param context The formatting context, either FORMAT or STANDALONE
356 * @param context The formatting context, either FORMAT or STANDALONE
365 * @param context The formatting context, either FORMAT or STANDALONE
378 * @param context The formatting context, either FORMAT or STANDALONE
509 * Standalone Month strings. For example: "January", "February", etc.
515 * Standalone Short month strings. For example: "Jan", "Feb", etc.
521 * Standalone Narrow month strings. For example: "J", "F", etc
    [all...]
  /external/icu4c/i18n/unicode/
dtfmtsym.h 274 STANDALONE,
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
589 * Standalone Month strings. For example: "January", "February", etc.
595 * Standalone Short month strings. For example: "Jan", "Feb", etc.
601 * Standalone Narrow month strings. For example: "J", "F", etc
    [all...]
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
XMLWriter.java 81 * &lt;?xml version="1.0" standalone="yes"?>
144 * &lt;?xml version="1.0" standalone="yes"?>
176 * &lt;?xml version="1.0" standalone="yes"?>
193 * &lt;?xml version="1.0" standalone="yes"?>
204 * &lt;xml version="1.0" standalone="yes"?>
231 * &lt;xml version="1.0" standalone="yes"?>
522 if (standalone == null) {
523 write(" standalone=\"yes\"?>\n");
525 write(" standalone=\"");
526 write(standalone);
1430 private String standalone = null; field in class:XMLWriter
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
OutputProperties.java 657 || key.equals(OutputKeys.STANDALONE)
  /external/chromium_org/third_party/libxml/src/
nanohttp.c 121 #ifdef STANDALONE
    [all...]
nanoftp.c 8 #define STANDALONE
73 #ifdef STANDALONE
    [all...]
trionan.c 770 * VMS : /DEFINE=(STANDALONE)
772 #if defined(STANDALONE)
schematron.c     [all...]
  /external/libxml2/
nanohttp.c 119 #ifdef STANDALONE
    [all...]
nanoftp.c 8 #define STANDALONE
73 #ifdef STANDALONE
    [all...]
trionan.c 770 * VMS : /DEFINE=(STANDALONE)
772 #if defined(STANDALONE)