Searched defs:Notation (Results 1 – 9 of 9) sorted by relevance
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/ |
| D | Notation.java | 15 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/ |
| D | Notation.java | 14 public class Notation { class 29 /* package-private */ Notation() { in Notation() method in Notation
|
| /third_party/icu/docs/userguide/format_parse/numbers/ |
| D | skeletons.md | 97 ### Notation subsection 107 #### Scientific and Engineering Notation: Long Form 122 #### Scientific and Engineering Notation: Concise Form
|
| /third_party/python/Doc/reference/ |
| D | introduction.rst | 88 Notation chapter
|
| /third_party/icu/icu4c/source/i18n/unicode/ |
| D | numberformatter.h | 116 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/ |
| D | numberformatter.h | 114 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/ |
| D | numberformatter.h | 120 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/ |
| D | js-number-format.cc | 75 enum class Notation { enum
|
| /third_party/python/Lib/xml/dom/ |
| D | minidom.py | 1408 class Notation(Identified, Childless, Node): class
|