OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CMAPGroupMapper
(Results
1 - 6
of
6
) sorted by null
/external/harfbuzz_ng/src/hb-icu-le/
cmaps.h
57
class
CMAPGroupMapper
: public CMAPMapper
60
CMAPGroupMapper
(const CMAPTable *cmap, const CMAPGroup *groups, le_uint32 nGroups);
62
virtual ~
CMAPGroupMapper
();
67
CMAPGroupMapper
() {};
cmaps.cpp
94
return new
CMAPGroupMapper
(cmap, encoding->groups, SWAPL(encoding->nGroups));
164
CMAPGroupMapper
::
CMAPGroupMapper
(const CMAPTable *cmap, const CMAPGroup *groups, le_uint32 nGroups)
172
LEGlyphID
CMAPGroupMapper
::unicodeToGlyph(LEUnicode32 unicode32) const
196
CMAPGroupMapper
::~
CMAPGroupMapper
()
/external/icu4c/samples/layout/
cmaps.h
59
class
CMAPGroupMapper
: public CMAPMapper
62
CMAPGroupMapper
(const CMAPTable *cmap, const CMAPGroup *groups, le_uint32 nGroups);
64
virtual ~
CMAPGroupMapper
();
69
CMAPGroupMapper
() {};
cmaps.cpp
100
return new
CMAPGroupMapper
(cmap, encoding->groups, SWAPL(encoding->nGroups));
170
CMAPGroupMapper
::
CMAPGroupMapper
(const CMAPTable *cmap, const CMAPGroup *groups, le_uint32 nGroups)
178
LEGlyphID
CMAPGroupMapper
::unicodeToGlyph(LEUnicode32 unicode32) const
202
CMAPGroupMapper
::~
CMAPGroupMapper
()
/external/icu4c/test/letest/
cmaps.h
55
class
CMAPGroupMapper
: public CMAPMapper
58
CMAPGroupMapper
(const CMAPTable *cmap, const CMAPGroup *groups, le_uint32 nGroups);
60
virtual ~
CMAPGroupMapper
();
65
CMAPGroupMapper
() {};
cmaps.cpp
94
return new
CMAPGroupMapper
(cmap, encoding->groups, SWAPL(encoding->nGroups));
164
CMAPGroupMapper
::
CMAPGroupMapper
(const CMAPTable *cmap, const CMAPGroup *groups, le_uint32 nGroups)
172
LEGlyphID
CMAPGroupMapper
::unicodeToGlyph(LEUnicode32 unicode32) const
196
CMAPGroupMapper
::~
CMAPGroupMapper
()
Completed in 934 milliseconds