summaryrefslogtreecommitdiffstats
path: root/thirdparty/icu4c/common/unicode/locid.h
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/icu4c/common/unicode/locid.h')
-rw-r--r--thirdparty/icu4c/common/unicode/locid.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/thirdparty/icu4c/common/unicode/locid.h b/thirdparty/icu4c/common/unicode/locid.h
index 60282d623d..e1afd598cf 100644
--- a/thirdparty/icu4c/common/unicode/locid.h
+++ b/thirdparty/icu4c/common/unicode/locid.h
@@ -727,7 +727,9 @@ public:
*
* @stable ICU 49
*/
- void setKeywordValue(const char* keywordName, const char* keywordValue, UErrorCode &status);
+ void setKeywordValue(const char* keywordName, const char* keywordValue, UErrorCode &status) {
+ setKeywordValue(StringPiece{keywordName}, StringPiece{keywordValue}, status);
+ }
/**
* Sets or removes the value for a keyword.