Lines Matching full:opts
811 UColOptionSet *opts = (UColOptionSet *)uprv_malloc(sizeof(UColOptionSet));
813 if(opts == NULL) {
819 uprv_memset(opts, 0, sizeof(UColOptionSet));
860 opts->variableTopValue = variableTopValue;
861 opts->strength = UCOL_TERTIARY;
862 opts->frenchCollation = UCOL_OFF;
863 opts->alternateHandling = UCOL_NON_IGNORABLE; /* attribute for handling variable elements*/
864 opts->caseFirst = UCOL_OFF; /* who goes first, lower case or uppercase */
865 opts->caseLevel = UCOL_OFF; /* do we have an extra case level */
866 opts->normalizationMode = UCOL_OFF; /* attribute for normalization */
867 opts->hiraganaQ = UCOL_OFF; /* attribute for JIS X 4061, used only in Japanese */
868 opts->numericCollation = UCOL_OFF;
871 tempUCATable *t = uprv_uca_initTempTable(myD, opts, NULL, IMPLICIT_TAG, LEAD_SURROGATE_TAG, status);
875 uprv_free(opts);
990 uprv_free(opts);
1033 uprv_free(opts);
1059 uprv_free(opts);