|
SNAP Library 3.0, User Reference
2016-07-20 17:56:49
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
#include <unicode.h>
Public Member Functions | |
| TUniCaseFolding () | |
| TUniCaseFolding (TSIn &SIn) | |
| void | Load (TSIn &SIn) |
| void | Save (TSOut &SOut) const |
| void | Clr () |
| void | LoadTxt (const TStr &fileName) |
| template<typename TSrcVec , typename TDestCh > | |
| void | Fold (const TSrcVec &src, size_t srcIdx, const size_t srcCount, TVec< TDestCh > &dest, const bool clrDest, const bool full, const bool turkic) const |
| template<typename TSrcVec > | |
| void | FoldInPlace (TSrcVec &src, size_t srcIdx, const size_t srcCount, const bool turkic) const |
| void | Test () |
Protected Types | |
| typedef TUniVecIdx | TVecIdx |
Protected Member Functions | |
| void | Test (const TIntV &src, const TIntV &expectedDest, const bool full, const bool turkic, FILE *f) |
Static Protected Member Functions | |
| template<typename TSrcDat , typename TDestDat > | |
| static void | AppendVector (const TVec< TSrcDat > &src, TVec< TDestDat > &dest) |
Protected Attributes | |
| TIntH | cfCommon |
| TIntH | cfSimple |
| TIntH | cfTurkic |
| TIntIntVH | cfFull |
Friends | |
| class | TUniChDb |
|
protected |
|
inlineexplicit |
|
inlinestaticprotected |
|
inline |
Definition at line 288 of file unicode.h.
|
inline |
Definition at line 293 of file unicode.h.
|
inline |
| void TUniCaseFolding::LoadTxt | ( | const TStr & | fileName | ) |
Definition at line 505 of file unicode.cpp.
|
inline |
|
protected |
Definition at line 531 of file unicode.cpp.
| void TUniCaseFolding::Test | ( | ) |
Definition at line 549 of file unicode.cpp.