Searched defs:ellipsis (Results 1 - 5 of 5) sorted by relevance

/external/icu4c/test/intltest/
H A Dconvtest.cpp369 static const UChar ellipsis[]={ 0x2e, 0x2e, 0x2e }; variable
473 s.replace(100, 0x7fffffff, ellipsis, LENGTHOF(ellipsis));
485 s.replace(100, 0x7fffffff, ellipsis, LENGTHOF(ellipsis));
653 out.replace(100, 0x7fffffff, ellipsis, LENGTHOF(ellipsis));
665 out.replace(100, 0x7fffffff, ellipsis, LENGTHOF(ellipsis));
/external/webkit/Source/WebCore/rendering/
H A DInlineTextBox.cpp143 // If there are ellipsis following, make sure their selection is updated.
145 EllipsisBox* ellipsis = root()->ellipsisBox(); local
149 // The ellipsis should be considered to be selected if the end of
153 ellipsis->setSelectionState(end >= m_truncation && start <= m_truncation ?
156 ellipsis->setSelectionState(RenderObject::SelectionNone);
245 // LTR: the left edge of the ellipsis is to the left of our text run.
246 // RTL: the right edge of the ellipsis is to the right of our text run.
250 // Too far. Just set full truncation, but return -1 and let the ellipsis just be placed at the edge of the box.
266 // Width in pixels of the visible portion of the box, excluding the ellipsis.
273 // No characters should be rendered. Set ourselves to full truncation and place the ellipsis a
[all...]
/external/guava/guava/lib/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 350 milliseconds