Lines Matching defs:utf8
373 static bool extractPositions(const char utf8[], int utf8Units, in extractPositions()
423 bool isControl(SkUnichar utf8) override { in isControl()
427 bool isWhitespace(SkUnichar utf8) override { in isWhitespace()
431 bool isSpace(SkUnichar utf8) override { in isSpace()
435 bool isHardBreak(SkUnichar utf8) override { in isHardBreak()
463 bool isTabulation(SkUnichar utf8) override { in isTabulation()
467 static bool isHardLineBreak(SkUnichar utf8) { in isHardLineBreak()
521 bool getBidiRegions(const char utf8[], in getBidiRegions()
528 bool getWords(const char utf8[], int utf8Units, const char* locale, in getWords()
536 bool getUtf8Words(const char utf8[], in getUtf8Words()
559 bool getSentences(const char utf8[], in getSentences()
571 bool computeCodeUnitFlags(char utf8[], int utf8Units, bool replaceTabs, in computeCodeUnitFlags()