Searched refs:UCOL_OFF (Results 1 - 25 of 27) sorted by relevance

12

/external/icu4c/test/intltest/
H A Ducaconf.cpp91 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);
H A Dapicoll.cpp412 if (en_US->getAttribute(UCOL_NORMALIZATION_MODE, status) != UCOL_OFF)
456 col->setAttribute(UCOL_CASE_LEVEL, UCOL_OFF, err);
457 someCollators[index]->setAttribute(UCOL_CASE_LEVEL, UCOL_OFF, err);
894 RuleBasedCollator *col8 = new RuleBasedCollator(ruleset2, UCOL_OFF, success);
1450 coll->setAttribute(UCOL_FRENCH_COLLATION, UCOL_OFF, error);
1451 if (coll->getAttribute(UCOL_FRENCH_COLLATION, error) != UCOL_OFF ||
1492 coll->setAttribute(UCOL_CASE_LEVEL, UCOL_OFF, error);
1493 if (coll->getAttribute(UCOL_CASE_LEVEL, error) != UCOL_OFF ||
1504 coll->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_OFF, error);
1505 if (coll->getAttribute(UCOL_NORMALIZATION_MODE, error) != UCOL_OFF ||
[all...]
H A Dregcoll.cpp254 if (c->getAttribute(UCOL_NORMALIZATION_MODE, status) != UCOL_OFF)
434 c2->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_OFF, status);
901 c->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_OFF, status);
H A Dtsmthred.cpp1366 ucol_setAttribute(coll, UCOL_CASE_FIRST, UCOL_OFF, &status);
1367 ucol_setAttribute(coll, UCOL_CASE_LEVEL, UCOL_OFF, &status);
H A Dsrchtest.cpp448 collator->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_OFF, status);
730 m_en_us_->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_OFF, status);
1626 m_en_us_->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_OFF, status);
2077 collator->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_OFF, status);
/external/icu4c/test/cintltst/
H A Dcg7coll.c159 tblColl1 = ucol_openRules(defRules, rlen, UCOL_OFF,
199 myCollation = ucol_openRules(temp, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH,NULL, &status);
230 myCollation = ucol_openRules(temp, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL, &status);
259 myCollation = ucol_openRules(temp, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL, &status);
289 myCollation = ucol_openRules(temp, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL, &status);
H A Dcallcoll.c167 } else if(coll->caseLevel == UCOL_OFF || doneCase == TRUE || strength != UCOL_SECONDARY) {
714 myCollation=ucol_openRules(rules, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL, &status);
739 myCollation=ucol_openRules(rules, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH,NULL, &status);
766 myCollation=ucol_openRules(rules, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH,NULL, &status);
791 myCollation=ucol_openRules(rules, len, UCOL_OFF, UCOL_IDENTICAL, NULL,&status);
815 myCollation=ucol_openRules(rules, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH,NULL, &status);
1001 myCollation = ucol_openRules(rules, len, UCOL_OFF,
1082 myCollation = ucol_openRules(rules, rlen, UCOL_OFF,
1161 coll = ucol_openRules(rules,u_strlen(rules),UCOL_OFF,UCOL_DEFAULT_STRENGTH,&parseError,&status);
1206 c1 = ucol_openRules(rule, u_strlen(rule), UCOL_OFF, UCOL_DEFAULT_STRENGT
[all...]
H A Dcapitst.c73 } else if(ucol_getAttribute(coll,UCOL_CASE_LEVEL, &error_code) == UCOL_OFF || doneCase == TRUE || strength != UCOL_SECONDARY) {
147 {UCOL_FRENCH_COLLATION, {UCOL_ON, UCOL_OFF}, 2, UCOL_SHIFTED},
148 {UCOL_ALTERNATE_HANDLING, {UCOL_NON_IGNORABLE, UCOL_SHIFTED}, 2, UCOL_OFF},/* attribute for handling variable elements*/
149 {UCOL_CASE_FIRST, {UCOL_OFF, UCOL_LOWER_FIRST, UCOL_UPPER_FIRST}, 3, UCOL_SHIFTED},/* who goes first, lower case or uppercase */
150 {UCOL_CASE_LEVEL, {UCOL_ON, UCOL_OFF}, 2, UCOL_SHIFTED},/* do we have an extra case level */
151 {UCOL_NORMALIZATION_MODE, {UCOL_ON, UCOL_OFF}, 2, UCOL_SHIFTED},/* attribute for normalization */
152 {UCOL_DECOMPOSITION_MODE, {UCOL_ON, UCOL_OFF}, 2, UCOL_SHIFTED},
154 {UCOL_HIRAGANA_QUATERNARY_MODE, {UCOL_ON, UCOL_OFF}, 2, UCOL_SHIFTED},/* when turned on, this attribute */
643 if (ucol_getAttribute(en_US, UCOL_NORMALIZATION_MODE, &status) != UCOL_OFF ||
802 ucol_setAttribute(someCollators[index], UCOL_CASE_LEVEL, UCOL_OFF,
[all...]
H A Dcmsccoll.c92 coll = ucol_openRules(temp, u_strlen(temp), UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL,&status);
118 coll = ucol_openRules(temp, u_strlen(temp), UCOL_OFF, UCOL_DEFAULT_STRENGTH,NULL, &status);
191 ucol_setAttribute(coll, UCOL_NORMALIZATION_MODE, UCOL_OFF, &status);
280 UCOL_OFF,
292 UCOL_OFF,
314 "UCOL_OFF",
326 "UCOL_OFF",
1392 ucol_setAttribute(coll, UCOL_CASE_FIRST, UCOL_OFF, &status);
1403 coll = ucol_openRules(rule, ruleLen, UCOL_OFF, UCOL_TERTIARY, NULL,&status);
1433 coll = ucol_openRules(rule, ruleLen, UCOL_OFF, UCOL_TERTIAR
[all...]
H A Dcitertst.c449 c1 = ucol_openRules(rule, u_strlen(rule), UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL, &status);
473 c2 = ucol_openRules(rule, u_strlen(rule), UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL, &status);
1408 coll = ucol_openRules(rule, rulelen, UCOL_OFF, UCOL_DEFAULT_STRENGTH,NULL, &status);
1481 coll = ucol_openRules(rule, u_strlen(rule), UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL,&status);
1810 ucol_setAttribute(coll, UCOL_CASE_LEVEL, UCOL_OFF, &status);
H A Dusrchtst.c500 ucol_setAttribute(collator, UCOL_NORMALIZATION_MODE, UCOL_OFF, &status);
587 ucol_setAttribute(EN_US_, UCOL_NORMALIZATION_MODE, UCOL_OFF, &status);
1719 ucol_setAttribute(EN_US_, UCOL_NORMALIZATION_MODE, UCOL_OFF, &status);
2249 ucol_setAttribute(collator, UCOL_NORMALIZATION_MODE, UCOL_OFF, &status);
/external/icu4c/tools/genuca/
H A Dgenuca.cpp862 opts->frenchCollation = UCOL_OFF;
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;
/external/icu4c/tools/dumpce/
H A Ddumpce.cpp103 {UCOL_OFF, "UCOL_OFF"},
1380 if (attr == UCOL_FRENCH_COLLATION && value != UCOL_OFF) {
1386 if (attr == UCOL_CASE_FIRST && value != UCOL_OFF) {
1389 if (attr == UCOL_CASE_LEVEL && value != UCOL_OFF) {
1392 if (attr == UCOL_NORMALIZATION_MODE && value != UCOL_OFF) {
1398 if (attr == UCOL_HIRAGANA_QUATERNARY_MODE && value != UCOL_OFF) {
/external/icu4c/samples/coll/
H A Dcoll.cpp164 collator = ucol_openRules(rules, -1, UCOL_OFF, UCOL_TERTIARY,
/external/icu4c/samples/strsrch/
H A Dstrsrch.cpp155 collator = ucol_openRules(rules, -1, UCOL_OFF, UCOL_TERTIARY,
/external/icu4c/tools/ctestfw/
H A Dudbgutil.cpp168 FIELD_NAME_STR( LEN_UCOL, UCOL_OFF ),
/external/icu4c/i18n/unicode/
H A Ducol.h113 UCOL_OFF = 16, enumerator in enum:__anon1452
169 * being considered backwards and UCOL_OFF which treats secondary
182 * Acceptable values are UCOL_OFF (default), which orders
189 * level) is generated or not. Acceptable values are UCOL_OFF (default),
197 * are performed. When set to UCOL_OFF (default) no normalization check
267 * UCOL_OFF (expect the text to not need normalization),
/external/webkit/JavaScriptCore/icu/unicode/
H A Ducol.h122 UCOL_OFF = 16, enumerator in enum:__anon5532
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),
/external/webkit/WebCore/icu/unicode/
H A Ducol.h122 UCOL_OFF = 16, enumerator in enum:__anon5662
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),
/external/icu4c/i18n/
H A Ducol.cpp4833 } else if(coll->normalizationMode != UCOL_OFF) {
5459 if(coll->normalizationMode != UCOL_OFF && UNORM_YES != unorm_quickCheck(source, len, UNORM_FCD, status)) {
6971 if(coll->caseLevel == UCOL_ON || coll->caseFirst == UCOL_OFF) {
6996 if(coll->caseLevel == UCOL_OFF && coll->strength == UCOL_TERTIARY
6997 && coll->frenchCollation == UCOL_OFF && coll->alternateHandling == UCOL_NON_IGNORABLE)
7003 if(coll->caseLevel == UCOL_OFF && coll->strength <= UCOL_TERTIARY && coll->numericCollation == UCOL_OFF
7099 } else if (value == UCOL_OFF) {
7100 coll->numericCollation = UCOL_OFF;
7113 } else if (value == UCOL_OFF) {
[all...]
H A Ducol_tok.cpp297 {suboption_04, 3, UCOL_OFF},
301 {suboption_04, 3, UCOL_OFF},
H A Ducol_res.cpp379 case UCOL_OFF:
H A Ducol_sit.cpp113 { 'X', UCOL_OFF }
/external/icu4c/test/perf/collationperf/
H A Dcollperf.cpp1397 UCollator *coll = ucol_openRules(buf, u_strlen(buf), UCOL_OFF,
1461 ucol_setAttribute(gCol, UCOL_FRENCH_COLLATION, UCOL_OFF, &status);
/external/icu4c/test/perf/collperf/
H A Dcollperf.cpp605 ucol_setAttribute(col, UCOL_FRENCH_COLLATION, UCOL_OFF, &status);

Completed in 416 milliseconds

12