HomeSort by relevance Sort by last modified time
    Searched refs:STANDALONE (Results 1 - 25 of 42) 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/icu/icu4c/source/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/liblzf/
lzfP.h 40 #define STANDALONE 1 /* at the moment, this is ok. */
42 #ifndef STANDALONE
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
IntlTestDateFormatSymbols.java 55 int[] context = {DateFormatSymbols.STANDALONE, DateFormatSymbols.FORMAT};
76 int[] context = {DateFormatSymbols.STANDALONE, DateFormatSymbols.FORMAT};
227 final String[] standaloneMonths = en.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbols.WIDE);
228 fr.setMonths(standaloneMonths,DateFormatSymbols.STANDALONE,DateFormatSymbols.WIDE);
229 final String[] standaloneMonths1 = fr.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbols.WIDE);
232 errln("ERROR: setMonths(STANDALONE,WIDE) failed (different size array)");
237 errln("ERROR: setMonths(STANDALONE,WIDE) failed (different string values)");
242 final String[] standaloneShortMonths = en.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbols.ABBREVIATED);
243 fr.setMonths(standaloneShortMonths,DateFormatSymbols.STANDALONE,DateFormatSymbols.ABBREVIATED);
244 final String[] standaloneShortMonths1 = fr.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbols.ABBREVIATED)
    [all...]
  /external/icu/icu4c/source/i18n/
udat.cpp 661 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
665 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
669 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW);
673 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
677 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
681 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::SHORT);
685 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW);
697 res = syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
701 res = syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
799 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE)
    [all...]
dtfmtsym.cpp 18 * 06/30/05 emmons Added eraNames, narrow month/day, standalone context
647 case STANDALONE :
713 case STANDALONE :
766 case STANDALONE :
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DateFormatSymbols.java 96 public static final int STANDALONE = 1;
380 * Standalone month strings. For example: "January", "February", etc. An array
388 * Standalone short month strings. For example: "Jan", "Feb", etc. An array of
397 * Standalone narrow month strings. For example: "J", "F", etc. An array of
444 * Standalone wide weekday strings. For example: "Sunday", "Monday", etc.
453 * CLDR-style standalone abbreviated (not short) weekday strings,
463 * CLDR-style standalone short weekday strings, for example: "Sun", "Mon", etc.
473 * Standalone narrow weekday strings. For example: "S", "M", etc. An array
518 * Standalone abbreviated quarter names. For example: "Q1", "Q2", "Q3", "Q4". An array
525 * Standalone full quarter names. For example: "1st Quarter", "2nd Quarter", "3rd Quarter"
    [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);
  /external/elfutils/src/tests/
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
  /libcore/luni/src/main/native/
libcore_icu_ICU.cpp 630 dateFormatSym.getMonths(count, icu::DateFormatSymbols::STANDALONE, icu::DateFormatSymbols::WIDE);
633 dateFormatSym.getMonths(count, icu::DateFormatSymbols::STANDALONE, icu::DateFormatSymbols::ABBREVIATED);
636 dateFormatSym.getMonths(count, icu::DateFormatSymbols::STANDALONE, icu::DateFormatSymbols::NARROW);
639 dateFormatSym.getWeekdays(count, icu::DateFormatSymbols::STANDALONE, icu::DateFormatSymbols::WIDE);
642 dateFormatSym.getWeekdays(count, icu::DateFormatSymbols::STANDALONE, icu::DateFormatSymbols::ABBREVIATED);
645 dateFormatSym.getWeekdays(count, icu::DateFormatSymbols::STANDALONE, icu::DateFormatSymbols::NARROW);
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
dtfmtsym.h 274 STANDALONE,
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
448 * @param context The usage context: FORMAT, STANDALONE.
462 * @param context The usage context: FORMAT, STANDALONE (currently only FORMAT is supported).
473 * @param context The usage context: FORMAT, STANDALONE
    [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/libxml2/
nanohttp.c 116 #ifdef STANDALONE
    [all...]
nanoftp.c 8 #define STANDALONE
73 #ifdef STANDALONE
    [all...]
trionan.c 770 * VMS : /DEFINE=(STANDALONE)
772 #if defined(STANDALONE)
rngparser.c     [all...]
schematron.c     [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
SerializerBase.java 168 * The standalone value for the doctype.
173 * True if standalone was specified.
650 * Sets the value coming from the xsl:output standalone stylesheet attribute.
651 * @param standalone a value of "yes" indicates that the
652 * <code>standalone</code> delaration is to be included in the output
656 public void setStandalone(String standalone)
658 setOutputProperty(OutputKeys.STANDALONE, standalone);
661 * Sets the XSL standalone attribute, but does not remember if this is a
663 * @param standalone "yes" | "no
    [all...]
ToStream.java 529 // if standalone was explicitly specified
530 if (OutputKeys.STANDALONE.equals(name)) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.ds_1.4.101.v20130813-1853.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.ds_1.4.100.v20130515-2026.jar 
  /prebuilts/tools/common/m2/repository/xerces/xmlParserAPIs/2.6.2/
xmlParserAPIs-2.6.2.jar 
  /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.0.b2/
xml-apis-1.0.b2.jar 

Completed in 637 milliseconds

1 2