ddc
|
#include "StdGraph.h"
#include "GraphmatFile.h"
#include "abbrev.h"
#include "GraphanDicts.h"
#include "../CommonLib/util_classes.h"
Classes | |
struct | CStrToCompare |
Typedefs | |
typedef vector< CAbbrev >::const_iterator | abbrev_t |
Functions | |
bool | AbbrevIsEqualToString (const CAbbrevItem &X, const CStrToCompare &Str) |
bool | AbbrevIsGreaterThanString (const CAbbrevItem &X, const CStrToCompare &Str) |
static bool | ReadAbbrevationsFromOneFile (string FileName, vector< CAbbrev > &V, MorphLanguageEnum langua) |
abbrev_t | abbrev_lower_bound (abbrev_t _First, abbrev_t _Last, const CStrToCompare &_Val) |
Variables | |
const char * | NumberPlace = "/:D" |
|
inline |
References abAny, abNumber, abString, abUpperCase, is_upper_alpha(), CAbbrevItem::m_ItemStr, CStrToCompare::m_Language, CStrToCompare::m_Str, CStrToCompare::m_StrLen, and CAbbrevItem::m_Type.
Referenced by CGraphmatFile::DealAbbrev().
bool AbbrevIsGreaterThanString | ( | const CAbbrevItem & | X, |
const CStrToCompare & | Str | ||
) |
References CAbbrevItem::m_ItemStr, CStrToCompare::m_Str, and CStrToCompare::m_StrLen.
Referenced by abbrev_lower_bound().
|
static |
References abAny, AbbrevSize, abNumber, abString, abUpperCase, CAbbrevItem::m_ItemStr, CAbbrevItem::m_Type, NumberPlace, RmlMakeUpper(), and Trim().
Referenced by CGraphanDicts::ReadAbbrevations().
abbrev_t abbrev_lower_bound | ( | abbrev_t | _First, |
abbrev_t | _Last, | ||
const CStrToCompare & | _Val | ||
) |
References AbbrevIsGreaterThanString().
Referenced by CGraphmatFile::DealAbbrev().
const char* NumberPlace = "/:D" |
Referenced by CGraphmatFile::DealAbbrev(), and ReadAbbrevationsFromOneFile().