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

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dconvtest.cpp351 static const UChar ellipsis[]={ 0x2e, 0x2e, 0x2e }; variable
446 s.replace(100, 0x7fffffff, ellipsis, LENGTHOF(ellipsis));
458 s.replace(100, 0x7fffffff, ellipsis, LENGTHOF(ellipsis));
626 out.replace(100, 0x7fffffff, ellipsis, LENGTHOF(ellipsis));
638 out.replace(100, 0x7fffffff, ellipsis, LENGTHOF(ellipsis));
/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/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineTextBox.cpp176 // If there are ellipsis following, make sure their selection is updated.
178 EllipsisBox* ellipsis = root()->ellipsisBox(); local
182 // The ellipsis should be considered to be selected if the end of
186 ellipsis->setSelectionState(end >= m_truncation && start <= m_truncation ?
189 ellipsis->setSelectionState(RenderObject::SelectionNone);
270 // LTR: the left edge of the ellipsis is to the left of our text run.
271 // RTL: the right edge of the ellipsis is to the right of our text run.
275 // Too far. Just set full truncation, but return -1 and let the ellipsis just be placed at the edge of the box.
291 // Width in pixels of the visible portion of the box, excluding the ellipsis.
298 // No characters should be rendered. Set ourselves to full truncation and place the ellipsis a
[all...]
/external/chromium_org/ui/gfx/
H A Dtext_elider.cc46 const base::string16& ellipsis,
49 ellipsis_(ellipsis),
57 // then an ellipsis character will be inserted at the cut point.
106 // Prepends |path_prefix|, appends |filename|, inserts ellipsis if appropriate.
119 // Add |filename|, ellipsis if necessary.
197 // (other than the ellipsis itself) remains: return a single ellipsis.
370 // If a subdomain is present, add an ellipsis before domain.
468 const base::string16 ellipsis = base::string16(kEllipsisUTF16); local
469 StringSlicer slicer(text, ellipsis, elide_in_middl
45 StringSlicer(const base::string16& text, const base::string16& ellipsis, bool elide_in_middle) argument
[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 188 milliseconds