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

  /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 

Completed in 309 milliseconds