|
SNAP Library 2.4, Developer Reference
2015-05-11 19:40:56
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
#include <unicode.h>
Public Types | |
| typedef TEncoding_ | TEncoding |
Public Member Functions | |
| T8BitCodec () | |
| T8BitCodec (TUnicodeErrorHandling errorHandling_, int replacementChar_=TUniCodec::DefaultReplacementChar) | |
| void | Test () const |
| template<typename TSrcVec , typename TDestCh > | |
| size_t | ToUnicode (const TSrcVec &src, size_t srcIdx, const size_t srcCount, TVec< TDestCh > &dest, const bool clrDest=true) const |
| template<typename TSrcVec , typename TDestCh > | |
| size_t | ToUnicode (const TSrcVec &src, TVec< TDestCh > &dest, const bool clrDest=true) const |
| size_t | ToUnicode (const TIntV &src, TIntV &dest, const bool clrDest=true) const |
| size_t | ToUnicode (const TStr &src, TIntV &dest, const bool clrDest=true) const |
| template<typename TSrcVec , typename TDestVec > | |
| size_t | FromUnicode (const TSrcVec &src, size_t srcIdx, const size_t srcCount, TDestVec &dest, const bool clrDest=true) const |
| template<typename TSrcVec , typename TDestVec > | |
| size_t | FromUnicode (const TSrcVec &src, TDestVec &dest, const bool clrDest=true) const |
| size_t | UniToStr (const TIntV &src, size_t srcIdx, const size_t srcCount, TStr &dest, const bool clrDest=true) const |
| size_t | UniToStr (const TIntV &src, TStr &dest, const bool clrDest=true) const |
Static Public Member Functions | |
| static TStr | GetName () |
Public Attributes | |
| TUnicodeErrorHandling | errorHandling |
| int | replacementChar |
Protected Types | |
| typedef TUniVecIdx | TVecIdx |
| typedef TEncoding_ T8BitCodec< TEncoding_ >::TEncoding |
|
protected |
|
inline |
Definition at line 570 of file unicode.h.
|
inline |
|
inline |
Definition at line 618 of file unicode.h.
Referenced by T8BitCodec< TEncoding_ISO8859_3 >::UniToStr().

|
inline |
Definition at line 640 of file unicode.h.
Referenced by T8BitCodec< TEncoding_ISO8859_3 >::FromUnicode().

|
inlinestatic |
Definition at line 573 of file unicode.h.
Referenced by T8BitCodec< TEncoding_ISO8859_3 >::FromUnicode().

|
inline |
|
inline |
|
inline |
Definition at line 610 of file unicode.h.
Referenced by T8BitCodec< TEncoding_ISO8859_3 >::ToUnicode().

|
inline |
Definition at line 612 of file unicode.h.
Referenced by T8BitCodec< TEncoding_ISO8859_3 >::ToUnicode().

|
inline |
Definition at line 613 of file unicode.h.
Referenced by T8BitCodec< TEncoding_ISO8859_3 >::ToUnicode().

|
inline |
Definition at line 642 of file unicode.h.
|
inline |
Definition at line 646 of file unicode.h.
Referenced by T8BitCodec< TEncoding_ISO8859_3 >::UniToStr().

| TUnicodeErrorHandling T8BitCodec< TEncoding_ >::errorHandling |
Definition at line 567 of file unicode.h.
Referenced by T8BitCodec< TEncoding_ISO8859_3 >::FromUnicode().
| int T8BitCodec< TEncoding_ >::replacementChar |
Definition at line 568 of file unicode.h.
Referenced by T8BitCodec< TEncoding_ISO8859_3 >::FromUnicode().