Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/unicode/
Duloc.h974 UAcceptResult *outResult,
994 UAcceptResult *outResult, const char **acceptList,
/external/icu/icu4c/source/common/
Duloc.cpp2278 uloc_acceptLanguageFromHTTP(char *result, int32_t resultAvailable, UAcceptResult *outResult, in uloc_acceptLanguageFromHTTP() argument
2402 res = uloc_acceptLanguage(result, resultAvailable, outResult, in uloc_acceptLanguageFromHTTP()
2420 UAcceptResult *outResult, const char **acceptList, in uloc_acceptLanguage() argument
2449 if(outResult) { in uloc_acceptLanguage()
2450 *outResult = ULOC_ACCEPT_VALID; in uloc_acceptLanguage()
2489 if(outResult) { in uloc_acceptLanguage()
2490 *outResult = ULOC_ACCEPT_FALLBACK; in uloc_acceptLanguage()
2516 if(outResult) { in uloc_acceptLanguage()
2517 *outResult = ULOC_ACCEPT_FAILED; in uloc_acceptLanguage()
/external/icu/icu4c/source/test/cintltst/
Dcloctst.c2686 UAcceptResult outResult; in TestAcceptLanguage() local
2729 outResult = -3; in TestAcceptLanguage()
2736 …rc = uloc_acceptLanguageFromHTTP(tmp, 199, &outResult, http[tests[i].httpSet], available, &status); in TestAcceptLanguage()
2739 …log_verbose(" got %s, %s [%s]\n", tmp[0]?tmp:"(EMPTY)", acceptResult(outResult), u_errorName(statu… in TestAcceptLanguage()
2740 if(outResult != tests[i].res) { in TestAcceptLanguage()
2743 acceptResult( outResult)); in TestAcceptLanguage()
2747 if((outResult>0)&&uprv_strcmp(tmp, tests[i].expect)) { in TestAcceptLanguage()
/external/clang/lib/Analysis/
DCFG.cpp806 bool tryEvaluate(Expr *S, Expr::EvalResult &outResult) { in tryEvaluate() argument
811 S->EvaluateAsRValue(outResult, *Context); in tryEvaluate()