HomeSort by relevance Sort by last modified time
    Searched full:caselevel (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/third_party/icu/source/test/intltest/
rndmcoll.cpp 40 " | caseLevel ' ' $onoff "
wbnf.cpp     [all...]
  /external/icu4c/test/intltest/
rndmcoll.cpp 40 " | caseLevel ' ' $onoff "
wbnf.cpp     [all...]
  /external/icu4c/i18n/
ucol_imp.h     [all...]
ucol.cpp 834 result->caseLevel = (UColAttributeValue)opts->caseLevel;
    [all...]
ucol_sit.cpp 700 return coll->caseLevelisDefault?UCOL_DEFAULT:coll->caseLevel;
    [all...]
ucol_tok.cpp 250 opts->caseLevel = value;
302 U_STRING_DECL(option_07, "caseLevel", 9);
400 /*02*/ {option_07, 9, onOffSub, 2, UCOL_CASE_LEVEL}, /*"caseLevel" */
474 U_STRING_INIT(option_07, "caseLevel", 9);
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
citertst.c 1859 int caselevel = 0; local
    [all...]
cmsccoll.c 293 UColAttributeValue caseLevel[] = {
365 for(j = 0; j<sizeof(caseLevel)/sizeof(caseLevel[0]); j++) {
366 ucol_setAttribute(coll, UCOL_CASE_LEVEL, caseLevel[j], &status);
367 fprintf(stderr, " caseLevel: %s\n", caseLevelC[j]);
    [all...]
  /external/icu4c/test/cintltst/
citertst.c 1873 int caselevel = 0; local
    [all...]
cmsccoll.c 294 UColAttributeValue caseLevel[] = {
366 for(j = 0; j<sizeof(caseLevel)/sizeof(caseLevel[0]); j++) {
367 ucol_setAttribute(coll, UCOL_CASE_LEVEL, caseLevel[j], &status);
368 fprintf(stderr, " caseLevel: %s\n", caseLevelC[j]);
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucol_imp.h     [all...]
ucol.cpp 763 result->caseLevel = (UColAttributeValue)opts->caseLevel;
    [all...]
ucol_sit.cpp 659 return coll->caseLevelisDefault?UCOL_DEFAULT:coll->caseLevel;
ucol_tok.cpp 256 opts->caseLevel = value;
308 U_STRING_DECL(option_07, "caseLevel", 9);
406 /*02*/ {option_07, 9, onOffSub, 2, UCOL_CASE_LEVEL}, /*"caseLevel" */
480 U_STRING_INIT(option_07, "caseLevel", 9);
    [all...]
  /external/chromium_org/third_party/icu/source/test/perf/collperf/
collperf.cpp 560 UOPTION_DEF("c_caselevel", 'l', UOPT_NO_ARG), // --caselevel <on | OFF>
  /external/icu4c/test/perf/collperf/
collperf.cpp 571 UOPTION_DEF("c_caselevel", 'l', UOPT_NO_ARG), // --caselevel <on | OFF>

Completed in 434 milliseconds