Home
last modified time | relevance | path

Searched refs:locCache (Results 1 – 16 of 16) sorted by relevance

/external/icu/icu4c/source/common/
Ducase.cpp567 ucase_getCaseLocale(const char *locale, int32_t *locCache) { in ucase_getCaseLocale() argument
571 if(locCache!=NULL && (result=*locCache)!=UCASE_LOC_UNKNOWN) { in ucase_getCaseLocale()
637 if(locCache!=NULL) { in ucase_getCaseLocale()
638 *locCache=result; in ucase_getCaseLocale()
805 const char *locale, int32_t *locCache) in ucase_toFullLower() argument
822 int32_t loc=ucase_getCaseLocale(locale, locCache); in ucase_toFullLower()
949 const char *locale, int32_t *locCache, in toUpperOrTitle() argument
966 int32_t loc=ucase_getCaseLocale(locale, locCache); in toUpperOrTitle()
1042 const char *locale, int32_t *locCache) { in ucase_toFullUpper() argument
1043 return toUpperOrTitle(csp, c, iter, context, pString, locale, locCache, TRUE); in ucase_toFullUpper()
[all …]
Ducasemap.cpp103 csm->locCache=0; in ucasemap_setLocale()
105 ucase_getCaseLocale(csm->locale, &csm->locCache); in ucasemap_setLocale()
222 int32_t locCache; in _caseMap() local
224 locCache=csm->locCache; in _caseMap()
240 c=map(csm->csp, c, utf8_caseContextIterator, csc, &s, csm->locale, &locCache); in _caseMap()
276 int32_t locCache=csm->locCache; in ucasemap_internalUTF8ToTitle() local
343 … c=ucase_toFullTitle(csm->csp, c, utf8_caseContextIterator, &csc, &s, csm->locale, &locCache); in ucasemap_internalUTF8ToTitle()
348 ucase_getCaseLocale(csm->locale, &locCache) == UCASE_LOC_DUTCH && in ucasemap_internalUTF8ToTitle()
Ducase.h57 ucase_getCaseLocale(const char *locale, int32_t *locCache);
254 const char *locale, int32_t *locCache);
260 const char *locale, int32_t *locCache);
266 const char *locale, int32_t *locCache);
286 const char *locale, int32_t *locCache);
Dustrcase.cpp136 int32_t locCache; in _caseMap() local
138 locCache=csm->locCache; in _caseMap()
147 c=map(csm->csp, c, utf16_caseContextIterator, csc, &s, csm->locale, &locCache); in _caseMap()
183 int32_t locCache=csm->locCache; in ustrcase_internalToTitle() local
250 … c=ucase_toFullTitle(csm->csp, c, utf16_caseContextIterator, &csc, &s, csm->locale, &locCache); in ustrcase_internalToTitle()
255 ucase_getCaseLocale(csm->locale,&locCache) == UCASE_LOC_DUTCH && in ustrcase_internalToTitle()
Duniset_closure.cpp208 int32_t locCache = 0; in closeOver() local
223 result = ucase_toFullLower(csp, cp, NULL, NULL, &full, "", &locCache); in closeOver()
226 result = ucase_toFullTitle(csp, cp, NULL, NULL, &full, "", &locCache); in closeOver()
229 result = ucase_toFullUpper(csp, cp, NULL, NULL, &full, "", &locCache); in closeOver()
Dustr_imp.h94 int32_t locCache; member
/external/chromium_org/third_party/icu/source/common/
Ducase.cpp567 ucase_getCaseLocale(const char *locale, int32_t *locCache) { in ucase_getCaseLocale() argument
571 if(locCache!=NULL && (result=*locCache)!=UCASE_LOC_UNKNOWN) { in ucase_getCaseLocale()
637 if(locCache!=NULL) { in ucase_getCaseLocale()
638 *locCache=result; in ucase_getCaseLocale()
805 const char *locale, int32_t *locCache) in ucase_toFullLower() argument
822 int32_t loc=ucase_getCaseLocale(locale, locCache); in ucase_toFullLower()
949 const char *locale, int32_t *locCache, in toUpperOrTitle() argument
966 int32_t loc=ucase_getCaseLocale(locale, locCache); in toUpperOrTitle()
1042 const char *locale, int32_t *locCache) { in ucase_toFullUpper() argument
1043 return toUpperOrTitle(csp, c, iter, context, pString, locale, locCache, TRUE); in ucase_toFullUpper()
[all …]
Ducasemap.cpp103 csm->locCache=0; in ucasemap_setLocale()
105 ucase_getCaseLocale(csm->locale, &csm->locCache); in ucasemap_setLocale()
222 int32_t locCache; in _caseMap() local
224 locCache=csm->locCache; in _caseMap()
240 c=map(csm->csp, c, utf8_caseContextIterator, csc, &s, csm->locale, &locCache); in _caseMap()
276 int32_t locCache=csm->locCache; in ucasemap_internalUTF8ToTitle() local
343 … c=ucase_toFullTitle(csm->csp, c, utf8_caseContextIterator, &csc, &s, csm->locale, &locCache); in ucasemap_internalUTF8ToTitle()
348 ucase_getCaseLocale(csm->locale, &locCache) == UCASE_LOC_DUTCH && in ucasemap_internalUTF8ToTitle()
Ducase.h57 ucase_getCaseLocale(const char *locale, int32_t *locCache);
254 const char *locale, int32_t *locCache);
260 const char *locale, int32_t *locCache);
266 const char *locale, int32_t *locCache);
286 const char *locale, int32_t *locCache);
Dustrcase.cpp136 int32_t locCache; in _caseMap() local
138 locCache=csm->locCache; in _caseMap()
147 c=map(csm->csp, c, utf16_caseContextIterator, csc, &s, csm->locale, &locCache); in _caseMap()
183 int32_t locCache=csm->locCache; in ustrcase_internalToTitle() local
250 … c=ucase_toFullTitle(csm->csp, c, utf16_caseContextIterator, &csc, &s, csm->locale, &locCache); in ustrcase_internalToTitle()
255 ucase_getCaseLocale(csm->locale,&locCache) == UCASE_LOC_DUTCH && in ustrcase_internalToTitle()
Duniset_closure.cpp208 int32_t locCache = 0; in closeOver() local
223 result = ucase_toFullLower(csp, cp, NULL, NULL, &full, "", &locCache); in closeOver()
226 result = ucase_toFullTitle(csp, cp, NULL, NULL, &full, "", &locCache); in closeOver()
229 result = ucase_toFullUpper(csp, cp, NULL, NULL, &full, "", &locCache); in closeOver()
Dustr_imp.h94 int32_t locCache; member
/external/chromium_org/third_party/icu/source/i18n/
Dtitletrn.cpp119 int32_t textPos, delta, result, locCache=0; in handleTransliterate() local
129 … result=ucase_toFullTitle(fCsp, c, utrans_rep_caseContextIterator, &csc, &s, "", &locCache); in handleTransliterate()
131 … result=ucase_toFullLower(fCsp, c, utrans_rep_caseContextIterator, &csc, &s, "", &locCache); in handleTransliterate()
Dcasetrn.cpp152 int32_t textPos, delta, result, locCache=0; in handleTransliterate() local
159 result=fMap(fCsp, c, utrans_rep_caseContextIterator, &csc, &s, "", &locCache); in handleTransliterate()
/external/icu/icu4c/source/i18n/
Dtitletrn.cpp119 int32_t textPos, delta, result, locCache=0; in handleTransliterate() local
129 … result=ucase_toFullTitle(fCsp, c, utrans_rep_caseContextIterator, &csc, &s, "", &locCache); in handleTransliterate()
131 … result=ucase_toFullLower(fCsp, c, utrans_rep_caseContextIterator, &csc, &s, "", &locCache); in handleTransliterate()
Dcasetrn.cpp152 int32_t textPos, delta, result, locCache=0; in handleTransliterate() local
159 result=fMap(fCsp, c, utrans_rep_caseContextIterator, &csc, &s, "", &locCache); in handleTransliterate()