summaryrefslogtreecommitdiff
path: root/sal/textenc/tenchelp.h
diff options
context:
space:
mode:
Diffstat (limited to 'sal/textenc/tenchelp.h')
-rw-r--r--sal/textenc/tenchelp.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/sal/textenc/tenchelp.h b/sal/textenc/tenchelp.h
index a756af3d0..83e17eea7 100644
--- a/sal/textenc/tenchelp.h
+++ b/sal/textenc/tenchelp.h
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -230,6 +231,11 @@ sal_Size ImplCharToUnicode( const ImplTextConverterData* pData, void* pContext,
const sal_Char* pSrcBuf, sal_Size nSrcBytes,
sal_Unicode* pDestBuf, sal_Size nDestChars,
sal_uInt32 nFlags, sal_uInt32* pInfo, sal_Size* pSrcCvtBytes );
+/** For those encodings only with unicode range of 0x80 to 0xFF. */
+sal_Size ImplUpperCharToUnicode( const ImplTextConverterData* pData, void* pContext,
+ const sal_Char* pSrcBuf, sal_Size nSrcBytes,
+ sal_Unicode* pDestBuf, sal_Size nDestChars,
+ sal_uInt32 nFlags, sal_uInt32* pInfo, sal_Size* pSrcCvtBytes );
sal_Size ImplUnicodeToChar( const ImplTextConverterData* pData, void* pContext,
const sal_Unicode* pSrcBuf, sal_Size nSrcChars,
sal_Char* pDestBuf, sal_Size nDestBytes,
@@ -295,3 +301,5 @@ sal_Size ImplConvertUnicodeToUtf8(ImplTextConverterData const * pData,
#endif /* __cplusplus */
#endif /* INCLUDED_RTL_TEXTENC_TENCHELP_H */
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */