Searched refs:caseFirst (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/v8/test/intl/overrides/
H A Dstring.js68 options = {caseFirst: 'upper'};
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_imp.h779 /*UColAttributeValue*/ int32_t caseFirst; /* who goes first, lower case or uppercase */ member in struct:__anon12120
880 uint32_t /*UColAttributeValue*/ caseFirst; member in struct:__anon12123
938 UColAttributeValue caseFirst; /* who goes first, lower case or uppercase */ member in struct:UCollator
H A Ducol.cpp751 result->caseFirst = (UColAttributeValue)opts->caseFirst;
4789 if(coll->caseFirst == UCOL_UPPER_FIRST) {
5722 if(coll->caseFirst == UCOL_UPPER_FIRST) {
6362 if(coll->caseFirst == UCOL_UPPER_FIRST) {
6368 if(coll->caseLevel == UCOL_ON || coll->caseFirst == UCOL_OFF) {
6377 if(coll->caseFirst == UCOL_UPPER_FIRST) {
6507 UColAttributeValue oldCaseFirst = coll->caseFirst;
6563 coll->caseFirst = UCOL_LOWER_FIRST;
6566 coll->caseFirst
[all...]
H A Ducol_sit.cpp698 return coll->caseFirstisDefault?UCOL_DEFAULT:coll->caseFirst;
H A Ducol_tok.cpp247 opts->caseFirst = value;
303 U_STRING_DECL(option_08, "caseFirst", 9);
401 /*03*/ {option_08, 9, caseFirstSub, 3, UCOL_CASE_FIRST}, /*"caseFirst" */
475 U_STRING_INIT(option_08, "caseFirst", 9);
/external/chromium_org/v8/src/
H A Di18n.js168 'kf': {'property': 'caseFirst', 'type': 'string',
916 caseFirst: {writable: true},
983 caseFirst: coll.resolved.caseFirst,
/external/icu/icu4c/source/test/cintltst/
H A Dcmsccoll.c281 UColAttributeValue caseFirst[] = { variable
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]);
945 genericRulesStarter("[caseFirst lower]&H<ch<<<Ch<<<CH", lowerFirst, sizeof(lowerFirst)/sizeof(lowerFirst[0]));
947 genericRulesStarter("[caseFirst upper]&H<ch<<<Ch<<<CH", upperFirst, sizeof(upperFirst)/sizeof(upperFirst[0]));
949 genericRulesStarter("[caseFirst lower][caseLevel on]&H<ch<<<Ch<<<CH", lowerFirst, sizeof(lowerFirst)/sizeof(lowerFirst[0]));
951 genericRulesStarter("[caseFirst upper][caseLevel on]&H<ch<<<Ch<<<CH", upperFirst, sizeof(upperFirst)/sizeof(upperFirst[0]));
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcmsccoll.c282 UColAttributeValue caseFirst[] = { variable
358 for(h = 0; h<sizeof(caseFirst)/sizeof(caseFirst[0]); h++) {
359 ucol_setAttribute(coll, UCOL_CASE_FIRST, caseFirst[i], &status);
360 fprintf(stderr, "caseFirst: %s\n", caseFirstC[h]);

Completed in 2319 milliseconds