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

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

Completed in 172 milliseconds