Home | History | Annotate | Download | only in ports

Lines Matching defs:unichar

949     UniChar     theChar;
956 theChar = (UniChar) uni;
1455 UniChar unichar = 0;
1458 if (CTFontGetGlyphsForCharacters(ctFont, &unichar, &glyph, 1)) {
1459 out[glyph] = unichar;
1462 if (++unichar == 0) {
1506 UniChar unichar = static_cast<UniChar>((i << 3) + j);
1507 if (mask & (1 << j) && CTFontGetGlyphsForCharacters(ctFont, &unichar, &glyph, 1)) {
1508 out[glyph] = unichar;
1608 static const UniChar stem_chars[] = {'i', 'I', '!', '1'};
1924 // UniChar is utf16
1925 SkAutoSTMalloc<1024, UniChar> charStorage;
1926 const UniChar* src;
1930 const UniChar* u16 = src = charStorage.reset(2 * glyphCount);
1939 src = (const UniChar*)chars;
1943 const UniChar* u16 = src = charStorage.reset(2 * glyphCount);