CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Namespaces | Functions
OdCharConverter.h File Reference
#include "OdaCommon.h"
#include "OdCharMapper.h"
#include "OdArray.h"

Go to the source code of this file.

Namespaces

namespace  OdCharConverter
 

Functions

template<class CharType >
bool OdCharConverter::isDigit (CharType ch)
 
template<class CharType >
bool OdCharConverter::isHexDigit (CharType ch)
 
template<class CharType >
bool OdCharConverter::checkDigits (const CharType *ptr, int numDigits, bool hex=true)
 
template<class CharType >
char OdCharConverter::isCIForMIF (const CharType *ptr)
 
template<class CharType >
bool OdCharConverter::isCIF (const CharType *ptr)
 
template<class CharType >
bool OdCharConverter::isMIF (const CharType *ptr)
 
template<class CharType >
unsigned int OdCharConverter::hexValue (const CharType c)
 
int OdCharConverter::getMIFIndex (OdCodePageId id)
 
template<class CharType >
int OdCharConverter::getMIFString (OdChar val, OdCodePageId cp, CharType *dstBuf, int size)
 
template<class CharType >
int OdCharConverter::getCIFString (OdUInt16 val, CharType *dstBuf, int size)
 
template<class CharType >
OdCodePageId OdCharConverter::getMIFCodepage (CharType cp)
 
template<class CharType >
bool OdCharConverter::parseMIFString (CharType *srcBuf, OdChar &val, OdCodePageId &cp)
 
template<class CharType >
bool OdCharConverter::parseCIFString (CharType *srcBuf, OdChar &val)
 
bool OdCharConverter::isMBCBCodepage (OdCodePageId id)
 
bool OdCharConverter::isMIFCodepage (OdCodePageId id)
 
OdCodePageId OdCharConverter::checkTheSameCP (OdCodePageId cp)