HomeSort by relevance Sort by last modified time
    Searched full:whitespace (Results 226 - 250 of 1013) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/man/man1/
i686-unknown-linux-gnu-strings.1 229 Options in \fIfile\fR are separated by whitespace. A whitespace
  /external/webkit/WebCore/rendering/
RenderBlockLineLayout.cpp 99 // preserve whitespace.
460 // Only justify text if whitespace is collapsed.
    [all...]
  /external/guava/javadoc/com/google/common/base/
CharMatcher.html 180           Determines whether a character is a breaking whitespace (that is,
181 a whitespace which can be interpreted as a break between words
259 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Determines whether a character is whitespace according to <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Character.html?is-external=true#isWhitespace(char)" title="class or interface in java.lang"><CODE>Java's definition</CODE></A>; it is usually preferable
260 to use <A HREF="../../../../com/google/common/base/CharMatcher.html#WHITESPACE"><CODE>WHITESPACE</CODE></A>.</TD>
281 <TD><CODE><B><A HREF="../../../../com/google/common/base/CharMatcher.html#WHITESPACE">WHITESPACE</A></B></CODE>
284 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Determines whether a character is whitespace according to the latest
    [all...]
  /build/tools/apriori/
prelinkmap.c 47 /* eat leading whitespace */
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/
DOMTestDocumentBuilderFactory.java 24 * (such as entity-expanding, non-validating, whitespace ignoring)
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/
nodelisttraverselist.java 109 assertEquals("whitespace", expectedWhitespace, result);
  /dalvik/libcore/icu/src/main/native/
UCharacter.cpp 80 // Java also returns TRUE for U+0085 Next Line (it omits U+0085 from whitespace ISO controls)
  /dalvik/libcore/text/src/main/java/java/text/
BreakIterator.java 43 * count as words, too). Whitespace and punctuation are kept separate from real
47 * to word breaking, but not the same: punctuation and whitespace are generally
48 * kept with words (you don't want a line to start with whitespace, for
219 * might be a word, or they might be the punctuation or whitespace between two
  /dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/dom/
InnerNodeImpl.java 241 // TODO: skip text nodes with ignorable whitespace?
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/processor/
ProcessorCharacters.java 157 * Accumulate characters, until a non-whitespace event has
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
ElemText.java 28 * stack to signal that whitespace should be preserved.
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
ElemDesc.java 104 /** Bit position if this element type is whitespace sensitive. */
SerializerFactory.java 50 * The value of the "cdata-section-elements" property key is a whitespace
  /dalvik/libcore/xml/src/main/java/org/w3c/dom/
DOMConfiguration.java 56 * "element-content-whitespace". Other parameters are not changed unless
114 * <code>"element-content-whitespace"</code></dt>
122 * [element content whitespace]</a>. The implementation is expected to use the attribute
161 * namespace-declarations", "well-formed", "element-content-whitespace", "
  /dalvik/libcore/xml/src/test/java/tests/xml/
NormalizeTest.java 63 "element-content-whitespace", "comments", "namespaces" };
110 assertEquals(true, domConfiguration.getParameter("element-content-whitespace"));
111 assertUnsupported("element-content-whitespace", false);
112 assertSupported("element-content-whitespace", true);
  /development/cmds/monkey/
README.NETWORK.txt 104 returned as a whitespace separated list.
  /development/pdk/docs/porting/
bring_up.jd 92 <li>All classes are line-oriented and consist of tokens separated by whitespace. c-style backslash escapes may be used to insert whitespace into a token. &nbsp;Double quotes may also be used to prevent whitespace from breaking text into multiple tokens. A backslash <br />
94 <li> Lines that start with a # (leading whitespace allowed) are comments.</li>
  /external/dhcpcd/
dhcpcd.conf.5 39 Leading and trailing whitespace for the option and value are trimmed.
dhcpcd.conf.5.in 40 Leading and trailing whitespace for the option and value are trimmed.
  /external/e2fsprogs/lib/et/
et_h.awk 138 # Be tolerant to missing whitespace after `,' ...
  /external/e2fsprogs/lib/ss/
execute_cmd.c 206 /* flush leading whitespace */
  /external/guava/src/com/google/common/io/
Resources.java 115 * whitespace.
  /external/icu4c/i18n/
name2uni.cpp 166 // Ignore leading whitespace
  /external/opencore/protocols/rtsp_parcom/src/
rtsp_parser.cpp 853 // now, is there a whitespace after it?
854 if (nlEnd >= finishPtr // could be no room for a whitespace
855 || (CHAR_SPACE != *(nlEnd + 1) // could be a non-whitespace
890 ++cPtr; // safe enough, still one whitespace has been written
  /external/opencore/tools_v2/build/make/
library.mk 59 # remove any leading / trailing whitespace

Completed in 63 milliseconds

1 2 3 4 5 6 7 8 91011>>