228 if (!m_cs) name=name.
lower();
230 return !name.
isEmpty() && (result=m_map.find(name)) ? *result: 0;
235 QDictIterator<int> mapIterator(m_map);
236 for (
int *curVal = mapIterator.toFirst();(curVal = mapIterator.current());++mapIterator)
238 if (*curVal == n || (*curVal == (n |
SIMPLESECT_BIT)))
return mapIterator.currentKey();
256 delete cmdMapper; cmdMapper = 0;
257 delete htmlTagMapper; htmlTagMapper = 0;
static constexpr double cm
Mapper(const CommandMap *cm, bool caseSensitive)
static Mapper * htmlTagMapper
The QString class provides an abstraction of Unicode text and the classic C null-terminated char arra...
QString find(const int n)
static void freeMappers()
static Mapper * cmdMapper