Searched refs:ULocaleBundle (Results 1 - 10 of 10) sorted by relevance

/external/chromium/third_party/icu/source/io/
H A Dlocbund.h30 typedef struct ULocaleBundle { struct
35 } ULocaleBundle; typedef in typeref:struct:ULocaleBundle
39 * Initialize a ULocaleBundle, initializing all formatters to 0.
40 * @param result A ULocaleBundle to initialize.
41 * @param loc The locale of the ULocaleBundle.
42 * @return A pointer to a ULocaleBundle, or 0 if <TT>loc</TT> was invalid.
44 ULocaleBundle*
45 u_locbund_init(ULocaleBundle *result, const char *loc);
48 * Create a new ULocaleBundle, initializing all formatters to 0.
49 * @param loc The locale of the ULocaleBundle
[all...]
H A Dlocbund.c48 static U_INLINE UNumberFormat * copyInvariantFormatter(ULocaleBundle *result, UNumberFormatStyle style) {
72 ULocaleBundle*
73 u_locbund_init(ULocaleBundle *result, const char *loc)
84 uprv_memset(result, 0, sizeof(ULocaleBundle));
99 /*ULocaleBundle*
102 ULocaleBundle *result = (ULocaleBundle*) uprv_malloc(sizeof(ULocaleBundle));
106 ULocaleBundle*
107 u_locbund_clone(const ULocaleBundle *bundl
[all...]
H A Duprintf.h75 ULocaleBundle fBundle; /* formatters */
95 ULocaleBundle *formatBundle,
H A Dufile.h53 ULocaleBundle fBundle; /* formatters */
H A Duprntf_p.c88 ULocaleBundle *formatBundle,
181 ULocaleBundle *formatBundle,
195 ULocaleBundle *formatBundle,
245 ULocaleBundle *formatBundle,
273 ULocaleBundle *formatBundle,
349 ULocaleBundle *formatBundle,
415 ULocaleBundle *formatBundle,
450 ULocaleBundle *formatBundle,
484 ULocaleBundle *formatBundle,
537 ULocaleBundle *formatBundl
[all...]
/external/icu4c/io/
H A Dlocbund.h30 typedef struct ULocaleBundle { struct
35 } ULocaleBundle; typedef in typeref:struct:ULocaleBundle
39 * Initialize a ULocaleBundle, initializing all formatters to 0.
40 * @param result A ULocaleBundle to initialize.
41 * @param loc The locale of the ULocaleBundle.
42 * @return A pointer to a ULocaleBundle, or 0 if <TT>loc</TT> was invalid.
44 ULocaleBundle*
45 u_locbund_init(ULocaleBundle *result, const char *loc);
48 * Create a new ULocaleBundle, initializing all formatters to 0.
49 * @param loc The locale of the ULocaleBundle
[all...]
H A Dlocbund.c48 static U_INLINE UNumberFormat * copyInvariantFormatter(ULocaleBundle *result, UNumberFormatStyle style) {
72 ULocaleBundle*
73 u_locbund_init(ULocaleBundle *result, const char *loc)
84 uprv_memset(result, 0, sizeof(ULocaleBundle));
99 /*ULocaleBundle*
102 ULocaleBundle *result = (ULocaleBundle*) uprv_malloc(sizeof(ULocaleBundle));
106 ULocaleBundle*
107 u_locbund_clone(const ULocaleBundle *bundl
[all...]
H A Duprintf.h75 ULocaleBundle fBundle; /* formatters */
95 ULocaleBundle *formatBundle,
H A Dufile.h53 ULocaleBundle fBundle; /* formatters */
H A Duprntf_p.c88 ULocaleBundle *formatBundle,
181 ULocaleBundle *formatBundle,
195 ULocaleBundle *formatBundle,
245 ULocaleBundle *formatBundle,
273 ULocaleBundle *formatBundle,
349 ULocaleBundle *formatBundle,
415 ULocaleBundle *formatBundle,
450 ULocaleBundle *formatBundle,
484 ULocaleBundle *formatBundle,
537 ULocaleBundle *formatBundl
[all...]

Completed in 86 milliseconds