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

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dunumsys.h20 * \brief C API: UNumberingSystem, information about numbering systems
40 * Opaque UNumberingSystem object for use in C programs.
43 struct UNumberingSystem;
44 typedef struct UNumberingSystem UNumberingSystem; /**< C typedef for struct UNumberingSystem. @draft ICU 52 */ typedef in typeref:struct:UNumberingSystem
47 * Opens a UNumberingSystem object using the default numbering system for the specified
53 * @return A UNumberingSystem for the specified locale, or NULL if an error
57 U_DRAFT UNumberingSystem * U_EXPORT2
61 * Opens a UNumberingSystem objec
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Dunumsys.h20 * \brief C API: UNumberingSystem, information about numbering systems
40 * Opaque UNumberingSystem object for use in C programs.
43 struct UNumberingSystem;
44 typedef struct UNumberingSystem UNumberingSystem; /**< C typedef for struct UNumberingSystem. @draft ICU 52 */ typedef in typeref:struct:UNumberingSystem
47 * Opens a UNumberingSystem object using the default numbering system for the specified
53 * @return A UNumberingSystem for the specified locale, or NULL if an error
57 U_DRAFT UNumberingSystem * U_EXPORT2
61 * Opens a UNumberingSystem objec
[all...]

Completed in 80 milliseconds