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

1 2

  /external/icu4c/test/intltest/
jacoll.cpp 111 myCollation->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
112 myCollation->setAttribute(UCOL_CASE_LEVEL, UCOL_ON, status);
145 myCollation->setAttribute(UCOL_CASE_LEVEL, UCOL_ON, status);
158 myCollation->setAttribute(UCOL_CASE_LEVEL, UCOL_ON, status);
173 myCollation->setAttribute(UCOL_CASE_LEVEL, UCOL_ON, status);
lcukocol.cpp 37 myCollation->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
decoll.cpp 113 myCollation->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
128 myCollation->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
regcoll.cpp 153 c->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
194 c->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
210 c->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
322 c->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
432 c1->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
585 c->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
778 c->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
911 c->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
    [all...]
ucaconf.cpp 90 ucol_setAttribute(coll, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
99 ucol_setAttribute(coll, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
tscoll.cpp 194 ucol_setAttribute(myCollation, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
232 if(norm != UCOL_ON && !quick) {
234 ucol_setAttribute(myCollation, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
allcoll.cpp 106 myCollation->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
frcoll.cpp 142 myCollation->setAttribute(UCOL_FRENCH_COLLATION, UCOL_ON, status);
163 //myCollation->setAttribute(UCOL_FRENCH_COLLATION, UCOL_ON, status);
apicoll.cpp 418 if (vi_VN->getAttribute(UCOL_NORMALIZATION_MODE, status) != UCOL_ON)
423 if (el_GR->getAttribute(UCOL_NORMALIZATION_MODE, status) != UCOL_ON)
    [all...]
srchtest.cpp 546 collator->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
827 m_en_us_->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
    [all...]
  /external/icu4c/test/cintltst/
cjaptst.c 127 ucol_setAttribute(myCollation, UCOL_CASE_LEVEL, UCOL_ON, &status);
195 ucol_setAttribute(myCollation, UCOL_CASE_LEVEL, UCOL_ON, &status);
220 ucol_setAttribute(myCollation, UCOL_CASE_LEVEL, UCOL_ON, &status);
246 ucol_setAttribute(myCollation, UCOL_CASE_LEVEL, UCOL_ON, &status);
capitst.c 73 if(ucol_getAttribute(coll,UCOL_CASE_LEVEL, &error_code) == UCOL_ON && strength == UCOL_SECONDARY && doneCase == FALSE) {
158 {UCOL_FRENCH_COLLATION, {UCOL_ON, UCOL_OFF}, 2, UCOL_SHIFTED},
161 {UCOL_CASE_LEVEL, {UCOL_ON, UCOL_OFF}, 2, UCOL_SHIFTED},/* do we have an extra case level */
162 {UCOL_NORMALIZATION_MODE, {UCOL_ON, UCOL_OFF}, 2, UCOL_SHIFTED},/* attribute for normalization */
163 {UCOL_DECOMPOSITION_MODE, {UCOL_ON, UCOL_OFF}, 2, UCOL_SHIFTED},
165 {UCOL_HIRAGANA_QUATERNARY_MODE, {UCOL_ON, UCOL_OFF}, 2, UCOL_SHIFTED},/* when turned on, this attribute */
247 coll = ucol_openRules(defaultRulesArray, size, UCOL_ON, UCOL_PRIMARY, &status);
645 if (ucol_getAttribute(vi_VN, UCOL_NORMALIZATION_MODE, &status) != UCOL_ON ||
652 if (ucol_getAttribute(el_GR, UCOL_NORMALIZATION_MODE, &status) != UCOL_ON ||
700 someCollators[3] = ucol_openRules(sampleRule, -1, UCOL_ON, UCOL_TERTIARY, NULL, &err)
    [all...]
cdetst.c 111 ucol_setAttribute(myCollation, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
cmsccoll.c 272 ucol_setAttribute(myCollation, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
295 UCOL_ON
329 "UCOL_ON"
    [all...]
callcoll.c 165 if(ucol_getAttribute(coll, UCOL_CASE_LEVEL, &errorCode) == UCOL_ON && strength == UCOL_SECONDARY && doneCase == FALSE) {
307 ucol_setAttribute(myCollation, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
347 if(getTestOption(QUICK_OPTION) <= 0 && norm != UCOL_ON) {
349 ucol_setAttribute(myCollation, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
902 ucol_setAttribute(myCollator, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
    [all...]
usrchtst.c 72 DE_ = ucol_openRules(rules, u_strlen(rules), UCOL_ON, UCOL_TERTIARY,
78 ES_ = ucol_openRules(rules, u_strlen(rules), UCOL_ON, UCOL_TERTIARY,
587 ucol_setAttribute(collator, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
675 ucol_setAttribute(EN_US_, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
    [all...]
citertst.c 157 ucol_setAttribute(coll, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
372 coll = ucol_openRules(rule, rulelen, UCOL_ON, UCOL_TERTIARY, NULL, &status);
373 ucol_setAttribute(coll, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
640 ucol_setAttribute(en_us, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
    [all...]
  /external/icu4c/samples/coll/
coll.cpp 183 ucol_setAttribute(collator, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
186 ucol_setAttribute(collator, UCOL_FRENCH_COLLATION, UCOL_ON, &status);
197 ucol_setAttribute(collator, UCOL_CASE_LEVEL, UCOL_ON, &status);
  /external/icu4c/samples/strsrch/
strsrch.cpp 174 ucol_setAttribute(collator, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
177 ucol_setAttribute(collator, UCOL_FRENCH_COLLATION, UCOL_ON, &status);
188 ucol_setAttribute(collator, UCOL_CASE_LEVEL, UCOL_ON, &status);
  /external/icu4c/i18n/
ucol.cpp 125 if(collator->normalizationMode == UCOL_ON) {
128 if(collator->hiraganaQ == UCOL_ON && collator->strength >= UCOL_QUATERNARY) {
812 if(result->normalizationMode == UCOL_ON && !initializeFCD(status)) {
    [all...]
  /external/icu4c/tools/toolutil/
udbgutil.cpp 169 FIELD_NAME_STR( LEN_UCOL, UCOL_ON ),
  /external/icu4c/i18n/unicode/
ucol.h 119 UCOL_ON = 17,
234 * Acceptable values are UCOL_ON, which results in secondary weights
256 * when case level is not generated, and UCOL_ON which causes the case
266 * When set to UCOL_ON, an incremental check is performed to see whether
338 * UCOL_ON (normalize), or
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
ucol.h 126 UCOL_ON = 17,
177 * Acceptable values are UCOL_ON, which results in secondary weights
199 * when case level is not generated, and UCOL_ON which causes the case
209 * When set to UCOL_ON, an incremental check is performed to see whether the input data
281 * UCOL_ON (normalize), or
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
ucol.h 126 UCOL_ON = 17,
177 * Acceptable values are UCOL_ON, which results in secondary weights
199 * when case level is not generated, and UCOL_ON which causes the case
209 * When set to UCOL_ON, an incremental check is performed to see whether the input data
281 * UCOL_ON (normalize), or
    [all...]
  /external/icu4c/test/perf/collperf/
collperf.cpp 603 ucol_setAttribute(col, UCOL_FRENCH_COLLATION, UCOL_ON, &status);
624 ucol_setAttribute(col, UCOL_CASE_LEVEL, UCOL_ON, &status);
628 ucol_setAttribute(col, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);

Completed in 939 milliseconds

1 2