Home
last modified time | relevance | path

Searched refs:ufmt_open (Results 1 – 14 of 14) sorted by relevance

/third_party/icu/icu4c/source/i18n/unicode/
Duformattable.h85 ufmt_open(UErrorCode* status);
/third_party/node/deps/icu-small/source/i18n/unicode/
Duformattable.h85 ufmt_open(UErrorCode* status);
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Duformattable.h85 ufmt_open(UErrorCode* status);
/third_party/icu/icu4c/source/i18n/
Dfmtable.cpp899 ufmt_open(UErrorCode *status) { in ufmt_open() function
Dunum.cpp934 newFormattable = result = ufmt_open(status); in unum_parseToUFormattable()
/third_party/node/deps/icu-small/source/i18n/
Dfmtable.cpp899 ufmt_open(UErrorCode *status) { in ufmt_open() function
Dunum.cpp952 newFormattable = result = ufmt_open(status); in unum_parseToUFormattable()
/third_party/skia/third_party/externals/icu/source/i18n/
Dfmtable.cpp899 ufmt_open(UErrorCode *status) { in ufmt_open() function
Dunum.cpp915 newFormattable = result = ufmt_open(status); in unum_parseToUFormattable()
/third_party/skia/third_party/externals/icu/source/common/unicode/
Durename.h954 #define ufmt_open U_ICU_ENTRY_POINT_RENAME(ufmt_open) macro
/third_party/node/deps/icu-small/source/common/unicode/
Durename.h980 #define ufmt_open U_ICU_ENTRY_POINT_RENAME(ufmt_open) macro
/third_party/icu/icu4c/source/common/unicode/
Durename.h971 #define ufmt_open U_ICU_ENTRY_POINT_RENAME(ufmt_open) macro
/third_party/icu/icu4c/source/test/cintltst/
Dcnumtst.c2368 UFormattable *ufmt = ufmt_open(&status); in TestUFormattable()
2387 ufmt = ufmt_open(&status); in TestUFormattable()
/third_party/icu/icu4c/source/test/intltest/
Dnumfmtst.cpp7458 LocalUFormattablePointer defaultUFormattable(ufmt_open(&status)); in TestUFormattable()