/third_party/icu/icu4c/source/i18n/unicode/ |
D | uformattable.h | 72 typedef void *UFormattable; typedef 84 U_CAPI UFormattable* U_EXPORT2 94 ufmt_close(UFormattable* fmt); 109 U_DEFINE_LOCAL_OPEN_POINTER(LocalUFormattablePointer, UFormattable, ufmt_close); 126 ufmt_getType(const UFormattable* fmt, UErrorCode *status); 137 ufmt_isNumeric(const UFormattable* fmt); 150 ufmt_getDate(const UFormattable* fmt, UErrorCode *status); 168 ufmt_getDouble(UFormattable* fmt, UErrorCode *status); 189 ufmt_getLong(UFormattable* fmt, UErrorCode *status); 210 ufmt_getInt64(UFormattable* fmt, UErrorCode *status); [all …]
|
D | fmtable.h | 606 static inline Formattable *fromUFormattable(UFormattable *fmt); 615 static inline const Formattable *fromUFormattable(const UFormattable *fmt); 623 inline UFormattable *toUFormattable(); 631 inline const UFormattable *toUFormattable() const; 736 inline UFormattable* Formattable::toUFormattable() { in toUFormattable() 737 return reinterpret_cast<UFormattable*>(this); in toUFormattable() 740 inline const UFormattable* Formattable::toUFormattable() const { in toUFormattable() 741 return reinterpret_cast<const UFormattable*>(this); in toUFormattable() 744 inline Formattable* Formattable::fromUFormattable(UFormattable *fmt) { in fromUFormattable() 748 inline const Formattable* Formattable::fromUFormattable(const UFormattable *fmt) { in fromUFormattable()
|
D | unum.h | 770 const UFormattable *number, 938 U_CAPI UFormattable* U_EXPORT2 940 UFormattable *result,
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | uformattable.h | 72 typedef void *UFormattable; typedef 84 U_CAPI UFormattable* U_EXPORT2 94 ufmt_close(UFormattable* fmt); 109 U_DEFINE_LOCAL_OPEN_POINTER(LocalUFormattablePointer, UFormattable, ufmt_close); 126 ufmt_getType(const UFormattable* fmt, UErrorCode *status); 137 ufmt_isNumeric(const UFormattable* fmt); 150 ufmt_getDate(const UFormattable* fmt, UErrorCode *status); 168 ufmt_getDouble(UFormattable* fmt, UErrorCode *status); 189 ufmt_getLong(UFormattable* fmt, UErrorCode *status); 210 ufmt_getInt64(UFormattable* fmt, UErrorCode *status); [all …]
|
D | fmtable.h | 606 static inline Formattable *fromUFormattable(UFormattable *fmt); 615 static inline const Formattable *fromUFormattable(const UFormattable *fmt); 623 inline UFormattable *toUFormattable(); 631 inline const UFormattable *toUFormattable() const; 736 inline UFormattable* Formattable::toUFormattable() { in toUFormattable() 737 return reinterpret_cast<UFormattable*>(this); in toUFormattable() 740 inline const UFormattable* Formattable::toUFormattable() const { in toUFormattable() 741 return reinterpret_cast<const UFormattable*>(this); in toUFormattable() 744 inline Formattable* Formattable::fromUFormattable(UFormattable *fmt) { in fromUFormattable() 748 inline const Formattable* Formattable::fromUFormattable(const UFormattable *fmt) { in fromUFormattable()
|
D | unum.h | 768 const UFormattable *number, 936 U_CAPI UFormattable* U_EXPORT2 938 UFormattable *result,
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | uformattable.h | 72 typedef void *UFormattable; typedef 84 U_CAPI UFormattable* U_EXPORT2 94 ufmt_close(UFormattable* fmt); 109 U_DEFINE_LOCAL_OPEN_POINTER(LocalUFormattablePointer, UFormattable, ufmt_close); 126 ufmt_getType(const UFormattable* fmt, UErrorCode *status); 137 ufmt_isNumeric(const UFormattable* fmt); 150 ufmt_getDate(const UFormattable* fmt, UErrorCode *status); 168 ufmt_getDouble(UFormattable* fmt, UErrorCode *status); 189 ufmt_getLong(UFormattable* fmt, UErrorCode *status); 210 ufmt_getInt64(UFormattable* fmt, UErrorCode *status); [all …]
|
D | fmtable.h | 606 static inline Formattable *fromUFormattable(UFormattable *fmt); 615 static inline const Formattable *fromUFormattable(const UFormattable *fmt); 623 inline UFormattable *toUFormattable(); 631 inline const UFormattable *toUFormattable() const; 736 inline UFormattable* Formattable::toUFormattable() { in toUFormattable() 737 return reinterpret_cast<UFormattable*>(this); in toUFormattable() 740 inline const UFormattable* Formattable::toUFormattable() const { in toUFormattable() 741 return reinterpret_cast<const UFormattable*>(this); in toUFormattable() 744 inline Formattable* Formattable::fromUFormattable(UFormattable *fmt) { in fromUFormattable() 748 inline const Formattable* Formattable::fromUFormattable(const UFormattable *fmt) { in fromUFormattable()
|
D | unum.h | 770 const UFormattable *number, 938 U_CAPI UFormattable* U_EXPORT2 940 UFormattable *result,
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/ |
D | uformattable.h | 70 typedef void *UFormattable; typedef 82 U_STABLE UFormattable* U_EXPORT2 92 ufmt_close(UFormattable* fmt); 107 U_DEFINE_LOCAL_OPEN_POINTER(LocalUFormattablePointer, UFormattable, ufmt_close); 124 ufmt_getType(const UFormattable* fmt, UErrorCode *status); 135 ufmt_isNumeric(const UFormattable* fmt); 148 ufmt_getDate(const UFormattable* fmt, UErrorCode *status); 166 ufmt_getDouble(UFormattable* fmt, UErrorCode *status); 187 ufmt_getLong(UFormattable* fmt, UErrorCode *status); 208 ufmt_getInt64(UFormattable* fmt, UErrorCode *status); [all …]
|
D | fmtable.h | 604 static inline Formattable *fromUFormattable(UFormattable *fmt); 613 static inline const Formattable *fromUFormattable(const UFormattable *fmt); 621 inline UFormattable *toUFormattable(); 629 inline const UFormattable *toUFormattable() const; 734 inline UFormattable* Formattable::toUFormattable() { in toUFormattable() 735 return reinterpret_cast<UFormattable*>(this); in toUFormattable() 738 inline const UFormattable* Formattable::toUFormattable() const { in toUFormattable() 739 return reinterpret_cast<const UFormattable*>(this); in toUFormattable() 742 inline Formattable* Formattable::fromUFormattable(UFormattable *fmt) { in fromUFormattable() 746 inline const Formattable* Formattable::fromUFormattable(const UFormattable *fmt) { in fromUFormattable()
|
D | unum.h | 713 const UFormattable *number, 881 U_STABLE UFormattable* U_EXPORT2 883 UFormattable *result,
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | fmtable.cpp | 893 U_DRAFT UFormattable* U_EXPORT2 898 UFormattable *fmt = (new Formattable())->toUFormattable(); in ufmt_open() 907 ufmt_close(UFormattable *fmt) { in ufmt_close() 914 ufmt_getType(const UFormattable *fmt, UErrorCode *status) { in ufmt_getType() 924 ufmt_isNumeric(const UFormattable *fmt) { in ufmt_isNumeric() 930 ufmt_getDate(const UFormattable *fmt, UErrorCode *status) { in ufmt_getDate() 937 ufmt_getDouble(UFormattable *fmt, UErrorCode *status) { in ufmt_getDouble() 944 ufmt_getLong(UFormattable *fmt, UErrorCode *status) { in ufmt_getLong() 952 ufmt_getObject(const UFormattable *fmt, UErrorCode *status) { in ufmt_getObject() 965 ufmt_getUChars(UFormattable *fmt, int32_t *len, UErrorCode *status) { in ufmt_getUChars() [all …]
|
D | unum.cpp | 896 U_INTERNAL UFormattable * U_EXPORT2 898 UFormattable *result, in unum_parseToUFormattable() 903 UFormattable *newFormattable = NULL; in unum_parseToUFormattable() 922 const UFormattable *number, in unum_formatUFormattable()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | fmtable.cpp | 898 U_CAPI UFormattable* U_EXPORT2 903 UFormattable *fmt = (new Formattable())->toUFormattable(); in ufmt_open() 912 ufmt_close(UFormattable *fmt) { in ufmt_close() 919 ufmt_getType(const UFormattable *fmt, UErrorCode *status) { in ufmt_getType() 929 ufmt_isNumeric(const UFormattable *fmt) { in ufmt_isNumeric() 935 ufmt_getDate(const UFormattable *fmt, UErrorCode *status) { in ufmt_getDate() 942 ufmt_getDouble(UFormattable *fmt, UErrorCode *status) { in ufmt_getDouble() 949 ufmt_getLong(UFormattable *fmt, UErrorCode *status) { in ufmt_getLong() 957 ufmt_getObject(const UFormattable *fmt, UErrorCode *status) { in ufmt_getObject() 970 ufmt_getUChars(UFormattable *fmt, int32_t *len, UErrorCode *status) { in ufmt_getUChars() [all …]
|
D | unum.cpp | 901 U_CAPI UFormattable * U_EXPORT2 903 UFormattable *result, in unum_parseToUFormattable() 908 UFormattable *newFormattable = NULL; in unum_parseToUFormattable() 927 const UFormattable *number, in unum_formatUFormattable()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | fmtable.cpp | 898 U_CAPI UFormattable* U_EXPORT2 903 UFormattable *fmt = (new Formattable())->toUFormattable(); in ufmt_open() 912 ufmt_close(UFormattable *fmt) { in ufmt_close() 919 ufmt_getType(const UFormattable *fmt, UErrorCode *status) { in ufmt_getType() 929 ufmt_isNumeric(const UFormattable *fmt) { in ufmt_isNumeric() 935 ufmt_getDate(const UFormattable *fmt, UErrorCode *status) { in ufmt_getDate() 942 ufmt_getDouble(UFormattable *fmt, UErrorCode *status) { in ufmt_getDouble() 949 ufmt_getLong(UFormattable *fmt, UErrorCode *status) { in ufmt_getLong() 957 ufmt_getObject(const UFormattable *fmt, UErrorCode *status) { in ufmt_getObject() 970 ufmt_getUChars(UFormattable *fmt, int32_t *len, UErrorCode *status) { in ufmt_getUChars() [all …]
|
D | unum.cpp | 901 U_CAPI UFormattable * U_EXPORT2 903 UFormattable *result, in unum_parseToUFormattable() 908 UFormattable *newFormattable = NULL; in unum_parseToUFormattable() 927 const UFormattable *number, in unum_formatUFormattable()
|
/third_party/icu/icu4c/source/i18n/ |
D | fmtable.cpp | 898 U_CAPI UFormattable* U_EXPORT2 903 UFormattable *fmt = (new Formattable())->toUFormattable(); in ufmt_open() 912 ufmt_close(UFormattable *fmt) { in ufmt_close() 919 ufmt_getType(const UFormattable *fmt, UErrorCode *status) { in ufmt_getType() 929 ufmt_isNumeric(const UFormattable *fmt) { in ufmt_isNumeric() 935 ufmt_getDate(const UFormattable *fmt, UErrorCode *status) { in ufmt_getDate() 942 ufmt_getDouble(UFormattable *fmt, UErrorCode *status) { in ufmt_getDouble() 949 ufmt_getLong(UFormattable *fmt, UErrorCode *status) { in ufmt_getLong() 957 ufmt_getObject(const UFormattable *fmt, UErrorCode *status) { in ufmt_getObject() 970 ufmt_getUChars(UFormattable *fmt, int32_t *len, UErrorCode *status) { in ufmt_getUChars() [all …]
|
D | unum.cpp | 901 U_CAPI UFormattable * U_EXPORT2 903 UFormattable *result, in unum_parseToUFormattable() 908 UFormattable *newFormattable = NULL; in unum_parseToUFormattable() 927 const UFormattable *number, in unum_formatUFormattable()
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | cnumtst.c | 2355 UFormattable *ufmt = ufmt_open(&status); in TestUFormattable() 2370 UFormattable *ufmt; in TestUFormattable() 2416 UFormattable *ufmt = NULL; in TestUFormattable()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | numfmtst.cpp | 7298 UFormattable *u = f.toUFormattable(); in testFormattableAsUFormattable() 7356 UFormattable *uu = ufmt_getArrayItemByIndex(u, i, &valueStatus); in testFormattableAsUFormattable()
|