OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:charLength
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/chromium/
UniscribeHelper.h
245
int
charLength
() const
UniscribeHelper.cpp
197
int itemLength = shaping.
charLength
();
201
int
charLength
= offset - item.iCharPos;
204
hr = ScriptCPtoX(
charLength
, FALSE, itemLength,
236
int itemLength = shaping.
charLength
();
285
if (shaping.
charLength
() == 0 ||
286
fromChar >= shaping.
charLength
() || toChar <= 0) {
297
if (toChar >= shaping.
charLength
())
325
if (toChar >= shaping.
charLength
())
415
if (localOffset >= 0 && localOffset < shaping.
charLength
()) {
[
all
...]
/external/webkit/Source/WebCore/platform/text/gtk/
TextBreakIteratorGtk.cpp
210
int
charLength
= iterator->m_charIterator.getLength();
215
iterator->m_logAttrs = g_new0(PangoLogAttr,
charLength
+ 1);
217
-1, 0, iterator->m_logAttrs,
charLength
+ 1);
/external/icu4c/i18n/
translit.cpp
574
int32_t
charLength
=
576
passLimit +=
charLength
;
580
uncommittedLength +=
charLength
;
[
all
...]
Completed in 265 milliseconds