Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/icu/source/common/
Dlocalematcher.cpp771 char *dest, int32_t capacity, UAcceptResult *acceptResult, in acceptLanguage() argument
788 if (acceptResult != nullptr) { in acceptLanguage()
789 *acceptResult = *result.getDesiredLocale() == *result.getSupportedLocale() ? in acceptLanguage()
799 if (acceptResult != nullptr) { in acceptLanguage()
800 *acceptResult = ULOC_ACCEPT_FAILED; in acceptLanguage()
/third_party/node/deps/icu-small/source/common/
Dlocalematcher.cpp771 char *dest, int32_t capacity, UAcceptResult *acceptResult, in acceptLanguage() argument
788 if (acceptResult != nullptr) { in acceptLanguage()
789 *acceptResult = *result.getDesiredLocale() == *result.getSupportedLocale() ? in acceptLanguage()
799 if (acceptResult != nullptr) { in acceptLanguage()
800 *acceptResult = ULOC_ACCEPT_FAILED; in acceptLanguage()
/third_party/icu/icu4c/source/common/
Dlocalematcher.cpp771 char *dest, int32_t capacity, UAcceptResult *acceptResult, in acceptLanguage() argument
788 if (acceptResult != nullptr) { in acceptLanguage()
789 *acceptResult = *result.getDesiredLocale() == *result.getSupportedLocale() ? in acceptLanguage()
799 if (acceptResult != nullptr) { in acceptLanguage()
800 *acceptResult = ULOC_ACCEPT_FAILED; in acceptLanguage()
/third_party/icu/icu4c/source/test/cintltst/
Dcloctst.c3080 static const char *acceptResult(UAcceptResult uar) { in acceptResult() function
3154 … i, http[tests[i].httpSet], tests[i].icuSet, tests[i].expect, acceptResult(tests[i].res)); in TestAcceptLanguage()
3163 tmp[0]?tmp:"(EMPTY)", acceptResult(outResult), u_errorName(status)); in TestAcceptLanguage()
3173 acceptResult( tests[i].res), in TestAcceptLanguage()
3174 acceptResult( outResult)); in TestAcceptLanguage()
3177 tests[i].expect,acceptResult(tests[i].res)); in TestAcceptLanguage()
3184 … i, http[tests[i].httpSet], tests[i].icuSet, tests[i].expect, acceptResult(tests[i].res)); in TestAcceptLanguage()