Searched defs:DOTS (Results 1 - 3 of 3) sorted by relevance

/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
H A DDrawUtils.java37 private static final String DOTS = "..."; field in class:DrawUtils
140 if (gc.stringExtent(text.substring(0, count) + DOTS).x > width) {
141 while (count > 0 && gc.stringExtent(text.substring(0, count) + DOTS).x > width) {
146 && gc.stringExtent(text.substring(0, count + 1) + DOTS).x < width) {
150 return text.substring(0, count) + DOTS;
/external/valgrind/main/coregrind/m_demangle/
H A Dansidecl.h113 AND, DOTS, NOARGS. Don't use them. */
202 #define DOTS , ... macro
241 #define DOTS macro
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
H A Dbraille_key_types.js34 DOTS: 'dots',

Completed in 204 milliseconds