HomeSort by relevance Sort by last modified time
    Searched refs:ULocaleBundle (Results 1 - 5 of 5) sorted by null

  /external/icu/icu4c/source/io/
locbund.h 30 typedef struct ULocaleBundle {
35 } 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 U_CAPI 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...]
locbund.cpp 47 static inline UNumberFormat * copyInvariantFormatter(ULocaleBundle *result, UNumberFormatStyle style) {
68 U_CAPI ULocaleBundle *
69 u_locbund_init(ULocaleBundle *result, const char *loc)
80 uprv_memset(result, 0, sizeof(ULocaleBundle));
95 /*U_CAPI ULocaleBundle *
98 ULocaleBundle *result = (ULocaleBundle*) uprv_malloc(sizeof(ULocaleBundle));
102 U_CAPI ULocaleBundle *
103 u_locbund_clone(const ULocaleBundle *bundle
    [all...]
uprintf.h 75 ULocaleBundle fBundle; /* formatters */
95 ULocaleBundle *formatBundle,
ufile.h 56 ULocaleBundle fBundle; /* formatters */
uprntf_p.c 88 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 *formatBundle
    [all...]

Completed in 147 milliseconds