Searched defs:codePoint (Results 1 – 3 of 3) sorted by relevance
22 bool isBreakable(unsigned long codePoint) { in isBreakable()71 GlyphIndex TextFace::getCharIndex(unsigned long codePoint) { in getCharIndex()153 auto codePoint = UTF8Range<const char*>::codePoint(**wordStart); in findLongestWordSequence() local218 auto codePoint = UTF8Range<const char*>::codePoint(c); in drawText() local
57 static unsigned long codePoint(CharIterator begin) { in codePoint() function98 unsigned long codePoint() const { return UTF8Range::codePoint(begin_); } in codePoint() function
449 static inline void utf8_shift_and_mask(uint32_t* codePoint, const uint8_t byte) in utf8_shift_and_mask()