Home
last modified time | relevance | path

Searched refs:fOtherFillin (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Dgregoimp.cpp175 : fFillin(NULL), fOtherFillin(NULL), fBundle(NULL), fFallback(NULL) { in CalendarData()
180 fOtherFillin = ures_open(U_CALENDAR_DATA, locale, &status); in initData()
181 fFillin = ures_getByKey(fOtherFillin, U_CALENDAR_KEY, fFillin, &status); in initData()
209 ures_close(fOtherFillin); in ~CalendarData()
244 fOtherFillin = ures_getByKeyWithFallback(fFillin, U_FORMAT_KEY, fOtherFillin, &status); in getByKey2()
245 fFillin = ures_getByKeyWithFallback(fOtherFillin, subKey, fFillin, &status); in getByKey2()
253 fOtherFillin = ures_getByKeyWithFallback(fFillin, U_FORMAT_KEY, fOtherFillin, &status); in getByKey2()
254 fFillin = ures_getByKeyWithFallback(fOtherFillin, subKey, fFillin, &status); in getByKey2()
306 fOtherFillin = ures_getByKeyWithFallback(fFillin, contextKey, fOtherFillin, &status); in getByKey3()
307 fFillin = ures_getByKeyWithFallback(fOtherFillin, subKey, fFillin, &status); in getByKey3()
[all …]
Dgregoimp.h353 UResourceBundle *fOtherFillin; variable