Home
last modified time | relevance | path

Searched defs:Notation (Results 1 – 10 of 10) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
DNotation.java14 public class Notation { class
29 /* package-private */ Notation() { in Notation() method in Notation
/external/icu/android_icu4j/src/main/java/android/icu/number/
DNotation.java14 public class Notation { class
29 /* package-private */ Notation() { in Notation() method in Notation
/external/python/cpython2/Doc/reference/
Dintroduction.rst87 Notation chapter
/external/python/cpython3/Doc/reference/
Dintroduction.rst88 Notation chapter
/external/llvm/docs/TableGen/
DLangRef.rst21 Notation chapter
/external/swiftshader/third_party/llvm-7.0/llvm/docs/TableGen/
DLangRef.rst21 Notation chapter
/external/icu/icu4c/source/i18n/unicode/
Dnumberformatter.h108 class Notation; variable
361 Notation(const NotationType &type, const NotationUnion &union_) : fType(type), fUnion(union_) {} in Notation() function
363 Notation(UErrorCode errorCode) : fType(NTN_ERROR) { in Notation() function
367 Notation() : fType(NTN_SIMPLE), fUnion() {} in Notation() function
438 friend class Notation; variable
/external/v8/src/objects/
Djs-number-format.cc74 enum class Notation { enum
/external/python/cpython3/Lib/xml/dom/
Dminidom.py1382 class Notation(Identified, Childless, Node): class
/external/python/cpython2/Lib/xml/dom/
Dminidom.py1336 class Notation(Identified, Childless, Node): class