Home
last modified time | relevance | path

Searched refs:unum_getContext (Results 1 – 12 of 12) sorted by relevance

/third_party/icu/ohos_icu4c/
Dlibicu.map391 unum_getContext;
/third_party/icu/icu4c/source/i18n/unicode/
Dunum.h1559 unum_getContext(const UNumberFormat *fmt, UDisplayContextType type, UErrorCode* status);
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dunum.h1520 unum_getContext(const UNumberFormat *fmt, UDisplayContextType type, UErrorCode* status);
/third_party/node/deps/icu-small/source/i18n/unicode/
Dunum.h1503 unum_getContext(const UNumberFormat *fmt, UDisplayContextType type, UErrorCode* status);
/third_party/icu/icu4c/source/i18n/
Dunum.cpp912 unum_getContext(const UNumberFormat *fmt, UDisplayContextType type, UErrorCode* status) in unum_getContext() function
/third_party/skia/third_party/externals/icu/source/i18n/
Dunum.cpp893 unum_getContext(const UNumberFormat *fmt, UDisplayContextType type, UErrorCode* status) in unum_getContext() function
/third_party/node/deps/icu-small/source/i18n/
Dunum.cpp930 unum_getContext(const UNumberFormat *fmt, UDisplayContextType type, UErrorCode* status) in unum_getContext() function
/third_party/icu/ohos_icu4c/src/
Dicu_addon.cpp431 #undef unum_getContext
1702 UDisplayContext unum_getContext(const UNumberFormat * fmt, UDisplayContextType type, UErrorCode * s… in unum_getContext() function
1703 return U_ICU_ENTRY_POINT_RENAME(unum_getContext)(fmt, type, status); in unum_getContext()
/third_party/skia/third_party/externals/icu/source/common/unicode/
Durename.h1234 #define unum_getContext U_ICU_ENTRY_POINT_RENAME(unum_getContext) macro
/third_party/node/deps/icu-small/source/common/unicode/
Durename.h1297 #define unum_getContext U_ICU_ENTRY_POINT_RENAME(unum_getContext) macro
/third_party/icu/icu4c/source/common/unicode/
Durename.h1251 #define unum_getContext U_ICU_ENTRY_POINT_RENAME(unum_getContext) macro
/third_party/icu/icu4c/source/test/cintltst/
Dcnumtst.c2674 UDisplayContext context = unum_getContext(unum, UDISPCTX_TYPE_CAPITALIZATION, &status); in TestContext()
2680 context = unum_getContext(unum, UDISPCTX_TYPE_CAPITALIZATION, &status); in TestContext()