FRX SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
AcCodePage Class Reference

#include <AcCodePage.h>

Static Public Member Functions

static bool __cdecl CharSetIsDoubleByte (int)
 
static bool __cdecl CodePageIdIsDoubleByte (code_page_id)
 
static bool __cdecl CodePageIndexIsDoubleByte (int)
 
static bool __cdecl CodePageIsDoubleByte (unsigned int)
 
static bool __cdecl CodepageForUserDefinedUnicode (unsigned int &, wchar_t)
 
static bool __cdecl DBCSForUserDefinedUnicode (wchar_t &, wchar_t)
 
static bool __cdecl IsLeadByte (char)
 
static bool __cdecl IsLeadByte (unsigned int, char)
 
static bool __cdecl LCIDIsDoubleByte (unsigned long)
 
static bool __cdecl LanguageIsDoubleByte (unsigned short)
 
static bool __cdecl LanguageIsRtoL (unsigned short)
 
static bool __cdecl UnicodeForUserDefinedDBCS (wchar_t &, wchar_t, unsigned int)
 
static code_page_id __cdecl CharSetToCodePageId (int)
 
static code_page_id __cdecl CodePageIndexToCodePageId (int)
 
static code_page_id __cdecl CodePageToCodePageId (unsigned int)
 
static code_page_id __cdecl LCIDToCodePageId (unsigned long)
 
static code_page_id __cdecl LanguageToCodePageId (unsigned short)
 
static int __cdecl AnalyzeLineBreaks (int *, int *, int)
 
static int __cdecl CharSetToCodePageIndex (int)
 
static int __cdecl CharSetToLCID (int)
 
static int __cdecl CodePageCount (void)
 
static int __cdecl CodePageIdToCharSet (code_page_id)
 
static int __cdecl CodePageIdToCodePageIndex (code_page_id)
 
static int __cdecl CodePageIdToLCID (code_page_id)
 
static int __cdecl CodePageIndexToCharSet (int)
 
static int __cdecl CodePageIndexToLCID (int)
 
static int __cdecl CodePageToCharSet (unsigned int)
 
static int __cdecl CodePageToCodePageIndex (unsigned int)
 
static int __cdecl CodePageToLCID (unsigned int)
 
static int __cdecl LCIDCount (void)
 
static int __cdecl LCIDToCharSet (unsigned long)
 
static int __cdecl LCIDToCodePageIndex (unsigned long)
 
static int __cdecl LanguageToCharSet (unsigned short)
 
static int __cdecl LanguageToCodePageIndex (unsigned short)
 
static int __cdecl LanguageToLCID (unsigned short)
 
static int __cdecl LineBreakClass (int)
 
static unsigned int __cdecl CharSetToCodePage (int)
 
static unsigned int __cdecl CodePageEntry (int)
 
static unsigned int __cdecl CodePageIdToCodePage (code_page_id)
 
static unsigned int __cdecl CodePageIndexToCodePage (int)
 
static unsigned int __cdecl LCIDToCodePage (unsigned long)
 
static unsigned int __cdecl LanguageToCodePage (unsigned short)
 
static unsigned long __cdecl LCIDEntry (int)
 
static unsigned short __cdecl CharSetToLanguage (int)
 
static unsigned short __cdecl CodePageIdToLanguage (code_page_id)
 
static unsigned short __cdecl CodePageIndexToLanguage (int)
 
static unsigned short __cdecl CodePageToLanguage (unsigned int)
 
static unsigned short __cdecl LCIDToLanguage (unsigned long)
 
static unsigned short __cdecl LanguageFromUnicode (wchar_t, unsigned short, unsigned short)
 

Detailed Description

Definition at line 20 of file AcCodePage.h.

Member Function Documentation

◆ AnalyzeLineBreaks()

static int __cdecl AcCodePage::AnalyzeLineBreaks ( int * ,
int * ,
int  )
static

◆ CharSetIsDoubleByte()

static bool __cdecl AcCodePage::CharSetIsDoubleByte ( int )
static

◆ CharSetToCodePage()

static unsigned int __cdecl AcCodePage::CharSetToCodePage ( int )
static

◆ CharSetToCodePageId()

static code_page_id __cdecl AcCodePage::CharSetToCodePageId ( int )
static

◆ CharSetToCodePageIndex()

static int __cdecl AcCodePage::CharSetToCodePageIndex ( int )
static

◆ CharSetToLanguage()

static unsigned short __cdecl AcCodePage::CharSetToLanguage ( int )
static

◆ CharSetToLCID()

static int __cdecl AcCodePage::CharSetToLCID ( int )
static

◆ CodePageCount()

static int __cdecl AcCodePage::CodePageCount ( void )
static

◆ CodePageEntry()

static unsigned int __cdecl AcCodePage::CodePageEntry ( int )
static

◆ CodepageForUserDefinedUnicode()

static bool __cdecl AcCodePage::CodepageForUserDefinedUnicode ( unsigned int & ,
wchar_t  )
static

◆ CodePageIdIsDoubleByte()

static bool __cdecl AcCodePage::CodePageIdIsDoubleByte ( code_page_id )
static

