Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
DNotation.java15 public class Notation { class
30 /* package-private */ Notation() { in Notation() method in Notation
/external/icu/android_icu4j/src/main/java/android/icu/number/
DNotation.java16 public class Notation { class
31 /* 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.h101 class Notation; variable
352 Notation(const NotationType &type, const NotationUnion &union_) : fType(type), fUnion(union_) {} in Notation() function
354 Notation(UErrorCode errorCode) : fType(NTN_ERROR) { in Notation() function
358 Notation() : fType(NTN_SIMPLE), fUnion() {} in Notation() function
429 friend class Notation; variable
/external/python/cpython3/Lib/xml/dom/
Dminidom.py1381 class Notation(Identified, Childless, Node): class
/external/python/cpython2/Lib/xml/dom/
Dminidom.py1336 class Notation(Identified, Childless, Node): class