Home
last modified time | relevance | path

Searched defs:codePoint (Results 1 – 3 of 3) sorted by relevance

/system/teeui/libteeui/src/
Dfont_rendering.cpp22 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() local
218 auto codePoint = UTF8Range<const char*>::codePoint(c); in drawText() local
/system/teeui/libteeui/include/teeui/
Dutf8range.h57 static unsigned long codePoint(CharIterator begin) { in codePoint() function
98 unsigned long codePoint() const { return UTF8Range::codePoint(begin_); } in codePoint() function
/system/core/libutils/
DUnicode.cpp449 static inline void utf8_shift_and_mask(uint32_t* codePoint, const uint8_t byte) in utf8_shift_and_mask()