Home
last modified time | relevance | path

Searched refs:contextKey (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/i18n/
Dgregoimp.cpp296 UResourceBundle* CalendarData::getByKey3(const char *key, const char *contextKey, const char *subKe… in getByKey3() argument
306 fOtherFillin = ures_getByKeyWithFallback(fFillin, contextKey, fOtherFillin, &status); in getByKey3()
309 …fprintf(stderr, "%p: get %s/%s/%s -> %s - from MAIN %s\n", this, key, contextKey, subKey, u_errorN… in getByKey3()
315 fOtherFillin = ures_getByKeyWithFallback(fFillin, contextKey, fOtherFillin, &status); in getByKey3()
318 …fprintf(stderr, "%p: get %s/%s/%s -> %s - from FALLBACK %s\n",this, key, contextKey, subKey, u_err… in getByKey3()
Dgregoimp.h345 …UResourceBundle* getByKey3(const char *key, const char *contextKey, const char *subKey, UErrorCode…
/external/clang/lib/Parse/
DParseObjc.cpp318 tok::ObjCKeywordKind contextKey) { in ParseObjCInterfaceDeclList() argument
423 if (contextKey != tok::objc_protocol) in ParseObjCInterfaceDeclList()
/external/clang/include/clang/Parse/
DParser.h1055 tok::ObjCKeywordKind contextKey);