Searched refs:UCOL_LOWER_FIRST (Results 1 - 17 of 17) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/samples/coll/
H A Dcoll.cpp189 ucol_setAttribute(collator, UCOL_CASE_FIRST, UCOL_LOWER_FIRST,
/macosx-10.9.5/ICU-511.35/icuSources/samples/strsrch/
H A Dstrsrch.cpp180 ucol_setAttribute(collator, UCOL_CASE_FIRST, UCOL_LOWER_FIRST,
/macosx-10.9.5/ICU-511.35/icuSources/i18n/unicode/
H A Ducol.h128 UCOL_LOWER_FIRST = 24, enumerator in enum:__anon1193
263 * sort before lower case letters, and UCOL_LOWER_FIRST which does
/macosx-10.9.5/JavaScriptCore-7537.78.1/icu/unicode/
H A Ducol.h127 UCOL_LOWER_FIRST = 24, enumerator in enum:__anon2735
200 * sort before lower case letters, and UCOL_LOWER_FIRST which does
/macosx-10.9.5/WebCore-7537.78.1/icu/unicode/
H A Ducol.h127 UCOL_LOWER_FIRST = 24, enumerator in enum:__anon5299
200 * sort before lower case letters, and UCOL_LOWER_FIRST which does
/macosx-10.9.5/libxslt-13/libxslt/examples/
H A DxsltICUSort.c150 ucol_setAttribute(coll,UCOL_CASE_FIRST,UCOL_LOWER_FIRST,&status);
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dapicoll.cpp1474 coll->setAttribute(UCOL_CASE_FIRST, UCOL_LOWER_FIRST, error);
1475 if (coll->getAttribute(UCOL_CASE_FIRST, error) != UCOL_LOWER_FIRST ||
2244 if(val == UCOL_LOWER_FIRST){
2247 c1->setAttribute(UCOL_CASE_FIRST, UCOL_LOWER_FIRST, status);
2255 if(val == UCOL_LOWER_FIRST){
2258 c2->setAttribute(UCOL_CASE_FIRST, UCOL_LOWER_FIRST, status);
H A Dregcoll.cpp1176 col->setAttribute(UCOL_CASE_FIRST, UCOL_LOWER_FIRST, status);
1178 errln("Failed to set UCOL_LOWER_FIRST");
/macosx-10.9.5/ICU-511.35/icuSources/tools/toolutil/
H A Dudbgutil.cpp179 FIELD_NAME_STR( LEN_UCOL, UCOL_LOWER_FIRST ),
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dcapitst.c102 {UCOL_CASE_FIRST, {UCOL_OFF, UCOL_LOWER_FIRST, UCOL_UPPER_FIRST}, 3, UCOL_SHIFTED},/* who goes first, lower case or uppercase */
1752 ucol_setAttribute(coll, UCOL_CASE_FIRST, UCOL_LOWER_FIRST, &error);
1753 if (ucol_getAttribute(coll, UCOL_CASE_FIRST, &error) != UCOL_LOWER_FIRST ||
H A Dcmsccoll.c284 UCOL_LOWER_FIRST,
318 "UCOL_LOWER_FIRST",
2142 { UCOL_LOWER_FIRST, UCOL_OFF},
2144 { UCOL_LOWER_FIRST, UCOL_ON},
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Ducol_sit.cpp120 { 'L', UCOL_LOWER_FIRST },
H A Ducol_tok.cpp333 {suboption_02, 5, UCOL_LOWER_FIRST},
H A Ducol.cpp6644 if(value == UCOL_LOWER_FIRST) {
6645 coll->caseFirst = UCOL_LOWER_FIRST;
/macosx-10.9.5/ICU-511.35/icuSources/test/perf/collperf/
H A Dcollperf.cpp625 ucol_setAttribute(col, UCOL_CASE_FIRST, UCOL_LOWER_FIRST, &status);
/macosx-10.9.5/ICU-511.35/icuSources/test/perf/collationperf/
H A Dcollperf.cpp1472 ucol_setAttribute(gCol, UCOL_CASE_FIRST, UCOL_LOWER_FIRST, &status);
/macosx-10.9.5/ICU-511.35/icuSources/tools/dumpce/
H A Ddumpce.cpp107 {UCOL_LOWER_FIRST, "UCOL_LOWER_FIRST"},

Completed in 316 milliseconds