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

/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_imp.h75 * - options (UColOptionSet)
97 * uint32_t options; - offset to default collator options (UColOptionSet *),
98 * a set of 32-bit values. See declaration of UColOptionSet for more details
321 #define headersize (paddedsize(sizeof(UCATableHeader))+paddedsize(sizeof(UColOptionSet)))
786 } UColOptionSet; typedef in typeref:struct:__anon12120
904 UColOptionSet *options;
999 void ucol_setOptionsFromHeader(UCollator* result, UColOptionSet * opts, UErrorCode *status);
1006 void ucol_putOptionsToHeader(UCollator* result, UColOptionSet * opts, UErrorCode *status);

Completed in 314 milliseconds