HomeSort by relevance Sort by last modified time
    Searched defs:ellipsis (Results 1 - 13 of 13) sorted by null

  /external/icu4c/test/intltest/
convtest.cpp 369 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));
    [all...]
  /external/jdiff/src/jdiff/
RootDocToXML.java 983 int ellipsis = text.indexOf(". . ."); \/\/ Handles one instance of this local
    [all...]
  /external/webkit/Source/WebCore/rendering/
InlineTextBox.cpp 142 // If there are ellipsis following, make sure their selection is updated.
144 EllipsisBox* ellipsis = root()->ellipsisBox(); local
148 // The ellipsis should be considered to be selected if the end of
152 ellipsis->setSelectionState(end >= m_truncation && start <= m_truncation ?
155 ellipsis->setSelectionState(RenderObject::SelectionNone);
244 // LTR: the left edge of the ellipsis is to the left of our text run.
245 // RTL: the right edge of the ellipsis is to the right of our text run.
249 // Too far. Just set full truncation, but return -1 and let the ellipsis just be placed at the edge of the box.
265 // Width in pixels of the visible portion of the box, excluding the ellipsis.
272 // No characters should be rendered. Set ourselves to full truncation and place the ellipsis at the min of our star
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java 4867 String ellipsis = args != null && args.length > 2 ? args[2] local
6492 String ellipsis = args != null && args.length > 2 ? args[2] local
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 705 milliseconds