HomeSort by relevance Sort by last modified time
    Searched defs:STANDALONE (Results 1 - 7 of 7) sorted by null

  /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/chromium/third_party/icu/public/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 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/libxml2/
nanoftp.c 8 #define STANDALONE
73 #ifdef 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...]
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 142 milliseconds