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

1 2 3

  /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 67 DateFormatSymbols::DtContextType context[] = {DateFormatSymbols::STANDALONE, DateFormatSymbols::FORMAT};
92 DateFormatSymbols::DtContextType context[] = {DateFormatSymbols::STANDALONE, DateFormatSymbols::FORMAT};
155 const UnicodeString * wdStdAloneShort = symbol->getWeekdays(cntStdAloneShort,DateFormatSymbols::STANDALONE,DateFormatSymbols::SHORT);
161 errln("ERROR: English standalone short weekday names don't match prefixes of format abbreviated names");
261 const UnicodeString *standaloneWideMonths = en.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE);
262 fr.setMonths(standaloneWideMonths, count, DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE);
263 if( *en.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE) !=
264 *fr.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE )) {
265 errln("ERROR: setMonths(STANDALONE,WIDE) failed");
268 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/android_icu4j/src/main/tests/android/icu/dev/test/format/
IntlTestDateFormatSymbols.java 58 int[] context = {DateFormatSymbols.STANDALONE, DateFormatSymbols.FORMAT};
80 int[] context = {DateFormatSymbols.STANDALONE, DateFormatSymbols.FORMAT};
233 final String[] standaloneMonths = en.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbols.WIDE);
234 fr.setMonths(standaloneMonths,DateFormatSymbols.STANDALONE,DateFormatSymbols.WIDE);
235 final String[] standaloneMonths1 = fr.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbols.WIDE);
238 errln("ERROR: setMonths(STANDALONE,WIDE) failed (different size array)");
243 errln("ERROR: setMonths(STANDALONE,WIDE) failed (different string values)");
248 final String[] standaloneShortMonths = en.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbols.ABBREVIATED);
249 fr.setMonths(standaloneShortMonths,DateFormatSymbols.STANDALONE,DateFormatSymbols.ABBREVIATED);
250 final String[] standaloneShortMonths1 = fr.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbols.ABBREVIATED)
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
IntlTestDateFormatSymbols.java 57 int[] context = {DateFormatSymbols.STANDALONE, DateFormatSymbols.FORMAT};
79 int[] context = {DateFormatSymbols.STANDALONE, DateFormatSymbols.FORMAT};
232 final String[] standaloneMonths = en.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbols.WIDE);
233 fr.setMonths(standaloneMonths,DateFormatSymbols.STANDALONE,DateFormatSymbols.WIDE);
234 final String[] standaloneMonths1 = fr.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbols.WIDE);
237 errln("ERROR: setMonths(STANDALONE,WIDE) failed (different size array)");
242 errln("ERROR: setMonths(STANDALONE,WIDE) failed (different string values)");
247 final String[] standaloneShortMonths = en.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbols.ABBREVIATED);
248 fr.setMonths(standaloneShortMonths,DateFormatSymbols.STANDALONE,DateFormatSymbols.ABBREVIATED);
249 final String[] standaloneShortMonths1 = fr.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbols.ABBREVIATED)
    [all...]
  /external/icu/icu4c/source/i18n/
udat.cpp 663 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
667 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
671 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW);
675 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
679 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
683 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::SHORT);
687 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW);
699 res = syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
703 res = syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED);
801 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE)
    [all...]
dtfmtsym.cpp 20 * 06/30/05 emmons Added eraNames, narrow month/day, standalone context
698 case STANDALONE :
764 case STANDALONE :
817 case STANDALONE :
    [all...]
  /hardware/interfaces/gnss/1.0/
IGnss.hal 36 /** Mode for running GNSS standalone (no assistance). */
37 STANDALONE = 0,
153 * @param mode Parameter must be one of MS_BASED or STANDALONE.
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue10958.go 9 // on some platforms, but is useful standalone to verify
16 // block garbage collection. IF YOU RUN IT STANDALONE without
  /prebuilts/go/linux-x86/test/fixedbugs/
issue10958.go 9 // on some platforms, but is useful standalone to verify
16 // block garbage collection. IF YOU RUN IT STANDALONE without
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DateFormatSymbols.java 103 public static final int STANDALONE = 1;
378 * Standalone month strings. For example: "January", "February", etc. An array
386 * Standalone short month strings. For example: "Jan", "Feb", etc. An array of
395 * Standalone narrow month strings. For example: "J", "F", etc. An array of
442 * Standalone wide weekday strings. For example: "Sunday", "Monday", etc.
451 * CLDR-style standalone abbreviated (not short) weekday strings,
461 * CLDR-style standalone short weekday strings, for example: "Sun", "Mon", etc.
471 * Standalone narrow weekday strings. For example: "S", "M", etc. An array
516 * Standalone abbreviated quarter names. For example: "Q1", "Q2", "Q3", "Q4". An array
523 * Standalone full quarter names. For example: "1st Quarter", "2nd Quarter", "3rd Quarter"
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DateFormatSymbols.java 105 public static final int STANDALONE = 1;
389 * Standalone month strings. For example: "January", "February", etc. An array
397 * Standalone short month strings. For example: "Jan", "Feb", etc. An array of
406 * Standalone narrow month strings. For example: "J", "F", etc. An array of
453 * Standalone wide weekday strings. For example: "Sunday", "Monday", etc.
462 * CLDR-style standalone abbreviated (not short) weekday strings,
472 * CLDR-style standalone short weekday strings, for example: "Sun", "Mon", etc.
482 * Standalone narrow weekday strings. For example: "S", "M", etc. An array
527 * Standalone abbreviated quarter names. For example: "Q1", "Q2", "Q3", "Q4". An array
534 * 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/tests/
Makefile.am 24 if !STANDALONE
138 if !STANDALONE
343 if STANDALONE
346 else !STANDALONE
361 endif !STANDALONE
363 if STANDALONE
368 else !STANDALONE
380 endif !STANDALONE
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
DateFormatSymbols.java 90 public static final int STANDALONE = 1;
299 * @param context The month context, FORMAT or STANDALONE.
332 * @param context The formatting context, FORMAT or STANDALONE.
386 * @param context Formatting context, either FORMAT or STANDALONE.
409 * @param context The formatting context, FORMAT or STANDALONE.
465 // * @param context The quarter context, FORMAT or STANDALONE.
478 // * @param context The formatting context, FORMAT or STANDALONE.
    [all...]
  /libcore/luni/src/main/native/
libcore_icu_ICU.cpp 655 dateFormatSym.getMonths(count, icu::DateFormatSymbols::STANDALONE, icu::DateFormatSymbols::WIDE);
658 dateFormatSym.getMonths(count, icu::DateFormatSymbols::STANDALONE, icu::DateFormatSymbols::ABBREVIATED);
661 dateFormatSym.getMonths(count, icu::DateFormatSymbols::STANDALONE, icu::DateFormatSymbols::NARROW);
664 dateFormatSym.getWeekdays(count, icu::DateFormatSymbols::STANDALONE, icu::DateFormatSymbols::WIDE);
667 dateFormatSym.getWeekdays(count, icu::DateFormatSymbols::STANDALONE, icu::DateFormatSymbols::ABBREVIATED);
670 dateFormatSym.getWeekdays(count, icu::DateFormatSymbols::STANDALONE, icu::DateFormatSymbols::NARROW);
    [all...]
  /hardware/interfaces/keymaster/3.0/
types.hal 249 STANDALONE = 0,
  /external/icu/icu4c/source/i18n/unicode/
dtfmtsym.h 276 STANDALONE,
311 * @param context The formatting context, either FORMAT or STANDALONE
323 * @param context The formatting context, either FORMAT or STANDALONE
367 * @param context The formatting context, either FORMAT or STANDALONE
378 * @param context The formatting context, either FORMAT or STANDALONE
387 * @param context The formatting context, either FORMAT or STANDALONE
400 * @param context The formatting context, either FORMAT or STANDALONE
457 * @param context The usage context: FORMAT, STANDALONE.
471 * @param context The usage context: FORMAT, STANDALONE (currently only FORMAT is supported).
482 * @param context The usage context: FORMAT, STANDALONE
    [all...]
  /libcore/ojluni/src/main/java/sun/util/locale/provider/
CalendarDataUtility.java 223 return DateFormatSymbols.STANDALONE;
  /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)
  /system/vold/
Keymaster.cpp 238 KeyBlobUsageRequirements::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)

Completed in 462 milliseconds

1 2 3