/external/chromium_org/third_party/icu/source/common/ |
ustr_imp.h | 103 int32_t locCache;
|
ucasemap.c | 96 csm->locCache=0; 98 ucase_getCaseLocale(csm->locale, &csm->locCache); 230 int32_t locCache; 232 locCache=csm->locCache; 248 c=map(csm->csp, c, utf8_caseContextIterator, csc, &s, csm->locale, &locCache); 359 c=ucase_toFullTitle(csm->csp, c, utf8_caseContextIterator, csc, &s, csm->locale, &csm->locCache); 365 ucase_getCaseLocale(csm->locale,&csm->locCache) == UCASE_LOC_DUTCH &&
|
ustrcase.c | 130 int32_t locCache; 132 locCache=csm->locCache; 141 c=map(csm->csp, c, utf16_caseContextIterator, csc, &s, csm->locale, &locCache); 166 * We also do not fill in the locCache because it is rarely used, 294 c=ucase_toFullTitle(csm->csp, c, utf16_caseContextIterator, csc, &s, csm->locale, &csm->locCache); 299 ucase_getCaseLocale(csm->locale,&csm->locCache) == UCASE_LOC_DUTCH &&
|
ucase.c | 540 ucase_getCaseLocale(const char *locale, int32_t *locCache) { 544 if(locCache!=NULL && (result=*locCache)!=UCASE_LOC_UNKNOWN) { 610 if(locCache!=NULL) { 611 *locCache=result; 778 const char *locale, int32_t *locCache) 795 int32_t loc=ucase_getCaseLocale(locale, locCache); 922 const char *locale, int32_t *locCache, 939 int32_t loc=ucase_getCaseLocale(locale, locCache); [all...] |
uniset_props.cpp | [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
casetrn.cpp | 150 int32_t textPos, delta, result, locCache=0; 157 result=fMap(fCsp, c, utrans_rep_caseContextIterator, &csc, &s, "", &locCache);
|
titletrn.cpp | 118 int32_t textPos, delta, result, locCache=0; 128 result=ucase_toFullTitle(fCsp, c, utrans_rep_caseContextIterator, &csc, &s, "", &locCache); 130 result=ucase_toFullLower(fCsp, c, utrans_rep_caseContextIterator, &csc, &s, "", &locCache);
|
/external/icu4c/common/ |
ustr_imp.h | 94 int32_t locCache;
|
uniset_closure.cpp | 208 int32_t locCache = 0; 223 result = ucase_toFullLower(csp, cp, NULL, NULL, &full, "", &locCache); 226 result = ucase_toFullTitle(csp, cp, NULL, NULL, &full, "", &locCache); 229 result = ucase_toFullUpper(csp, cp, NULL, NULL, &full, "", &locCache);
|
ucasemap.cpp | 103 csm->locCache=0; 105 ucase_getCaseLocale(csm->locale, &csm->locCache); 222 int32_t locCache; 224 locCache=csm->locCache; 240 c=map(csm->csp, c, utf8_caseContextIterator, csc, &s, csm->locale, &locCache); 276 int32_t locCache=csm->locCache; 343 c=ucase_toFullTitle(csm->csp, c, utf8_caseContextIterator, &csc, &s, csm->locale, &locCache); 348 ucase_getCaseLocale(csm->locale, &locCache) == UCASE_LOC_DUTCH & [all...] |
ustrcase.cpp | 136 int32_t locCache; 138 locCache=csm->locCache; 147 c=map(csm->csp, c, utf16_caseContextIterator, csc, &s, csm->locale, &locCache); 183 int32_t locCache=csm->locCache; 250 c=ucase_toFullTitle(csm->csp, c, utf16_caseContextIterator, &csc, &s, csm->locale, &locCache); 255 ucase_getCaseLocale(csm->locale,&locCache) == UCASE_LOC_DUTCH &&
|
ucase.cpp | 567 ucase_getCaseLocale(const char *locale, int32_t *locCache) { 571 if(locCache!=NULL && (result=*locCache)!=UCASE_LOC_UNKNOWN) { 637 if(locCache!=NULL) { 638 *locCache=result; 805 const char *locale, int32_t *locCache) 822 int32_t loc=ucase_getCaseLocale(locale, locCache); 949 const char *locale, int32_t *locCache, [all...] |
/external/icu4c/i18n/ |
casetrn.cpp | 152 int32_t textPos, delta, result, locCache=0; 159 result=fMap(fCsp, c, utrans_rep_caseContextIterator, &csc, &s, "", &locCache);
|
titletrn.cpp | 119 int32_t textPos, delta, result, locCache=0; 129 result=ucase_toFullTitle(fCsp, c, utrans_rep_caseContextIterator, &csc, &s, "", &locCache); 131 result=ucase_toFullLower(fCsp, c, utrans_rep_caseContextIterator, &csc, &s, "", &locCache);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
com.ibm.icu_4.2.1.v20100412.jar | |
/prebuilts/misc/common/icu4j/ |
icu4j.jar | |