HomeSort by relevance Sort by last modified time
    Searched refs:UCOL_OFF (Results 1 - 25 of 28) sorted by null

1 2

  /external/icu4c/test/intltest/
ucaconf.cpp 91 ucol_setAttribute(coll, UCOL_CASE_FIRST, UCOL_OFF, &status);
92 ucol_setAttribute(coll, UCOL_CASE_LEVEL, UCOL_OFF, &status);
100 ucol_setAttribute(coll, UCOL_CASE_FIRST, UCOL_OFF, &status);
101 ucol_setAttribute(coll, UCOL_CASE_LEVEL, UCOL_OFF, &status);
apicoll.cpp 426 if (en_US->getAttribute(UCOL_NORMALIZATION_MODE, status) != UCOL_OFF)
470 col->setAttribute(UCOL_CASE_LEVEL, UCOL_OFF, err);
471 someCollators[index]->setAttribute(UCOL_CASE_LEVEL, UCOL_OFF, err);
    [all...]
regcoll.cpp 256 if (c->getAttribute(UCOL_NORMALIZATION_MODE, status) != UCOL_OFF)
436 c2->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_OFF, status);
903 c->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_OFF, status);
    [all...]
tsmthred.cpp 1011 ucol_setAttribute(coll, UCOL_CASE_FIRST, UCOL_OFF, &status);
1012 ucol_setAttribute(coll, UCOL_CASE_LEVEL, UCOL_OFF, &status);
    [all...]
srchtest.cpp 460 collator->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_OFF, status);
742 m_en_us_->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_OFF, status);
    [all...]
  /external/icu4c/test/cintltst/
