OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:charactersize
(Results
1 - 1
of
1
) sorted by null
/external/webkit/Source/WebCore/platform/text/gtk/
TextBreakIteratorGtk.cpp
53
int
characterSize
(int index);
63
int CharacterIterator::
characterSize
(int index)
107
utf16Index +=
characterSize
(utf8Index);
130
utf16Index +=
characterSize
(utf8Index);
155
m_utf16Index = min(m_utf16Index +
characterSize
(m_index), m_utf16Length);
170
m_utf16Index = max(m_utf16Index -
characterSize
(previous), 0);
Completed in 158 milliseconds