#include "StdGraph.h"
#include "GraphmatFile.h"
#include "abbrev.h"
#include "GraphanDicts.h"
#include "../common/util_classes.h"
bool AbbrevIsEqualToString | ( | const CAbbrevItem & | X, | |
const CStrToCompare & | Str | |||
) | [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 bool ReadAbbrevationsFromOneFile | ( | string | FileName, | |
vector< CAbbrev > & | V, | |||
MorphLanguageEnum | langua | |||
) | [static] |
References AbbrevSize, 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().