/external/chromium_org/ui/message_center/views/ |
bounded_label_unittest.cc | 35 // with an ellipses character (UTF8 "\xE2\x80\xA6") and returns a string16 40 const string16 ellipses = UTF8ToUTF16("\xE2\x80\xA6"); local 42 ReplaceSubstringsAfterOffset(&result, 0, periods, ellipses); 50 // of spaces plus Z times the width of ellipses in the default font of the 53 // width of 3 digits is greater than the width of ellipses. 130 // Single trailing spaces: No ellipses should be added. 138 // Multiple trailing spaces: No ellipses should be added.
|
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
selected_keyword_decoration_unittest.mm | 38 NSString* const kPartialString = @"Search En\u2026:"; // ellipses
|
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/ |
selected_keyword_decoration_unittest.mm | 37 NSString* const kPartialString = @"Search En\u2026:"; // ellipses
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/ |
lexer.py | 16 #from cparse import BasicType, Qualifier, StorageClass, Typedef, Ellipses, GCCBuiltin 39 self.lookup['...'] = host.Ellipses() 177 # ellipses 178 #sys.stderr.write( "ELLIPSES "+str(self.get_state()) )
|
ir.py | 185 class Ellipses(genpyx.Ellipses, Named): 276 if isinstance(node,Ellipses) or 'va_list' in node: 281 # return fn.deepfind(Ellipses) or fn.deepfind('va_list') [all...] |
/external/hyphenation/ |
README.compound | 28 Patterns for word endings (patterns with ellipses) match the
|
/external/libvpx/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/ |
PHP SmartyPants Readme.txt | 35 ellipses. 167 backticks-style), em-dashes, and ellipses. `--` (dash dash) is 190 ellipses or backticks-style quotes: 221 Educates ellipses. 234 (quotes, en- and em-dashes, and ellipses) and also translate 268 characters for em-dashes and ellipses, if you use these options). These
|
/dalvik/dexgen/src/com/android/dexgen/rop/cst/ |
CstUtf8.java | 319 String ellipses; local 322 ellipses = ""; 325 ellipses = "..."; 328 return '\"' + string + ellipses + '\"';
|
/dalvik/dx/src/com/android/dx/rop/cst/ |
CstString.java | 319 String ellipses; local 322 ellipses = ""; 325 ellipses = "..."; 328 return '\"' + string + ellipses + '\"';
|
/external/chromium/chrome/browser/ui/cocoa/ |
hyperlink_button_cell.mm | 84 // can always be applied and so that ellipses will appear when appropriate.
|
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/ |
CstString.java | 319 String ellipses; local 322 ellipses = ""; 325 ellipses = "..."; 328 return '\"' + string + ellipses + '\"';
|
/external/chromium_org/ui/base/cocoa/controls/ |
hyperlink_button_cell.mm | 110 // can always be applied and so that ellipses will appear when appropriate.
|
/external/chromium_org/ui/events/gestures/ |
gesture_point.h | 127 // Represents the rectangle that encloses the circles/ellipses
|
/external/chromium_org/ui/views/touchui/ |
touch_editing_menu.cc | 122 // Finally, add ellipses button.
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
modsupport.h | 81 30-Jul-1996 GvR Slice and ellipses syntax added
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
modsupport.h | 81 30-Jul-1996 GvR Slice and ellipses syntax added
|
/external/chromium_org/third_party/skia/src/gpu/effects/ |
GrBezierEffect.h | 61 * looking for. It is able to render ellipses (even thin ones) without the need to chop. 65 * were "not too thin" curves and ellipses then 2nd order may have an advantage since
|
/external/chromium_org/ui/views/corewm/ |
tooltip_aura.cc | 135 // Add ellipses character to last line. 150 // case, we simply truncate at available_width and add ellipses at the end.
|
/external/skia/src/gpu/effects/ |
GrBezierEffect.h | 61 * looking for. It is able to render ellipses (even thin ones) without the need to chop. 65 * were "not too thin" curves and ellipses then 2nd order may have an advantage since
|
/external/chromium_org/chrome/browser/ui/cocoa/omnibox/ |
omnibox_popup_view_mac.mm | 335 // The ellipses should be the last character, and everything before 340 // Replace the end of |aString| with the ellipses from |elided|.
|
/bootable/recovery/ |
verifier.cpp | 227 // characters the parser expects to find in the file; the ellipses
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrOvalRenderer.cpp | 478 // otherwise axis-aligned ellipses only 644 // we only handle thick strokes for near-circular ellipses 762 // we only handle thick strokes for near-circular ellipses [all...] |
/external/chromium_org/ui/gfx/ |
text_elider.h | 35 // character, other than the ellipses, on either side of the '@'. If it is
|
/external/skia/src/gpu/ |
GrOvalRenderer.cpp | 478 // otherwise axis-aligned ellipses only 644 // we only handle thick strokes for near-circular ellipses 762 // we only handle thick strokes for near-circular ellipses [all...] |
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_popup_view_mac.mm | 177 // The ellipses should be the last character, and everything before 182 // Replace the end of |aString| with the ellipses from |elided|.
|