Home
last modified time | relevance | path

Searched refs:UListFormatter (Results 1 – 5 of 5) sorted by relevance

/external/icu/libandroidicu/include/unicode/
Dulistformatter.h33 struct UListFormatter;
34 typedef struct UListFormatter UListFormatter; /**< C typedef for struct UListFormatter. @stable IC… typedef
72 U_CAPI UListFormatter* U_EXPORT2
83 ulistfmt_close(UListFormatter *listfmt);
99 U_DEFINE_LOCAL_OPEN_POINTER(LocalUListFormatterPointer, UListFormatter, ulistfmt_close);
140 ulistfmt_format(const UListFormatter* listfmt,
/external/icu/icu4c/source/i18n/unicode/
Dulistformatter.h33 struct UListFormatter;
34 typedef struct UListFormatter UListFormatter; /**< C typedef for struct UListFormatter. @stable IC… typedef
72 U_CAPI UListFormatter* U_EXPORT2
83 ulistfmt_close(UListFormatter *listfmt);
99 U_DEFINE_LOCAL_OPEN_POINTER(LocalUListFormatterPointer, UListFormatter, ulistfmt_close);
140 ulistfmt_format(const UListFormatter* listfmt,
/external/icu/icu4c/source/i18n/
Dulistformatter.cpp21 U_CAPI UListFormatter* U_EXPORT2
32 return (UListFormatter*)listfmt.orphan(); in ulistfmt_open()
37 ulistfmt_close(UListFormatter *listfmt) in ulistfmt_close()
44 ulistfmt_format(const UListFormatter* listfmt, in ulistfmt_format()
/external/icu/icu4c/source/test/cintltst/
Dulistfmttest.c67 UListFormatter *listfmt = ulistfmt_open(lftep->locale, &status); in TestUListFmt()
/external/icu/libandroidicu/static_shim/
Dshim.cpp1729 void ulistfmt_close_android(UListFormatter * listfmt) { in ulistfmt_close_android()
1732 int32_t ulistfmt_format_android(const UListFormatter * listfmt, const UChar *const strings[], cons… in ulistfmt_format_android()
1735 UListFormatter * ulistfmt_open_android(const char * locale, UErrorCode * status) { in ulistfmt_open_android()