Searched defs:caseFirst (Results 1 - 4 of 4) sorted by relevance
/external/chromium/third_party/icu/source/i18n/ |
H A D | ucol_imp.h | 731 /*UColAttributeValue*/ int32_t caseFirst; /* who goes first, lower case or uppercase */ member in struct:__anon1454 869 uint32_t /*UColAttributeValue*/ caseFirst; member in struct:__anon1458 945 UColAttributeValue caseFirst; /* who goes first, lower case or uppercase */ member in struct:UCollator
|
/external/chromium/third_party/icu/source/test/cintltst/ |
H A D | cmsccoll.c | 279 UColAttributeValue caseFirst[] = { variable 355 for(h = 0; h<sizeof(caseFirst)/sizeof(caseFirst[0]); h++) { 356 ucol_setAttribute(coll, UCOL_CASE_FIRST, caseFirst[i], &status); 357 fprintf(stderr, "caseFirst: %s\n", caseFirstC[h]);
|
/external/icu4c/i18n/ |
H A D | ucol_imp.h | 758 /*UColAttributeValue*/ int32_t caseFirst; /* who goes first, lower case or uppercase */ member in struct:__anon2473 896 uint32_t /*UColAttributeValue*/ caseFirst; member in struct:__anon2477 972 UColAttributeValue caseFirst; /* who goes first, lower case or uppercase */ member in struct:UCollator
|
/external/icu4c/test/cintltst/ |
H A D | cmsccoll.c | 279 UColAttributeValue caseFirst[] = { variable 355 for(h = 0; h<sizeof(caseFirst)/sizeof(caseFirst[0]); h++) { 356 ucol_setAttribute(coll, UCOL_CASE_FIRST, caseFirst[i], &status); 357 fprintf(stderr, "caseFirst: %s\n", caseFirstC[h]);
|
Completed in 230 milliseconds