HomeSort by relevance Sort by last modified time
    Searched refs:STANDALONE (Results 1 - 25 of 30) 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 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
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/repository/
AvdManagerWindow.java 48 STANDALONE,
53 * This is similar to the {@link #STANDALONE} mode except we don't need
SdkUpdaterWindow.java 48 STANDALONE,
51 * The SDK Manager is invoked from the standalone AVD Manager.
52 * This is similar to the standalone mode except that in this case we
  /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 451 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
455 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
459 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW);
463 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
467 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
471 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW);
483 res = syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
487 res = syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
557 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
561 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED)
    [all...]
dtfmtsym.cpp 18 * 06/30/05 emmons Added eraNames, narrow month/day, standalone context
570 case STANDALONE :
631 case STANDALONE :
679 case STANDALONE :
817 case STANDALONE :
911 case STANDALONE :
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman2/
AvdManagerWindowImpl1.java 49 * wrapped in its own standalone window for use from the SDK Manager 2.
129 if (ok && mContext == AvdInvocationContext.STANDALONE) {
142 // The AVD Manager must use a shell trim when standalone
145 if (mContext != AvdInvocationContext.STANDALONE) {
181 if (mContext != AvdInvocationContext.STANDALONE) {
SdkUpdaterWindowImpl2.java 160 // The SDK Manager must use a shell trim when standalone
163 if (mContext != SdkInvocationContext.STANDALONE) {
305 if (mContext == SdkInvocationContext.STANDALONE) {
323 if (mContext == SdkInvocationContext.STANDALONE) {
  /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/icu4c/i18n/unicode/
dtfmtsym.h 271 STANDALONE,
289 * @param context The formatting context, either FORMAT or STANDALONE
301 * @param context The formatting context, either FORMAT or STANDALONE
343 * @param context The formatting context, either FORMAT or STANDALONE
354 * @param context The formatting context, either FORMAT or STANDALONE
363 * @param context The formatting context, either FORMAT or STANDALONE
376 * @param context The formatting context, either FORMAT or STANDALONE
511 * Standalone Month strings. For example: "January", "February", etc.
517 * Standalone Short month strings. For example: "Jan", "Feb", etc.
523 * Standalone Narrow month strings. For example: "J", "F", etc
    [all...]
  /libcore/luni/src/main/native/
libcore_icu_ICU.cpp 457 dateFormatSym.getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
460 dateFormatSym.getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
463 dateFormatSym.getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
466 dateFormatSym.getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
  /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 119 #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...]
  /sdk/sdkmanager/app/src/com/android/sdkmanager/
Main.java 328 SdkInvocationContext.STANDALONE);
352 AvdInvocationContext.STANDALONE);
    [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 
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/sdk/11/
android.jar 

Completed in 1696 milliseconds

1 2