Home | History | Annotate | Download | only in ports

Lines Matching refs:UniChar

1010     UniChar theChar[2]; // UniChar is a UTF-16 16-bit code unit.
1478 UniChar unichar = 0;
1481 if (CTFontGetGlyphsForCharacters(ctFont, &unichar, &glyph, 1)) {
1482 out[glyph] = unichar;
1485 if (++unichar == 0) {
1529 UniChar unichar = static_cast<UniChar>((i << 3) + j);
1530 if (mask & (1 << j) && CTFontGetGlyphsForCharacters(ctFont, &unichar, &glyph, 1)) {
1531 out[glyph] = unichar;
1626 static const UniChar stem_chars[] = {'i', 'I', '!', '1'};
2067 SkAutoSTMalloc<1024, UniChar> charStorage;
2068 const UniChar* src; // UniChar is a UTF-16 16-bit code unit.
2073 UniChar* utf16 = charStorage.reset(2 * glyphCount);
2083 src = reinterpret_cast<const UniChar*>(chars);
2095 UniChar* utf16 = charStorage.reset(2 * glyphCount);