Home
last modified time | relevance | path

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

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
DNotation.java15 public class Notation { class
30 /* package-private */ Notation() { in Notation() method in Notation
/third_party/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
/third_party/icu/docs/userguide/format_parse/numbers/
Dskeletons.md97 ### Notation subsection
107 #### Scientific and Engineering Notation: Long Form
122 #### Scientific and Engineering Notation: Concise Form
/third_party/python/Doc/reference/
Dintroduction.rst88 Notation chapter
/third_party/icu/icu4c/source/i18n/unicode/
Dnumberformatter.h116 class Notation; variable
372 Notation(const NotationType &type, const NotationUnion &union_) : fType(type), fUnion(union_) {} in Notation() function
374 Notation(UErrorCode errorCode) : fType(NTN_ERROR) { in Notation() function
378 Notation() : fType(NTN_SIMPLE), fUnion() {} in Notation() function
449 friend class Notation; variable
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dnumberformatter.h114 class Notation; variable
370 Notation(const NotationType &type, const NotationUnion &union_) : fType(type), fUnion(union_) {} in Notation() function
372 Notation(UErrorCode errorCode) : fType(NTN_ERROR) { in Notation() function
376 Notation() : fType(NTN_SIMPLE), fUnion() {} in Notation() function
447 friend class Notation; variable
/third_party/node/deps/icu-small/source/i18n/unicode/
Dnumberformatter.h120 class Notation; variable
378 Notation(const NotationType &type, const NotationUnion &union_) : fType(type), fUnion(union_) {} in Notation() function
380 Notation(UErrorCode errorCode) : fType(NTN_ERROR) { in Notation() function
384 Notation() : fType(NTN_SIMPLE), fUnion() {} in Notation() function
455 friend class Notation; variable
/third_party/node/deps/v8/src/objects/
Djs-number-format.cc75 enum class Notation { enum
/third_party/python/Lib/xml/dom/
Dminidom.py1408 class Notation(Identified, Childless, Node): class