OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CMapId
(Results
1 - 2
of
2
) sorted by null
/external/sfntly/cpp/src/sfntly/tools/subsetter/
subsetter.cc
98
CMapIdList* Subsetter::
CMapId
() {
/external/sfntly/cpp/src/sfntly/table/core/
cmap_table.h
51
// CMapTable::
CMapId
52
struct
CMapId
{
55
bool operator==(const
CMapId
& obj) const {
59
static
CMapId
WINDOWS_BMP;
60
static
CMapId
WINDOWS_UCS4;
61
static
CMapId
MAC_ROMAN;
66
bool operator()(const
CMapId
& lhs, const
CMapId
& rhs) const;
76
virtual bool accept(const
CMapId
& cmap_id) const = 0;
81
// Filters CMaps by
CMapId
to implement CMapTable::get(
[
all
...]
Completed in 2333 milliseconds