Home
last modified time | relevance | path

Searched refs:unum_getDoubleAttribute (Results 1 – 8 of 8) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
Dunum.h1155 unum_getDoubleAttribute(const UNumberFormat* fmt,
/external/icu/libandroidicu/include/unicode/
Dunum.h1155 unum_getDoubleAttribute(const UNumberFormat* fmt,
Durename.h1187 #define unum_getDoubleAttribute U_ICU_ENTRY_POINT_RENAME(unum_getDoubleAttribute) macro
/external/icu/icu4c/source/test/cintltst/
Dcnmdptst.c692 dvalue=unum_getDoubleAttribute(def, attr); in TestDoubleAttribute()
697 if(unum_getDoubleAttribute(def,attr)!=mydata[i]) in TestDoubleAttribute()
Dcnumtst.c1577 double val = unum_getDoubleAttribute(fmt, UNUM_LENIENT_PARSE); in test_fmt()
1581 val = unum_getDoubleAttribute(fmt, UNUM_ROUNDING_INCREMENT); in test_fmt()
1586 val2 = unum_getDoubleAttribute(fmt, UNUM_ROUNDING_INCREMENT); in test_fmt()
/external/icu/icu4c/source/i18n/
Dunum.cpp593 unum_getDoubleAttribute(const UNumberFormat* fmt, in unum_getDoubleAttribute() function
/external/icu/icu4c/source/common/unicode/
Durename.h1187 #define unum_getDoubleAttribute U_ICU_ENTRY_POINT_RENAME(unum_getDoubleAttribute) macro
/external/icu/libandroidicu/static_shim/
Dshim.cpp2047 return unum_getDoubleAttribute(fmt, attr); in unum_getDoubleAttribute_android()