OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:next_codepoint
(Results
1 - 1
of
1
) sorted by null
/frameworks/minikin/libs/minikin/
WordBreaker.cpp
87
uint32_t
next_codepoint
;
local
89
U16_NEXT(buf, next_offset, bufEnd,
next_codepoint
);
95
lineBreak = u_getIntPropertyValue(
next_codepoint
, UCHAR_LINE_BREAK);
102
if (codePoint == CHAR_ZWJ && isEmoji(
next_codepoint
)) {
108
if (isEmojiModifier(
next_codepoint
)) {
Completed in 152 milliseconds