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

<<11121314151617181920>>

  /external/webkit/WebCore/platform/network/
HTTPParsers.cpp 203 // skip whitespace
  /system/core/logcat/
event.logtags 11 # Tag numbers and names are separated by whitespace. Blank lines and lines
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
osRgstry_parser.c 160 do { /* remove whitespace */
  /dalvik/libcore/luni/src/main/java/java/io/
StreamTokenizer.java 631 * shall be treated as whitespace characters by this tokenizer.
634 * the first character in the range of whitespace characters.
636 * the last character in the range of whitespace characters.
  /external/guava/javadoc/com/google/common/base/class-use/
Splitter.html 179 automatically removes leading and trailing <A HREF="../../../../../com/google/common/base/CharMatcher.html#WHITESPACE">whitespace</A> from each returned substring; equivalent
180 to <code>trimResults(CharMatcher.WHITESPACE)</code>.</TD>
  /frameworks/base/awt/org/apache/harmony/awt/gl/font/
TextRunBreaker.java 744 * Calculates position of the last non whitespace character
746 * @return position of the last non whitespace character
767 // Ignore trailing logical whitespace
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/
AttrsXmlParser.java 447 // sanitize & collapse whitespace
456 // - ignore whitespace
489 // sanitize & collapse whitespace
  /dalvik/docs/
prettify.js 437 * @param {string} s html where whitespace is considered significant.
529 * Context is applied to the last non-whitespace, non-comment token
814 // Split non comment|string tokens on whitespace and word boundaries
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/transformer/
TransformerIdentityImpl.java     [all...]
TransformerHandlerImpl.java 552 * Filter an ignorable whitespace event.
928 * that all whitespace is removed,and will include the enclosing
955 * the separator "|" and all whitespace removed.</p>
  /external/icu4c/i18n/
rbnf.cpp     [all...]
rbt_pars.cpp 410 // Ignore whitespace. Note that this is not Unicode
412 // whitespace likely to be seen in code.
    [all...]
ucol_tok.cpp 464 while(start < end && u_isWhitespace(*start)) { /* eat whitespace */
483 while(u_isWhitespace(*optionArg)) { /* eat whitespace */
504 while(u_isWhitespace(*optionArg)) { /* eat whitespace */
551 while(u_isWhitespace(*start)) { /* eat whitespace */
558 while(u_isWhitespace(**optionArg)) { /* eat whitespace */
    [all...]
  /external/icu4c/test/letest/
letest.cpp 457 // trim leading whitespace
469 // trim whitespace following the comma
475 // trim trailing whitespace
503 // trim leading whitespace
525 // trim trailing whitespace
    [all...]
  /frameworks/base/core/java/com/google/android/util/
AbstractMessageParser.java 164 // Trim the whitespace before and after media components.
400 // The domain name should be followed by end of line, whitespace,
411 // If the next character is whitespace or punctuation (or missing),
442 // next whitespace character.
558 * whitespace, or punctuation.
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/processor/
XSLTAttributeDef.java 234 // <!--Used for a whitespace-separated list of QNames where the non-prefixed
    [all...]
StylesheetHandler.java 698 // If it's whitespace, just ignore it, otherwise flag an error.
701 XSLMessages.createMessage(XSLTErrorResources.ER_NONWHITESPACE_NOT_ALLOWED_IN_POSITION, null),null);//"Non-whitespace text is not allowed in this position in the stylesheet!",
709 * Receive notification of ignorable whitespace in element content.
711 * @param ch The whitespace characters.
    [all...]
  /dalvik/libcore/xml/src/main/java/org/kxml2/io/
KXmlParser.java 281 * txtPos and whitespace. Does not set the type variable */
835 ' ': parse to whitespace or '>'
    [all...]
  /external/opencore/protocols/sdp/parser/src/
sessioninfoparser.cpp 251 // the session Name is a string which can contain whitespace
290 // the session Name is a string which can contain whitespace
329 // the session info is a string which can contain whitespace
    [all...]
  /external/webkit/WebCore/bindings/objc/
DOMCSS.mm 1310 - (NSString *)whiteSpace
1315 - (void)setWhiteSpace:(NSString *)whiteSpace
1317 [self setProperty:@"white-space" value:whiteSpace priority:@""];
  /external/webkit/WebKit/mac/Misc/
WebNSURLExtras.mm 65 // any non-printable character, any character considered as whitespace that isn't already converted to a space by ICU,
    [all...]
  /build/tools/kcm/
kcm.cpp 95 // eat whitespace, but not newlines
  /dalvik/libcore/xml/src/main/java/javax/xml/xpath/
XPathFactoryFinder.java 346 // Ignore leading and trailing whitespace
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
ElemTemplateElement.java     [all...]
StylesheetComposed.java 147 // And lastly the whitespace preserving and stripping elements

Completed in 507 milliseconds

<<11121314151617181920>>