HomeSort by relevance Sort by last modified time
    Searched refs:caseFirst (Results 1 - 5 of 5) sorted by null

  /external/icu4c/i18n/
ucol_imp.h     [all...]
ucol.cpp 808 result->caseFirst = (UColAttributeValue)opts->caseFirst;
    [all...]
ucol_sit.cpp 657 return coll->caseFirstisDefault?UCOL_DEFAULT:coll->caseFirst;
ucol_tok.cpp 253 opts->caseFirst = value;
309 U_STRING_DECL(option_08, "caseFirst", 9);
407 /*03*/ {option_08, 9, caseFirstSub, 3, UCOL_CASE_FIRST}, /*"caseFirst" */
481 U_STRING_INIT(option_08, "caseFirst", 9);
    [all...]
  /external/icu4c/test/cintltst/
cmsccoll.c 281 UColAttributeValue caseFirst[] = {
357 for(h = 0; h<sizeof(caseFirst)/sizeof(caseFirst[0]); h++) {
358 ucol_setAttribute(coll, UCOL_CASE_FIRST, caseFirst[i], &status);
359 fprintf(stderr, "caseFirst: %s\n", caseFirstC[h]);
    [all...]

Completed in 632 milliseconds