OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CMAPFormat4Mapper
(Results
1 - 6
of
6
) sorted by null
/external/icu/icu4c/source/samples/layout/
cmaps.h
44
class
CMAPFormat4Mapper
: public CMAPMapper
47
CMAPFormat4Mapper
(const CMAPTable *cmap, const CMAPFormat4Encoding *header);
49
virtual ~
CMAPFormat4Mapper
();
54
CMAPFormat4Mapper
() {};
cmaps.cpp
100
return new
CMAPFormat4Mapper
(cmap, (const CMAPFormat4Encoding *) subtable);
116
CMAPFormat4Mapper
::
CMAPFormat4Mapper
(const CMAPTable *cmap, const CMAPFormat4Encoding *header)
129
LEGlyphID
CMAPFormat4Mapper
::unicodeToGlyph(LEUnicode32 unicode32) const
171
CMAPFormat4Mapper
::~
CMAPFormat4Mapper
()
/external/icu/icu4c/source/test/letest/
cmaps.h
36
class
CMAPFormat4Mapper
: public CMAPMapper
39
CMAPFormat4Mapper
(const CMAPTable *cmap, const CMAPFormat4Encoding *header);
41
virtual ~
CMAPFormat4Mapper
();
46
CMAPFormat4Mapper
() {};
cmaps.cpp
139
return new
CMAPFormat4Mapper
(cmap, (const CMAPFormat4Encoding *) subtable);
156
CMAPFormat4Mapper
::
CMAPFormat4Mapper
(const CMAPTable *cmap, const CMAPFormat4Encoding *header)
169
LEGlyphID
CMAPFormat4Mapper
::unicodeToGlyph(LEUnicode32 unicode32) const
211
CMAPFormat4Mapper
::~
CMAPFormat4Mapper
()
/external/icu/icu4c/source/test/perf/leperf/
cmaps.h
40
class
CMAPFormat4Mapper
: public CMAPMapper
43
CMAPFormat4Mapper
(const CMAPTable *cmap, const CMAPFormat4Encoding *header);
45
virtual ~
CMAPFormat4Mapper
();
50
CMAPFormat4Mapper
() {};
cmaps.cpp
140
return new
CMAPFormat4Mapper
(cmap, (const CMAPFormat4Encoding *) subtable);
157
CMAPFormat4Mapper
::
CMAPFormat4Mapper
(const CMAPTable *cmap, const CMAPFormat4Encoding *header)
170
LEGlyphID
CMAPFormat4Mapper
::unicodeToGlyph(LEUnicode32 unicode32) const
212
CMAPFormat4Mapper
::~
CMAPFormat4Mapper
()
Completed in 237 milliseconds