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

1 2 3 4 5 6 7 8 91011>>

  /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...]
  /external/e2fsprogs/
depfix.sed 30 # Now insert a trailing newline...
  /external/bison/lib/
stripslash.c 1 /* stripslash.c -- remove redundant trailing slashes from a file name
25 /* Remove trailing slashes from FILE.
26 Return true if a trailing slash was removed.
basename.c 49 /* If the file name ends in slash, use the trailing slash as
68 redundant trailing slashes. */
dirname.c 31 there are trailing slashes (by effectively ignoring them). */
49 Works properly even if there are trailing slashes
  /external/oprofile/daemon/
opd_cookie.h 20 * Shift value to remove trailing zero on a dcookie value, 7 is sufficient
  /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/tools/fs_config/
fs_config.c 26 // trailing slash) on the stdin, and prints to stdout each input
40 // Note that the output will omit the trailing slash from
  /bionic/libc/netbsd/nameser/
ns_samedomain.c 45 * Trailing dots are first removed from name and domain.
47 * domain name is the trailing string of the given name.
62 /* Ignore a trailing label separator (i.e. an unescaped dot) in 'a'. */
78 /* Ignore a trailing label separator (i.e. an unescaped dot) in 'b'. */
142 /* Now compare aligned trailing substring. */
  /bionic/libc/include/
limits.h 68 #define _POSIX_TTY_NAME_MAX 9 /* includes trailing NUL */
69 #define _POSIX_LOGIN_NAME_MAX 9 /* includes trailing NUL */
  /external/webkit/WebCore/html/
FormDataList.cpp 44 // Safe to look ahead because of trailing '\0'.
67 // Safe to look ahead because of trailing '\0'.
  /ndk/build/platforms/android-3/arch-arm/usr/include/
limits.h 68 #define _POSIX_TTY_NAME_MAX 9 /* includes trailing NUL */
69 #define _POSIX_LOGIN_NAME_MAX 9 /* includes trailing NUL */
  /ndk/build/platforms/android-4/arch-arm/usr/include/
limits.h 68 #define _POSIX_TTY_NAME_MAX 9 /* includes trailing NUL */
69 #define _POSIX_LOGIN_NAME_MAX 9 /* includes trailing NUL */
  /ndk/build/platforms/android-5/arch-arm/usr/include/
limits.h 68 #define _POSIX_TTY_NAME_MAX 9 /* includes trailing NUL */
69 #define _POSIX_LOGIN_NAME_MAX 9 /* includes trailing NUL */
  /ndk/build/platforms/android-5/arch-x86/usr/include/
limits.h 68 #define _POSIX_TTY_NAME_MAX 9 /* includes trailing NUL */
69 #define _POSIX_LOGIN_NAME_MAX 9 /* includes trailing NUL */
  /ndk/build/platforms/android-8/arch-arm/usr/include/
limits.h 68 #define _POSIX_TTY_NAME_MAX 9 /* includes trailing NUL */
69 #define _POSIX_LOGIN_NAME_MAX 9 /* includes trailing NUL */
  /ndk/build/platforms/android-8/arch-x86/usr/include/
limits.h 68 #define _POSIX_TTY_NAME_MAX 9 /* includes trailing NUL */
69 #define _POSIX_LOGIN_NAME_MAX 9 /* includes trailing NUL */
  /external/webkit/WebKitTools/android/flex-2.5.4a/
parse.y 369 * will be marked as a trailing context
380 /* We need to treat this as variable trailing
390 "trailing context made variable due to preceding '|' action" );
398 { /* variable trailing context rule */
400 * accepting "head" part of a trailing
421 { synerr( "trailing context used twice" ); }
434 synerr( "trailing context used twice" );
444 "trailing context made variable due to preceding '|' action" );
498 * reduction will occur before the trailing
503 synerr( "trailing context used twice" )
    [all...]
  /cts/tools/dasm/src/java_cup/
action_production.java 18 * @param action_str the trailing reduce action for this production.
  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/paddings/
BlockCipherPadding.java 35 * for this is that some modes such as "trailing bit compliment"
  /external/icu4c/common/
unistr_props.cpp 37 // first cut off trailing white space
  /external/icu4c/i18n/
name2uni.cpp 119 ++maxLen; // allow for temporary trailing space
171 // temporary trailing space, so use '>'.
182 // Delete trailing space, if any
225 // maxLen includes temporary trailing space, so use '>='.
  /dalvik/libcore/regex/src/test/java/org/apache/harmony/regex/tests/java/util/regex/
SplitTest.java 47 // Trailing empty matches are removed.
66 // If l == 0, the result is as long as needed, except trailing empty matches are dropped.
67 // If l < 0, the result is as long as needed, and trailing empty matches are retained.
69 // Examples without a trailing separator (and hence without a trailing empty match):
75 // Examples with a trailing separator (and hence possibly with a trailing empty match):
  /external/webkit/WebCore/platform/text/
StringImpl.h 132 int toInt(bool* ok = 0); // ignores trailing garbage
133 unsigned toUInt(bool* ok = 0); // ignores trailing garbage
134 int64_t toInt64(bool* ok = 0); // ignores trailing garbage
135 uint64_t toUInt64(bool* ok = 0); // ignores trailing garbage
136 intptr_t toIntPtr(bool* ok = 0); // ignores trailing garbage
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/asn1/
ASN1GeneralizedTime.java 96 // trailing 0's (must be cut later from content)
104 // cut off trailing 0s

Completed in 292 milliseconds

1 2 3 4 5 6 7 8 91011>>