cg7coll.c 163 tblColl1 = ucol_openRules(defRules, rlen, UCOL_OFF,
203 myCollation = ucol_openRules(temp, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH,NULL, &status);
234 myCollation = ucol_openRules(temp, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL, &status);
263 myCollation = ucol_openRules(temp, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL, &status);
293 myCollation = ucol_openRules(temp, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL, &status);
callcoll.c 167 } else if(ucol_getAttribute(coll, UCOL_CASE_LEVEL, &errorCode) == UCOL_OFF || doneCase == TRUE || strength != UCOL_SECONDARY) {
717 myCollation=ucol_openRules(rules, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL, &status);
742 myCollation=ucol_openRules(rules, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH,NULL, &status);
769 myCollation=ucol_openRules(rules, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH,NULL, &status);
794 myCollation=ucol_openRules(rules, len, UCOL_OFF, UCOL_IDENTICAL, NULL,&status);
818 myCollation=ucol_openRules(rules, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH,NULL, &status);
    [all...]
capitst.c 74 } else if(ucol_getAttribute(coll,UCOL_CASE_LEVEL, &error_code) == UCOL_OFF || doneCase == TRUE || strength != UCOL_SECONDARY) {
156 {UCOL_FRENCH_COLLATION, {UCOL_ON, UCOL_OFF}, 2, UCOL_SHIFTED},
157 {UCOL_ALTERNATE_HANDLING, {UCOL_NON_IGNORABLE, UCOL_SHIFTED}, 2, UCOL_OFF},/* attribute for handling variable elements*/
158 {UCOL_CASE_FIRST, {UCOL_OFF, UCOL_LOWER_FIRST, UCOL_UPPER_FIRST}, 3, UCOL_SHIFTED},/* who goes first, lower case or uppercase */
159 {UCOL_CASE_LEVEL, {UCOL_ON, UCOL_OFF}, 2, UCOL_SHIFTED},/* do we have an extra case level */
160 {UCOL_NORMALIZATION_MODE, {UCOL_ON, UCOL_OFF}, 2, UCOL_SHIFTED},/* attribute for normalization */
161 {UCOL_DECOMPOSITION_MODE, {UCOL_ON, UCOL_OFF}, 2, UCOL_SHIFTED},
163 {UCOL_HIRAGANA_QUATERNARY_MODE, {UCOL_ON, UCOL_OFF}, 2, UCOL_SHIFTED},/* when turned on, this attribute */
657 if (ucol_getAttribute(en_US, UCOL_NORMALIZATION_MODE, &status) != UCOL_OFF ||
816 ucol_setAttribute(someCollators[index], UCOL_CASE_LEVEL, UCOL_OFF, &err)
    [all...]
cmsccoll.c 94 coll = ucol_openRules(temp, u_strlen(temp), UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL,&status);
120 coll = ucol_openRules(temp, u_strlen(temp), UCOL_OFF, UCOL_DEFAULT_STRENGTH,NULL, &status);
193 ucol_setAttribute(coll, UCOL_NORMALIZATION_MODE, UCOL_OFF, &status);
282 UCOL_OFF,
294 UCOL_OFF,
316 "UCOL_OFF",
328 "UCOL_OFF",
    [all...]
citertst.c 450 c1 = ucol_openRules(rule, u_strlen(rule), UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL, &status);
474 c2 = ucol_openRules(rule, u_strlen(rule), UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL, &status);
    [all...]
usrchtst.c 507 ucol_setAttribute(collator, UCOL_NORMALIZATION_MODE, UCOL_OFF, &status);
594 ucol_setAttribute(EN_US_, UCOL_NORMALIZATION_MODE, UCOL_OFF, &status);
    [all...]
  /external/icu4c/tools/genuca/
genuca.cpp 894 opts->frenchCollation = UCOL_OFF;
896 opts->caseFirst = UCOL_OFF; /* who goes first, lower case or uppercase */
897 opts->caseLevel = UCOL_OFF; /* do we have an extra case level */
898 opts->normalizationMode = UCOL_OFF; /* attribute for normalization */
899 opts->hiraganaQ = UCOL_OFF; /* attribute for JIS X 4061, used only in Japanese */
900 opts->numericCollation = UCOL_OFF;
    [all...]
  /external/icu4c/tools/dumpce/
dumpce.cpp 103 {UCOL_OFF, "UCOL_OFF"},
    [all...]
  /external/icu4c/samples/coll/
coll.cpp 164 collator = ucol_openRules(rules, -1, UCOL_OFF, UCOL_TERTIARY,
  /external/icu4c/samples/strsrch/
strsrch.cpp 155 collator = ucol_openRules(rules, -1, UCOL_OFF, UCOL_TERTIARY,
  /external/icu4c/tools/ctestfw/
udbgutil.cpp 168 FIELD_NAME_STR( LEN_UCOL, UCOL_OFF ),
  /external/icu4c/tools/toolutil/
udbgutil.cpp 168 FIELD_NAME_STR( LEN_UCOL, UCOL_OFF ),
  /external/icu4c/i18n/unicode/
ucol.h 114 UCOL_OFF = 16,
184 * being considered backwards and UCOL_OFF which treats secondary
197 * Acceptable values are UCOL_OFF (default), which orders
204 * level) is generated or not. Acceptable values are UCOL_OFF (default),
212 * are performed. When set to UCOL_OFF (default) no normalization check
286 * UCOL_OFF (expect the text to not need normalization),
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
ucol.h 122 UCOL_OFF = 16,
178 * being considered backwards and UCOL_OFF which treats secondary
191 * Acceptable values are UCOL_OFF (default), which orders
198 * level) is generated or not.\ Acceptable values are UCOL_OFF (default),
206 * are performed.\ When set to UCOL_OFF (default) no normalization check
280 * UCOL_OFF (expect the text to not need normalization),
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
ucol.h 122 UCOL_OFF = 16,
178 * being considered backwards and UCOL_OFF which treats secondary
191 * Acceptable values are UCOL_OFF (default), which orders
198 * level) is generated or not.\ Acceptable values are UCOL_OFF (default),
206 * are performed.\ When set to UCOL_OFF (default) no normalization check
280 * UCOL_OFF (expect the text to not need normalization),
    [all...]
  /external/icu4c/i18n/
ucol.cpp     [all...]
ucol_sit.cpp 112 { 'X', UCOL_OFF }
ucol_tok.cpp 341 {suboption_04, 3, UCOL_OFF},
345 {suboption_04, 3, UCOL_OFF},
    [all...]
  /external/icu4c/test/perf/collationperf/
collperf.cpp     [all...]
  /external/icu4c/test/perf/collperf/
collperf.cpp 605 ucol_setAttribute(col, UCOL_FRENCH_COLLATION, UCOL_OFF, &status);

Completed in 577 milliseconds

1 2