Searched defs:locCache (Results 1 - 12 of 12) sorted by relevance

/external/icu/icu4c/source/common/
H A Dustr_imp.h113 int32_t locCache; member in struct:UCaseMap
H A Duniset_closure.cpp208 int32_t locCache = 0; local
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);
H A Ducasemap.cpp103 csm->locCache=0;
105 ucase_getCaseLocale(csm->locale, &csm->locCache);
222 int32_t locCache; local
224 locCache=csm->locCache;
240 c=map(csm->csp, c, utf8_caseContextIterator, csc, &s, csm->locale, &locCache);
276 int32_t locCache=csm->locCache; local
343 c=ucase_toFullTitle(csm->csp, c, utf8_caseContextIterator, &csc, &s, csm->locale, &locCache);
348 ucase_getCaseLocale(csm->locale, &locCache)
[all...]
H A Ducase.cpp566 ucase_getCaseLocale(const char *locale, int32_t *locCache) { argument
570 if(locCache!=NULL && (result=*locCache)!=UCASE_LOC_UNKNOWN) {
636 if(locCache!=NULL) {
637 *locCache=result;
804 const char *locale, int32_t *locCache)
821 int32_t loc=ucase_getCaseLocale(locale, locCache);
948 const char *locale, int32_t *locCache,
965 int32_t loc=ucase_getCaseLocale(locale, locCache);
1041 const char *locale, int32_t *locCache) {
801 ucase_toFullLower(const UCaseProps *csp, UChar32 c, UCaseContextIterator *iter, void *context, const UChar **pString, const char *locale, int32_t *locCache) argument
945 toUpperOrTitle(const UCaseProps *csp, UChar32 c, UCaseContextIterator *iter, void *context, const UChar **pString, const char *locale, int32_t *locCache, UBool upperNotTitle) argument
1038 ucase_toFullUpper(const UCaseProps *csp, UChar32 c, UCaseContextIterator *iter, void *context, const UChar **pString, const char *locale, int32_t *locCache) argument
1046 ucase_toFullTitle(const UCaseProps *csp, UChar32 c, UCaseContextIterator *iter, void *context, const UChar **pString, const char *locale, int32_t *locCache) argument
1271 int32_t locCache; local
[all...]
H A Dustrcase.cpp135 int32_t locCache; local
137 locCache=csm->locCache;
146 c=map(csm->csp, c, utf16_caseContextIterator, csc, &s, csm->locale, &locCache);
182 int32_t locCache=csm->locCache; local
249 c=ucase_toFullTitle(csm->csp, c, utf16_caseContextIterator, &csc, &s, csm->locale, &locCache);
254 ucase_getCaseLocale(csm->locale,&locCache) == UCASE_LOC_DUTCH &&
/external/icu/icu4c/source/i18n/
H A Dtitletrn.cpp119 int32_t textPos, delta, result, locCache=0; local
129 result=ucase_toFullTitle(fCsp, c, utrans_rep_caseContextIterator, &csc, &s, "", &locCache);
131 result=ucase_toFullLower(fCsp, c, utrans_rep_caseContextIterator, &csc, &s, "", &locCache);
H A Dcasetrn.cpp152 int32_t textPos, delta, result, locCache=0; local
159 result=fMap(fCsp, c, utrans_rep_caseContextIterator, &csc, &s, "", &locCache);
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DLowercaseTransliterator.java44 private int[] locCache; field in class:LowercaseTransliterator
56 locCache = new int[1];
57 locCache[0]=0;
84 c=csp.toFullLower(c, iter, result, locale, locCache);
H A DTitlecaseTransliterator.java41 private int[] locCache; field in class:TitlecaseTransliterator
54 locCache = new int[1];
55 locCache[0]=0;
117 c=csp.toFullTitle(c, iter, result, locale, locCache);
119 c=csp.toFullLower(c, iter, result, locale, locCache);
H A DUppercaseTransliterator.java41 private int[] locCache; field in class:UppercaseTransliterator
52 locCache = new int[1];
53 locCache[0]=0;
80 c=csp.toFullUpper(c, iter, result, locale, locCache);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DUCaseProps.java620 * If the locCache is not null, then it must be initialized with locCache[0]=0 .
622 private static final int getCaseLocale(ULocale locale, int[] locCache) { argument
625 if(locCache!=null && (result=locCache[0])!=LOC_UNKNOWN) {
638 if(locCache!=null) {
639 locCache[0]=result;
803 * @param locCache Initialize locCache[0] to 0; may be used to cache the result of parsing
814 ULocale locale, int[] locCache) {
812 toFullLower(int c, ContextIterator iter, StringBuilder out, ULocale locale, int[] locCache) argument
958 toUpperOrTitle(int c, ContextIterator iter, StringBuilder out, ULocale locale, int[] locCache, boolean upperNotTitle) argument
1053 toFullUpper(int c, ContextIterator iter, StringBuilder out, ULocale locale, int[] locCache) argument
1059 toFullTitle(int c, ContextIterator iter, StringBuilder out, ULocale locale, int[] locCache) argument
[all...]
/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 893 milliseconds