Searched refs:multiByte (Results 1 – 2 of 2) sorted by relevance
73 bool multiByte, in write_glyph() argument75 if (multiByte) { in write_glyph()83 bool multiByte, in append_bfchar_section() argument93 write_glyph(cmap, multiByte, bfchar[i + j].fGlyphId); in append_bfchar_section()103 bool multiByte, in append_bfrange_section() argument113 write_glyph(cmap, multiByte, bfrange[i + j].fStart); in append_bfrange_section()115 write_glyph(cmap, multiByte, bfrange[i + j].fEnd); in append_bfrange_section()
154 const deUint16 multiByte = (deUint16)0x0102; in iterate() local157 const bool isOk = *((const deUint8*)&multiByte) == (deUint8)0x01; in iterate()159 const bool isOk = *((const deUint8*)&multiByte) == (deUint8)0x02; in iterate()