Home | History | Annotate | Download | only in core

Lines Matching refs:utf8

39 inline int SkUTF8_CountUTF8Bytes(const char utf8[]) {
40 SkASSERT(utf8);
41 return SkUTF8_LeadByteToCount(*(const uint8_t*)utf8);
44 int SkUTF8_CountUnichars(const char utf8[]);
47 int SkUTF8_CountUnichars(const void* utf8, size_t byteLength);
51 /** This function is safe: invalid UTF8 sequences will return -1
67 SkUnichar SkUTF8_ToUnichar(const char utf8[]);
72 into a utf8 sequence. Will be 1..kMaxBytesInUTF8Sequence,
75 size_t SkUTF8_FromUnichar(SkUnichar uni, char utf8[] = nullptr);
90 char utf8[] = nullptr);