◆ CodePageIdToCharSet()

static int __cdecl AcCodePage::CodePageIdToCharSet ( code_page_id )
static

◆ CodePageIdToCodePage()

static unsigned int __cdecl AcCodePage::CodePageIdToCodePage ( code_page_id )
static

◆ CodePageIdToCodePageIndex()

static int __cdecl AcCodePage::CodePageIdToCodePageIndex ( code_page_id )
static

◆ CodePageIdToLanguage()

static unsigned short __cdecl AcCodePage::CodePageIdToLanguage ( code_page_id )
static

◆ CodePageIdToLCID()

static int __cdecl AcCodePage::CodePageIdToLCID ( code_page_id )
static

◆ CodePageIndexIsDoubleByte()

static bool __cdecl AcCodePage::CodePageIndexIsDoubleByte ( int )
static

◆ CodePageIndexToCharSet()

static int __cdecl AcCodePage::CodePageIndexToCharSet ( int )
static

◆ CodePageIndexToCodePage()

static unsigned int __cdecl AcCodePage::CodePageIndexToCodePage ( int )
static

◆ CodePageIndexToCodePageId()

static code_page_id __cdecl AcCodePage::CodePageIndexToCodePageId ( int )
static

◆ CodePageIndexToLanguage()

static unsigned short __cdecl AcCodePage::CodePageIndexToLanguage ( int )
static

◆ CodePageIndexToLCID()

static int __cdecl AcCodePage::CodePageIndexToLCID ( int )
static

◆ CodePageIsDoubleByte()

static bool __cdecl AcCodePage::CodePageIsDoubleByte ( unsigned int )
static

◆ CodePageToCharSet()

static int __cdecl AcCodePage::CodePageToCharSet ( unsigned int )
static

◆ CodePageToCodePageId()

static code_page_id __cdecl AcCodePage::CodePageToCodePageId ( unsigned int )
static

◆ CodePageToCodePageIndex()

static int __cdecl AcCodePage::CodePageToCodePageIndex ( unsigned int )
static

◆ CodePageToLanguage()

static unsigned short __cdecl AcCodePage::CodePageToLanguage ( unsigned int )
static

◆ CodePageToLCID()

static int __cdecl AcCodePage::CodePageToLCID ( unsigned int )
static

◆ DBCSForUserDefinedUnicode()

static bool __cdecl AcCodePage::DBCSForUserDefinedUnicode ( wchar_t & ,
wchar_t  )
static

◆ IsLeadByte() [1/2]

static bool __cdecl AcCodePage::IsLeadByte ( char )
static

◆ IsLeadByte() [2/2]

static bool __cdecl AcCodePage::IsLeadByte ( unsigned int ,
char  )
static

◆ LanguageFromUnicode()

static unsigned short __cdecl AcCodePage::LanguageFromUnicode ( wchar_t ,
unsigned short ,
unsigned short  )
static

◆ LanguageIsDoubleByte()

static bool __cdecl AcCodePage::LanguageIsDoubleByte ( unsigned short )
static

◆ LanguageIsRtoL()

static bool __cdecl AcCodePage::LanguageIsRtoL ( unsigned short )
static

◆ LanguageToCharSet()

static int __cdecl AcCodePage::LanguageToCharSet ( unsigned short )
static

◆ LanguageToCodePage()

static unsigned int __cdecl AcCodePage::LanguageToCodePage ( unsigned short )
static

◆ LanguageToCodePageId()

static code_page_id __cdecl AcCodePage::LanguageToCodePageId ( unsigned short )
static

◆ LanguageToCodePageIndex()

static int __cdecl AcCodePage::LanguageToCodePageIndex ( unsigned short )
static

◆ LanguageToLCID()

static int __cdecl AcCodePage::LanguageToLCID ( unsigned short )
static

◆ LCIDCount()

static int __cdecl AcCodePage::LCIDCount ( void )
static

◆ LCIDEntry()

static unsigned long __cdecl AcCodePage::LCIDEntry ( int )
static

◆ LCIDIsDoubleByte()

static bool __cdecl AcCodePage::LCIDIsDoubleByte ( unsigned long )
static

◆ LCIDToCharSet()

static int __cdecl AcCodePage::LCIDToCharSet ( unsigned long )
static

◆ LCIDToCodePage()

static unsigned int __cdecl AcCodePage::LCIDToCodePage ( unsigned long )
static

◆ LCIDToCodePageId()

static code_page_id __cdecl AcCodePage::LCIDToCodePageId ( unsigned long )
static

◆ LCIDToCodePageIndex()

static int __cdecl AcCodePage::LCIDToCodePageIndex ( unsigned long )
static

◆ LCIDToLanguage()

static unsigned short __cdecl AcCodePage::LCIDToLanguage ( unsigned long )
static

◆ LineBreakClass()

static int __cdecl AcCodePage::LineBreakClass ( int )
static

◆ UnicodeForUserDefinedDBCS()

static bool __cdecl AcCodePage::UnicodeForUserDefinedDBCS ( wchar_t & ,
wchar_t ,
unsigned int  )
static

The documentation for this class was generated from the following file: