HomeSort by relevance Sort by last modified time
    Searched defs:Notation (Results 1 - 25 of 49) sorted by null

1 2

  /libcore/luni/src/main/java/org/w3c/dom/
Notation.java 16 * This interface represents a notation declared in the DTD. A notation either
20 * to the declared name of the notation.
21 * <p>The DOM Core does not support editing <code>Notation</code> nodes; they
23 * <p>A <code>Notation</code> node does not have any parent.
26 public interface Notation extends Node {
28 * The public identifier of this notation. If the public identifier was
34 * The system identifier of this notation. If the system identifier was
  /external/icu/android_icu4j/src/main/java/android/icu/number/
Notation.java 10 * A class that defines the notation style to be used when formatting numbers in NumberFormatter.
16 public class Notation {
25 /* package-private */ Notation() {
29 * Print the number using scientific notation (also known as scientific form, standard index form, or standard form
30 * in the UK). The format for scientific notation varies by locale; for example, many Western locales display the
49 * @return A ScientificNotation for chaining or passing to the NumberFormatter notation() setter.
58 * Print the number using engineering notation, a variant of scientific notation in which the exponent must be
76 * @return A ScientificNotation for chaining or passing to the NumberFormatter notation() setter.
85 * Print the number using short-form compact notation
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
Notation.java 9 * A class that defines the notation style to be used when formatting numbers in NumberFormatter.
15 public class Notation {
24 /* package-private */ Notation() {
28 * Print the number using scientific notation (also known as scientific form, standard index form, or standard form
29 * in the UK). The format for scientific notation varies by locale; for example, many Western locales display the
48 * @return A ScientificNotation for chaining or passing to the NumberFormatter notation() setter.
58 * Print the number using engineering notation, a variant of scientific notation in which the exponent must be
76 * @return A ScientificNotation for chaining or passing to the NumberFormatter notation() setter.
86 * Print the number using short-form compact notation
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
numberformatter.h 34 * // Custom notation, unit, and rounding strategy:
36 * .notation(Notation::compactShort())
65 * UnlocalizedNumberFormatter formatter = UnlocalizedNumberFormatter::with().notation(Notation::scientific());
280 class Notation;
311 typedef Notation CompactNotation;
312 typedef Notation SimpleNotation;
315 * A class that defines the notation style to be used when formatting numbers in NumberFormatter.
319 class U_I18N_API Notation : public UMemory
1281 Notation notation; member in struct:number::impl::MacroProps
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/
minidom.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/
minidom.py     [all...]
  /external/python/cpython2/Lib/xml/dom/
minidom.py     [all...]
  /external/python/cpython3/Lib/xml/dom/
minidom.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/dom/
minidom.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/dom/
minidom.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py     [all...]
  /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 
  /prebuilts/tools/common/m2/repository/com/sun/xml/fastinfoset/FastInfoset/1.2.13/
FastInfoset-1.2.13.jar 
  /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.3.04/
xml-apis-1.3.04.jar 
  /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.4.01/
xml-apis-1.4.01.jar 
  /external/guice/lib/build/jdiff/
xerces.jar 
  /external/annotation-tools/asmx/test/lib/
jd.xslt-1.5.5.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.11.0/
xercesImpl-2.11.0.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.9.1/
xercesImpl-2.9.1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-r1.jar 
android-all-4.2.2_r1.2-robolectric-r1.jar 
android-all-4.3_r2-robolectric-r1.jar 

Completed in 547 milliseconds

1 2