Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dulistformatter.h37 struct UListFormatter;
38 typedef struct UListFormatter UListFormatter; /**< C typedef for struct UListFormatter. @stable IC… typedef
138 U_CAPI UListFormatter* U_EXPORT2
164 U_CAPI UListFormatter* U_EXPORT2
175 ulistfmt_close(UListFormatter *listfmt);
236 U_DEFINE_LOCAL_OPEN_POINTER(LocalUListFormatterPointer, UListFormatter, ulistfmt_close);
288 ulistfmt_format(const UListFormatter* listfmt,
324 const UListFormatter* listfmt,
/third_party/icu/icu4c/source/i18n/unicode/
Dulistformatter.h37 struct UListFormatter;
38 typedef struct UListFormatter UListFormatter; /**< C typedef for struct UListFormatter. @stable IC… typedef
138 U_CAPI UListFormatter* U_EXPORT2
164 U_CAPI UListFormatter* U_EXPORT2
175 ulistfmt_close(UListFormatter *listfmt);
236 U_DEFINE_LOCAL_OPEN_POINTER(LocalUListFormatterPointer, UListFormatter, ulistfmt_close);
288 ulistfmt_format(const UListFormatter* listfmt,
324 const UListFormatter* listfmt,
/third_party/node/deps/icu-small/source/i18n/unicode/
Dulistformatter.h37 struct UListFormatter;
38 typedef struct UListFormatter UListFormatter; /**< C typedef for struct UListFormatter. @stable IC… typedef
138 U_CAPI UListFormatter* U_EXPORT2
164 U_CAPI UListFormatter* U_EXPORT2
175 ulistfmt_close(UListFormatter *listfmt);
236 U_DEFINE_LOCAL_OPEN_POINTER(LocalUListFormatterPointer, UListFormatter, ulistfmt_close);
288 ulistfmt_format(const UListFormatter* listfmt,
324 const UListFormatter* listfmt,
/third_party/icu/icu4c/source/i18n/
Dulistformatter.cpp22 U_CAPI UListFormatter* U_EXPORT2
33 return (UListFormatter*)listfmt.orphan(); in ulistfmt_open()
37 U_CAPI UListFormatter* U_EXPORT2
48 return (UListFormatter*)listfmt.orphan(); in ulistfmt_openForType()
53 ulistfmt_close(UListFormatter *listfmt) in ulistfmt_close()
103 ulistfmt_format(const UListFormatter* listfmt, in ulistfmt_format()
138 const UListFormatter* listfmt, in ulistfmt_formatStringsToResult()
/third_party/skia/third_party/externals/icu/source/i18n/
Dulistformatter.cpp22 U_CAPI UListFormatter* U_EXPORT2
33 return (UListFormatter*)listfmt.orphan(); in ulistfmt_open()
37 U_CAPI UListFormatter* U_EXPORT2
48 return (UListFormatter*)listfmt.orphan(); in ulistfmt_openForType()
53 ulistfmt_close(UListFormatter *listfmt) in ulistfmt_close()
103 ulistfmt_format(const UListFormatter* listfmt, in ulistfmt_format()
138 const UListFormatter* listfmt, in ulistfmt_formatStringsToResult()
/third_party/node/deps/icu-small/source/i18n/
Dulistformatter.cpp22 U_CAPI UListFormatter* U_EXPORT2
33 return (UListFormatter*)listfmt.orphan(); in ulistfmt_open()
37 U_CAPI UListFormatter* U_EXPORT2
48 return (UListFormatter*)listfmt.orphan(); in ulistfmt_openForType()
53 ulistfmt_close(UListFormatter *listfmt) in ulistfmt_close()
103 ulistfmt_format(const UListFormatter* listfmt, in ulistfmt_format()
138 const UListFormatter* listfmt, in ulistfmt_formatStringsToResult()
/third_party/icu/icu4c/source/test/cintltst/
Dulistfmttest.c76 UListFormatter *listfmt = ulistfmt_open(lftep->locale, &status); in TestUListFmt()
140 UListFormatter* fmt = ulistfmt_open("en", &ec); in TestUListFmtToValue()
221 UListFormatter* fmt = ulistfmt_openForType("en", ULISTFMT_TYPE_OR, ULISTFMT_WIDTH_SHORT, &ec); in TestUListOpenStyled()
261UListFormatter *fmt = ulistfmt_openForType("en", ULISTFMT_TYPE_AND, ULISTFMT_WIDTH_WIDE, &status); in TestUList21871_A()
309UListFormatter *fmt = ulistfmt_openForType("en", ULISTFMT_TYPE_AND, ULISTFMT_WIDTH_WIDE, &status); in TestUList21871_B()