Home
last modified time | relevance | path

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

/external/icu4c/io/
Dlocbund.h30 typedef struct ULocaleBundle { struct
35 } ULocaleBundle; argument
44 ULocaleBundle*
45 u_locbund_init(ULocaleBundle *result, const char *loc);
68 u_locbund_close(ULocaleBundle *bundle);
76 u_locbund_getNumberFormat(ULocaleBundle *bundle, UNumberFormatStyle style);
Dlocbund.c48 static U_INLINE UNumberFormat * copyInvariantFormatter(ULocaleBundle *result, UNumberFormatStyle st… in copyInvariantFormatter()
72 ULocaleBundle*
73 u_locbund_init(ULocaleBundle *result, const char *loc) in u_locbund_init()
84 uprv_memset(result, 0, sizeof(ULocaleBundle)); in u_locbund_init()
145 u_locbund_close(ULocaleBundle *bundle) in u_locbund_close()
157 uprv_memset(bundle, 0, sizeof(ULocaleBundle)); in u_locbund_close()
162 u_locbund_getNumberFormat(ULocaleBundle *bundle, UNumberFormatStyle style) in u_locbund_getNumberFormat()
Duprntf_p.c88 ULocaleBundle *formatBundle,
181 ULocaleBundle *formatBundle, in u_printf_simple_percent_handler()
195 ULocaleBundle *formatBundle, in u_printf_string_handler()
245 ULocaleBundle *formatBundle, in u_printf_char_handler()
273 ULocaleBundle *formatBundle, in u_printf_double_handler()
349 ULocaleBundle *formatBundle, in u_printf_integer_handler()
415 ULocaleBundle *formatBundle, in u_printf_hex_handler()
450 ULocaleBundle *formatBundle, in u_printf_octal_handler()
484 ULocaleBundle *formatBundle, in u_printf_uinteger_handler()
537 ULocaleBundle *formatBundle, in u_printf_pointer_handler()
[all …]
Duprintf.h75 ULocaleBundle fBundle; /* formatters */
95 ULocaleBundle *formatBundle,
Dufile.h53 ULocaleBundle fBundle; /* formatters */