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

/external/icu4c/i18n/
H A Ducol_imp.h71 * - options (UColOptionSet)
93 * uint32_t options; - offset to default collator options (UColOptionSet *),
94 * a set of 32-bit values. See declaration of UColOptionSet for more details
333 #define headersize (paddedsize(sizeof(UCATableHeader))+paddedsize(sizeof(UColOptionSet)))
818 } UColOptionSet; typedef in typeref:struct:__anon5355
983 UColOptionSet *options;
1077 void ucol_setOptionsFromHeader(UCollator* result, UColOptionSet * opts, UErrorCode *status);
1084 void ucol_putOptionsToHeader(UCollator* result, UColOptionSet * opts, UErrorCode *status);

Completed in 24 milliseconds