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

  /external/chromium_org/third_party/icu/source/i18n/
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);
casetrn.cpp 152 int32_t textPos, delta, result, locCache=0;
159 result=fMap(fCsp, c, utrans_rep_caseContextIterator, &csc, &s, "", &locCache);
  /external/icu/icu4c/source/i18n/
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);
casetrn.cpp 152 int32_t textPos, delta, result, locCache=0;
159 result=fMap(fCsp, c, utrans_rep_caseContextIterator, &csc, &s, "", &locCache);
  /external/chromium_org/third_party/icu/source/common/
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...]
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...]
ucase.h 57 ucase_getCaseLocale(const char *locale, int32_t *locCache);
241 * @param locCache Initialize to 0; may be used to cache the result of parsing
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);
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);
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 &&
ustr_imp.h 94 int32_t locCache;
  /external/icu/icu4c/source/common/
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...]
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...]
ucase.h 57 ucase_getCaseLocale(const char *locale, int32_t *locCache);
241 * @param locCache Initialize to 0; may be used to cache the result of parsing
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);
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);
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 &&
ustr_imp.h 94 int32_t 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 

Completed in 700 milliseconds