ReactOS 0.4.15-dev-8021-g7ce96fd
ff_unicode.h File Reference
#include "ff_config.h"
#include "ff_types.h"
#include "ff_error.h"
Include dependency graph for ff_unicode.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

FF_T_UINT FF_GetUtf16SequenceLen (FF_T_UINT16 usLeadChar)
 
FF_T_SINT32 FF_Utf8ctoUtf16c (FF_T_UINT16 *utf16Dest, const FF_T_UINT8 *utf8Source, FF_T_UINT32 ulSize)
 
FF_T_SINT32 FF_Utf16ctoUtf8c (FF_T_UINT8 *utf8Dest, const FF_T_UINT16 *utf16Source, FF_T_UINT32 ulSize)
 
FF_T_SINT32 FF_Utf16ctoUtf32c (FF_T_UINT32 *utf32Dest, const FF_T_UINT16 *utf16Source)
 
FF_T_SINT32 FF_Utf32ctoUtf16c (FF_T_UINT16 *utf16Dest, FF_T_UINT32 utf32char, FF_T_UINT32 ulSize)
 
FF_T_SINT32 FF_Utf32stoUtf8s (FF_T_UINT8 *Utf8String, FF_T_UINT32 *Utf32String)
 

Function Documentation

◆ FF_GetUtf16SequenceLen()

FF_T_UINT FF_GetUtf16SequenceLen ( FF_T_UINT16  usLeadChar)

◆ FF_Utf16ctoUtf32c()

FF_T_SINT32 FF_Utf16ctoUtf32c ( FF_T_UINT32 utf32Dest,
const FF_T_UINT16 utf16Source 
)

◆ FF_Utf16ctoUtf8c()

FF_T_SINT32 FF_Utf16ctoUtf8c ( FF_T_UINT8 utf8Dest,
const FF_T_UINT16 utf16Source,
FF_T_UINT32  ulSize 
)

◆ FF_Utf32ctoUtf16c()

FF_T_SINT32 FF_Utf32ctoUtf16c ( FF_T_UINT16 utf16Dest,
FF_T_UINT32  utf32char,
FF_T_UINT32  ulSize 
)

◆ FF_Utf32stoUtf8s()

FF_T_SINT32 FF_Utf32stoUtf8s ( FF_T_UINT8 Utf8String,
FF_T_UINT32 Utf32String 
)

◆ FF_Utf8ctoUtf16c()

FF_T_SINT32 FF_Utf8ctoUtf16c ( FF_T_UINT16 utf16Dest,
const FF_T_UINT8 utf8Source,
FF_T_UINT32  ulSize 
)