Searched defs:ULocaleBundle (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/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 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...]
/external/icu/icu4c/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 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...]

Completed in 83 milliseconds