Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/icu/unicode/
Duloc.h889 UAcceptResult *outResult,
906 UAcceptResult *outResult, const char **acceptList,
/external/webkit/Source/JavaScriptCore/icu/unicode/
Duloc.h889 UAcceptResult *outResult,
906 UAcceptResult *outResult, const char **acceptList,
/external/icu4c/common/unicode/
Duloc.h946 UAcceptResult *outResult,
966 UAcceptResult *outResult, const char **acceptList,
/external/icu4c/common/
Duloc.c2261 uloc_acceptLanguageFromHTTP(char *result, int32_t resultAvailable, UAcceptResult *outResult, in uloc_acceptLanguageFromHTTP() argument
2385 res = uloc_acceptLanguage(result, resultAvailable, outResult, in uloc_acceptLanguageFromHTTP()
2403 UAcceptResult *outResult, const char **acceptList, in uloc_acceptLanguage() argument
2432 if(outResult) { in uloc_acceptLanguage()
2433 *outResult = ULOC_ACCEPT_VALID; in uloc_acceptLanguage()
2472 if(outResult) { in uloc_acceptLanguage()
2473 *outResult = ULOC_ACCEPT_FALLBACK; in uloc_acceptLanguage()
2499 if(outResult) { in uloc_acceptLanguage()
2500 *outResult = ULOC_ACCEPT_FAILED; in uloc_acceptLanguage()
/external/icu4c/test/cintltst/
Dcloctst.c2560 UAcceptResult outResult; in TestAcceptLanguage() local
2603 outResult = -3; in TestAcceptLanguage()
2610 …rc = uloc_acceptLanguageFromHTTP(tmp, 199, &outResult, http[tests[i].httpSet], available, &status); in TestAcceptLanguage()
2612 …log_verbose(" got %s, %s [%s]\n", tmp[0]?tmp:"(EMPTY)", acceptResult(outResult), u_errorName(statu… in TestAcceptLanguage()
2613 if(outResult != tests[i].res) { in TestAcceptLanguage()
2616 acceptResult( outResult)); in TestAcceptLanguage()
2620 if((outResult>0)&&uprv_strcmp(tmp, tests[i].expect)) { in TestAcceptLanguage()
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
DNetscapePluginHostProxy.mm386 uint16_t* outResult, uint32_t* outStreamID)
403 *outResult = result;
/external/clang/lib/Analysis/
DCFG.cpp439 bool tryEvaluate(Expr *S, Expr::EvalResult &outResult) { in tryEvaluate() argument
444 S->EvaluateAsRValue(outResult, *Context); in tryEvaluate()