HomeSort by relevance Sort by last modified time
    Searched refs:UCOL_ON (Results 1 - 25 of 38) 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 192 ucol_setAttribute(myCollation, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
230 if(norm != UCOL_ON && !quick) {
232 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 416 if (vi_VN->getAttribute(UCOL_NORMALIZATION_MODE, status) != UCOL_ON)
421 if (el_GR->getAttribute(UCOL_NORMALIZATION_MODE, status) != UCOL_ON)
    [all...]
srchtest.cpp 443 collator->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
724 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 72 if(ucol_getAttribute(coll,UCOL_CASE_LEVEL, &error_code) == UCOL_ON && strength == UCOL_SECONDARY && doneCase == FALSE) {
156 {UCOL_FRENCH_COLLATION, {UCOL_ON, UCOL_OFF}, 2, UCOL_SHIFTED},
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 */
245 coll = ucol_openRules(defaultRulesArray, size, UCOL_ON, UCOL_PRIMARY, &status);
643 if (ucol_getAttribute(vi_VN, UCOL_NORMALIZATION_MODE, &status) != UCOL_ON ||
650 if (ucol_getAttribute(el_GR, UCOL_NORMALIZATION_MODE, &status) != UCOL_ON ||
698 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...]
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,
488 ucol_setAttribute(collator, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
576 ucol_setAttribute(EN_US_, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
879 tailored = ucol_openRules(rules, -1, UCOL_ON, COLLATOR[1].strength,
    [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...]
  /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 124 if(collator->normalizationMode == UCOL_ON) {
127 if(collator->hiraganaQ == UCOL_ON && collator->strength >= UCOL_QUATERNARY) {
766 if(result->normalizationMode == UCOL_ON && !initializeFCD(status)) {
    [all...]
  /external/icu4c/tools/ctestfw/
udbgutil.cpp 169 FIELD_NAME_STR( LEN_UCOL, UCOL_ON ),
  /external/icu4c/tools/toolutil/
udbgutil.cpp 169 FIELD_NAME_STR( LEN_UCOL, UCOL_ON ),
  /external/icu4c/i18n/unicode/
ucol.h 118 UCOL_ON = 17,
183 * Acceptable values are UCOL_ON, which results in secondary weights
205 * when case level is not generated, and UCOL_ON which causes the case
215 * When set to UCOL_ON, an incremental check is performed to see whether
287 * 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 630 milliseconds

1 2