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

1 2

  /external/jmonkeyengine/engine/src/core/com/jme3/font/
Letters.java 77 BitmapCharacter ellipsis = font.getCharSet().getCharacter(block.getEllipsisChar()); local
78 float ellipsisWidth = ellipsis!=null? ellipsis.getWidth()*getScale(): 0;
120 cursor.setBitmapChar(ellipsis);
  /external/chromium_org/third_party/icu/source/test/intltest/
convtest.cpp 351 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));
    [all...]
  /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/chromium_org/ui/base/text/
text_elider.cc 45 const string16& ellipsis,
48 ellipsis_(ellipsis),
56 // then an ellipsis character will be inserted at the cut point.
94 // Ellipsis string to use.
104 // Prepends |path_prefix|, appends |filename|, inserts ellipsis if appropriate.
116 // Add |filename|, ellipsis if necessary.
191 // (other than the ellipsis itself) remains: return a single ellipsis.
359 // If a subdomain is present, add an ellipsis before domain.
456 const string16 ellipsis = string16(kEllipsisUTF16) local
    [all...]
  /external/jdiff/src/jdiff/
RootDocToXML.java 983 int ellipsis = text.indexOf(". . ."); \/\/ Handles one instance of this local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineTextBox.cpp 172 // If there are ellipsis following, make sure their selection is updated.
174 EllipsisBox* ellipsis = root()->ellipsisBox(); local
178 // The ellipsis should be considered to be selected if the end of
182 ellipsis->setSelectionState(end >= m_truncation && start <= m_truncation ?
185 ellipsis->setSelectionState(RenderObject::SelectionNone);
266 // LTR: the left edge of the ellipsis is to the left of our text run.
267 // RTL: the right edge of the ellipsis is to the right of our text run.
271 // Too far. Just set full truncation, but return -1 and let the ellipsis just be placed at the edge of the box.
287 // Width in pixels of the visible portion of the box, excluding the ellipsis.
294 // No characters should be rendered. Set ourselves to full truncation and place the ellipsis at the min of our star
    [all...]
  /frameworks/base/core/java/android/text/
TextUtils.java 1072 final String ellipsis = (where == TruncateAt.END_SMALL) ? local
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java 6986 String ellipsis = args != null && args.length > 2 ? args[2] local
    [all...]
  /external/guava/guava/lib/
jdiff.jar 
  /cts/suite/pts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]
  /prebuilts/devtools/tools/lib/
lint-checks.jar 
org-eclipse-jface-3.6.2.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/4/
android.jar 

Completed in 2882 milliseconds

1 2