Searched refs:locCache (Results 1 - 9 of 9) sorted by relevance

/external/icu4c/i18n/
H A Dtitletrn.cpp118 int32_t textPos, delta, result, locCache=0; local
128 result=ucase_toFullTitle(fCsp, c, utrans_rep_caseContextIterator, &csc, &s, "", &locCache);
130 result=ucase_toFullLower(fCsp, c, utrans_rep_caseContextIterator, &csc, &s, "", &locCache);
H A Dcasetrn.cpp150 int32_t textPos, delta, result, locCache=0; local
157 result=fMap(fCsp, c, utrans_rep_caseContextIterator, &csc, &s, "", &locCache);
/external/icu4c/common/
H A Ducase.c540 ucase_getCaseLocale(const char *locale, int32_t *locCache) { argument
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);
1015 const char *locale, int32_t *locCache) {
775 ucase_toFullLower(const UCaseProps *csp, UChar32 c, UCaseContextIterator *iter, void *context, const UChar **pString, const char *locale, int32_t *locCache) argument
919 toUpperOrTitle(const UCaseProps *csp, UChar32 c, UCaseContextIterator *iter, void *context, const UChar **pString, const char *locale, int32_t *locCache, UBool upperNotTitle) argument
1012 ucase_toFullUpper(const UCaseProps *csp, UChar32 c, UCaseContextIterator *iter, void *context, const UChar **pString, const char *locale, int32_t *locCache) argument
1020 ucase_toFullTitle(const UCaseProps *csp, UChar32 c, UCaseContextIterator *iter, void *context, const UChar **pString, const char *locale, int32_t *locCache) argument
1245 int32_t locCache; local
[all...]
H A Ducase.h46 ucase_getCaseLocale(const char *locale, int32_t *locCache);
194 * @param locCache Initialize to 0; may be used to cache the result of parsing
207 const char *locale, int32_t *locCache);
213 const char *locale, int32_t *locCache);
219 const char *locale, int32_t *locCache);
239 const char *locale, int32_t *locCache);
H A Ducasemap.c96 csm->locCache=0;
98 ucase_getCaseLocale(csm->locale, &csm->locCache);
230 int32_t locCache; local
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 &&
H A Dustr_imp.h94 int32_t locCache; member in struct:UCaseMap
H A Dustrcase.c130 int32_t locCache; local
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 &&
H A Duniset_props.cpp1419 int32_t locCache = 0; local
1434 result = ucase_toFullLower(csp, cp, NULL, NULL, &full, "", &locCache);
1437 result = ucase_toFullTitle(csp, cp, NULL, NULL, &full, "", &locCache);
1440 result = ucase_toFullUpper(csp, cp, NULL, NULL, &full, "", &locCache);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 578 milliseconds