Home | History | Annotate | Download | only in ports

Lines Matching full:unichar

944     UniChar theChar[2]; // UniChar is a UTF-16 16-bit code unit.
1447 UniChar unichar = 0;
1450 if (CTFontGetGlyphsForCharacters(ctFont, &unichar, &glyph, 1)) {
1451 out[glyph] = unichar;
1454 if (++unichar == 0) {
1498 UniChar unichar = static_cast<UniChar>((i << 3) + j);
1499 if (mask & (1 << j) && CTFontGetGlyphsForCharacters(ctFont, &unichar, &glyph, 1)) {
1500 out[glyph] = unichar;
1600 static const UniChar stem_chars[] = {'i', 'I', '!', '1'};
1921 SkAutoSTMalloc<1024, UniChar> charStorage;
1922 const UniChar* src; // UniChar is a UTF-16 16-bit code unit.
1927 UniChar* utf16 = charStorage.reset(2 * glyphCount);
1937 src = reinterpret_cast<const UniChar*>(chars);
1949 UniChar* utf16 = charStorage.reset(2 * glyphCount);