Home
last modified time | relevance | path

Searched refs:fCMAPMapper (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/test/letest/
DPortableFontInstance.cpp69 …fDirectory(NULL), fNAMETable(NULL), fNameCount(0), fNameStringOffset(0), fCMAPMapper(NULL), fHMTXT… in PortableFontInstance()
157 fCMAPMapper = findUnicodeMapper(); in PortableFontInstance()
159 if (fCMAPMapper == NULL) { in PortableFontInstance()
180 delete fCMAPMapper; in ~PortableFontInstance()
415 return fCMAPMapper->unicodeToGlyph(ch); in mapCharToGlyph()
DPortableFontInstance.h51 CMAPMapper *fCMAPMapper; variable