Home
last modified time | relevance | path

Searched refs:bestStr (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/icu-small/source/common/
Dlocalematcher.cpp774 const char *bestStr = result.getSupportedLocale()->getName(); in acceptLanguage() local
775 int32_t bestLength = (int32_t)uprv_strlen(bestStr); in acceptLanguage()
777 uprv_memcpy(dest, bestStr, bestLength); in acceptLanguage()
/third_party/skia/third_party/externals/icu/source/common/
Dlocalematcher.cpp792 const char *bestStr = result.getSupportedLocale()->getName(); in acceptLanguage() local
793 int32_t bestLength = (int32_t)uprv_strlen(bestStr); in acceptLanguage()
795 uprv_memcpy(dest, bestStr, bestLength); in acceptLanguage()
/third_party/icu/icu4c/source/common/
Dlocalematcher.cpp774 const char *bestStr = result.getSupportedLocale()->getName(); in acceptLanguage() local
775 int32_t bestLength = (int32_t)uprv_strlen(bestStr); in acceptLanguage()
777 uprv_memcpy(dest, bestStr, bestLength); in acceptLanguage()