OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CMAPMapper
(Results
1 - 14
of
14
) sorted by null
/external/icu/icu4c/source/samples/layout/
cmaps.h
20
class
CMAPMapper
25
virtual ~
CMAPMapper
();
27
static
CMAPMapper
*createUnicodeMapper(const CMAPTable *cmap);
30
CMAPMapper
(const CMAPTable *cmap);
32
CMAPMapper
() {};
38
class CMAPFormat4Mapper : public
CMAPMapper
59
class CMAPGroupMapper : public
CMAPMapper
77
inline
CMAPMapper
::
CMAPMapper
(const CMAPTable *cmap)
83
inline
CMAPMapper
::~CMAPMapper(
[
all
...]
cmaps.cpp
59
CMAPMapper
*
CMAPMapper
::createUnicodeMapper(const CMAPTable *cmap)
111
:
CMAPMapper
(cmap)
171
:
CMAPMapper
(cmap), fGroups(groups)
GDIFontInstance.h
66
CMAPMapper
*fMapper;
GnomeFontInstance.h
65
CMAPMapper
*fMapper;
GnomeFontInstance.cpp
108
fMapper =
CMAPMapper
::createUnicodeMapper(cmap);
GDIFontInstance.cpp
326
fMapper =
CMAPMapper
::createUnicodeMapper(cmap);
/external/icu/icu4c/source/test/letest/
cmaps.h
16
class
CMAPMapper
21
virtual ~
CMAPMapper
();
23
static
CMAPMapper
*createUnicodeMapper(const CMAPTable *cmap);
26
CMAPMapper
(const CMAPTable *cmap);
28
CMAPMapper
() {};
34
class CMAPFormat4Mapper : public
CMAPMapper
55
class CMAPGroupMapper : public
CMAPMapper
73
inline
CMAPMapper
::
CMAPMapper
(const CMAPTable *cmap)
79
inline
CMAPMapper
::~CMAPMapper(
[
all
...]
PortableFontInstance.h
51
CMAPMapper
*fCMAPMapper;
63
CMAPMapper
*findUnicodeMapper();
cmaps.cpp
54
CMAPMapper
*
CMAPMapper
::createUnicodeMapper(const CMAPTable *cmap)
155
:
CMAPMapper
(cmap)
215
:
CMAPMapper
(cmap), fGroups(groups)
PortableFontInstance.cpp
269
CMAPMapper
*PortableFontInstance::findUnicodeMapper()
278
return
CMAPMapper
::createUnicodeMapper(cmap);
/external/icu/icu4c/source/test/perf/leperf/
cmaps.h
16
class
CMAPMapper
21
virtual ~
CMAPMapper
();
23
static
CMAPMapper
*createUnicodeMapper(const CMAPTable *cmap);
26
CMAPMapper
(const CMAPTable *cmap);
28
CMAPMapper
() {};
34
class CMAPFormat4Mapper : public
CMAPMapper
55
class CMAPGroupMapper : public
CMAPMapper
73
inline
CMAPMapper
::
CMAPMapper
(const CMAPTable *cmap)
79
inline
CMAPMapper
::~CMAPMapper(
[
all
...]
PortableFontInstance.h
51
CMAPMapper
*fCMAPMapper;
63
CMAPMapper
*findUnicodeMapper();
cmaps.cpp
54
CMAPMapper
*
CMAPMapper
::createUnicodeMapper(const CMAPTable *cmap)
152
:
CMAPMapper
(cmap)
212
:
CMAPMapper
(cmap), fGroups(groups)
PortableFontInstance.cpp
273
CMAPMapper
*PortableFontInstance::findUnicodeMapper()
282
return
CMAPMapper
::createUnicodeMapper(cmap);
Completed in 989 milliseconds