Home
last modified time | relevance | path

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

/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/icu/icu4j/main/core/src/main/java/com/ibm/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/cldr/docs/ldml/
Dtr35-keyboards.md260 ## Notation section in Unicode Locale Data Markup Language (LDML)<br/>Part 7: Keyboards
266 ### Escaping
270 ### UnicodeSet Escaping
282 ### UTS18 Escaping
/external/sdv/vsomeip/third_party/boost/mpl/doc/src/refmanual/
DTagDispatchedMetafunction.rst15 Notation chapter
/external/llvm/docs/TableGen/
DLangRef.rst21 Notation chapter
/external/icu/icu4c/source/i18n/unicode/
Dnumberformatter.h118 class Notation; variable
376 Notation(const NotationType &type, const NotationUnion &union_) : fType(type), fUnion(union_) {} in Notation() function
378 Notation(UErrorCode errorCode) : fType(NTN_ERROR) { in Notation() function
382 Notation() : fType(NTN_SIMPLE), fUnion() {} in Notation() function
453 friend class Notation; variable
/external/cronet/third_party/icu/source/i18n/unicode/
Dnumberformatter.h117 class Notation; variable
375 Notation(const NotationType &type, const NotationUnion &union_) : fType(type), fUnion(union_) {} in Notation() function
377 Notation(UErrorCode errorCode) : fType(NTN_ERROR) { in Notation() function
381 Notation() : fType(NTN_SIMPLE), fUnion() {} in Notation() function
452 friend class Notation; variable
/external/icu/libicu/cts_headers/unicode/
Dnumberformatter.h118 class Notation; variable
376 Notation(const NotationType &type, const NotationUnion &union_) : fType(type), fUnion(union_) {} in Notation() function
378 Notation(UErrorCode errorCode) : fType(NTN_ERROR) { in Notation() function
382 Notation() : fType(NTN_SIMPLE), fUnion() {} in Notation() function
453 friend class Notation; variable
/external/python/cpython3/Lib/xml/dom/
Dminidom.py1408 class Notation(Identified, Childless, Node): class
/external/python/cpython2/Lib/xml/dom/
Dminidom.py1336 class Notation(Identified, Childless, Node): class