summaryrefslogtreecommitdiffstats
path: root/thirdparty/icu4c/common/lstmbe.h
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/icu4c/common/lstmbe.h')
-rw-r--r--thirdparty/icu4c/common/lstmbe.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/thirdparty/icu4c/common/lstmbe.h b/thirdparty/icu4c/common/lstmbe.h
index ffdf805eca..77c97d85fa 100644
--- a/thirdparty/icu4c/common/lstmbe.h
+++ b/thirdparty/icu4c/common/lstmbe.h
@@ -45,7 +45,7 @@ public:
*/
virtual ~LSTMBreakEngine();
- virtual const UChar* name() const;
+ virtual const char16_t* name() const;
protected:
/**
@@ -79,7 +79,7 @@ U_CAPI const LSTMData* U_EXPORT2 CreateLSTMDataForScript(
UScriptCode script, UErrorCode& status);
U_CAPI void U_EXPORT2 DeleteLSTMData(const LSTMData* data);
-U_CAPI const UChar* U_EXPORT2 LSTMDataName(const LSTMData* data);
+U_CAPI const char16_t* U_EXPORT2 LSTMDataName(const LSTMData* data);
U_NAMESPACE_END