HomeSort by relevance Sort by last modified time
    Searched refs:trailing (Results 1 - 25 of 40) sorted by null

1 2

  /build/tools/droiddoc/src/
SampleTagInfo.java 33 * trailing whitespace, and reducing the indent level of the text to the indent
134 int trailing = 0; local
176 for (int i=0; i<trailing; i++) {
181 trailing = 1; // add \n next time, maybe
183 trailing++;
219 int trailing = 0; local
236 for (int i=0; i<trailing; i++) {
244 trailing = 1; // add \n next time, maybe
248 trailing++;
  /build/core/
multi_prebuilt.mk 43 $(error $(LOCAL_PATH): Leading or trailing colons in "$(1)")) \
  /dalvik/tests/
run-test 226 diff --strip-trailing-cr -q "$expected" "$output" >/dev/null
247 diff --strip-trailing-cr -u "$expected" "$output"
  /frameworks/base/awt/java/awt/font/
TextHitInfo.java 29 * defines two biases of the character: leading or trailing. Leading position
31 * for "text" returns the left side of "x"). Trailing position means the right
32 * edge of the specified character (TextHitInfo.trailing(2) method for "text"
45 * The is trailing.
55 * the is trailing.
70 (isTrailing ? "Trailing" : "Leading") + "]" //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
126 * trailing edge of the character is hit.
129 * trailing edge of the character is hit.
149 * or character index + 1 if the trailing edge is hit.
165 * Returns a TextHitInfo associated with the trailing edge of the characte
173 public static TextHitInfo trailing(int charIndex) { method in class:TextHitInfo
    [all...]
TextLayout.java 764 * between leading (advance) and trailing whitespace.
771 // Trailing whitespace _SHOULD_ be reordered (Unicode spec) to
772 // base direction, so it is also trailing
897 return breaker.isLTR() ? TextHitInfo.trailing(breaker.getCharCount() - 1) : TextHitInfo
902 return breaker.isLTR() ? TextHitInfo.leading(0) : TextHitInfo.trailing(breaker
  /external/webkit/WebCore/platform/graphics/win/
UniscribeController.cpp 384 int trailing = 0; local
386 advances.data(), &item.a, &m_offsetPosition, &trailing);
387 if (trailing && m_includePartialGlyphs && m_offsetPosition < len - 1) {
389 m_offsetX += m_run.rtl() ? -trailing : trailing;
393 if (trailing && m_includePartialGlyphs)
  /external/bluetooth/glib/gio/
gwin32volumemonitor.c 199 guint trailing = wcslen (wc_name) - 1;
201 /* remove trailing backslash and leading \\?\\ */
202 wc_name[trailing] = L'\0';
  /frameworks/base/awt/org/apache/harmony/awt/gl/font/
CaretManager.java 70 // We take next character for (LTR char + TRAILING info) and (RTL + LEADING)
94 TextHitInfo.trailing(logical); // RTL
97 TextHitInfo.trailing(-1) :
102 TextHitInfo.trailing(-1);
229 * a trailing of the previous char and another is the leading of the next char. This
301 return resIsLeading ? TextHitInfo.leading(resIdx) : TextHitInfo.trailing(resIdx);
518 TextHitInfo hit2 = TextHitInfo.trailing(endRun-1);
TextRunSegmentImpl.java 464 TextHitInfo.trailing(charIdx + info.start);
    [all...]
  /external/libxml2/
encoding.c 224 int trailing; local
239 if (d < 0x80) { c= d; trailing= 0; }
241 /* trailing byte in leading position */
245 } else if (d < 0xE0) { c= d & 0x1F; trailing= 1; }
246 else if (d < 0xF0) { c= d & 0x0F; trailing= 2; }
247 else if (d < 0xF8) { c= d & 0x07; trailing= 3; }
255 if (inend - in < trailing) {
259 for ( ; trailing; trailing--) {
397 int trailing; local
576 int trailing; local
818 int trailing; local
    [all...]
HTMLparser.c 1803 int trailing; local
1907 int trailing; local
    [all...]
  /external/webkit/WebCore/platform/graphics/gtk/
FontGtk.cpp 319 int index, trailing; local
320 pango_layout_xy_to_index(layout, x * PANGO_SCALE, 1, &index, &trailing);
323 offset += trailing;
  /frameworks/base/core/java/android/text/
Layout.java 87 // note, omits trailing paragraph char
545 private float getHorizontal(int offset, boolean trailing, boolean alt) {
548 return getHorizontal(offset, trailing, alt, line);
551 private float getHorizontal(int offset, boolean trailing, boolean alt,
565 dir, directions, trailing, alt, tab, tabs);
660 * trailing whitespace.
668 * trailing whitespace.
    [all...]
  /external/opencore/tools_v2/build/make/
prog.mk 44 # remove any leading / trailing whitespace
library.mk 59 # remove any leading / trailing whitespace
  /external/icu4c/common/
uloc.c 654 if (!*pos) { /* handle trailing "; " */
3969 const char* trailing = ""; local
4072 const char* trailing = ""; local
    [all...]
  /external/opencore/codecs_v2/video/avc_h264/dec/src/
vlc.cpp 35 int trailing; member in struct:tagVLCNumCoeffTrail
479 *TrailingOnes = ptr->trailing;
  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
vlc.cpp 35 int trailing; member in struct:tagVLCNumCoeffTrail
479 *TrailingOnes = ptr->trailing;
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
picoloaddbg.lua 14 -- - initial '!' and trailing '!.*' are treated as comments, no '[]'
picoloadphones.lua 13 -- - initial '!' and trailing '!.*' are treated as comments, no '[]'
  /external/webkit/WebCore/platform/graphics/chromium/
UniscribeHelper.cpp 273 int trailing; local
277 &trailing);
    [all...]
  /ndk/build/core/
main.mk 32 # get rid of trailing slash
  /external/v8/test/mjsunit/
d8-os.js 78 // Check that mkdirp can cope with trailing /
  /build/tools/droiddoc/templates/assets/
android-developer-core.css 595 .gsc-cursor-box .gsc-trailing-more-results a.gsc-trailing-more-results,
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-core.css 726 .gsc-cursor-box .gsc-trailing-more-results a.gsc-trailing-more-results,

Completed in 814 milliseconds

1 2