Lines Matching defs:unicode
116 std::shared_ptr<SkUnicode> unicode)
127 , fUnicode(std::move(unicode))
140 std::shared_ptr<SkUnicode> unicode)
146 std::move(unicode))
872 // I am not even sure it's worth it if we do not save a unicode call
900 SkUnichar unicode = 0;
902 unicode = fOwner->unicodeText()[unicodeStart];
904 fIsCopyright = unicode == COPYRIGHT_UNICODE;
905 fIsCJK = CJK_SET.exist(unicode);
906 fIsWestern = WESTERN_SET.exist(unicode);