HomeSort by relevance Sort by last modified time
    Searched refs:locCache (Results 1 - 9 of 9) sorted by null

  /external/icu4c/i18n/
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);
casetrn.cpp 150 int32_t textPos, delta, result, locCache=0;
157 result=fMap(fCsp, c, utrans_rep_caseContextIterator, &csc, &s, "", &locCache);
  /external/icu4c/common/
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...]
ucase.h 46 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);
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 &&
ustr_imp.h 94 int32_t locCache;
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 &&
uniset_props.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 126 milliseconds