HomeSort by relevance Sort by last modified time
    Searched full:whitespace (Results 251 - 275 of 2404) sorted by null

<<11121314151617181920>>

  /external/doclava/src/com/google/doclava/
Proofread.java 28 static final Pattern WHITESPACE = Pattern.compile("\\r?\\n");
68 Matcher m = WHITESPACE.matcher(s);
  /external/guava/guava-tests/test/com/google/common/io/
ResourcesTest.java 19 import static com.google.common.base.CharMatcher.WHITESPACE;
83 collector.add(WHITESPACE.trimFrom(line));
  /external/icu4c/io/
ustream.cpp 77 /* ipfx should eat whitespace when ios::skipws is set */
95 /* We need to consume one byte at a time to see what is considered whitespace. */
  /external/icu4c/tools/gendict/
gendict.1.in 44 Words begin at the beginning of a line and are terminated by the first whitespace.
45 Lines that begin with whitespace are ignored.
  /external/jsilver/src/com/google/streamhtmlparser/util/
HtmlUtils.java 157 * Set of {@code Character}s considered whitespace in Javascript.
173 * Set of {@code Character}s considered whitespace in HTML.
232 * Determines if the specified character is an HTML whitespace character.
233 * A character is an HTML whitespace character if and only if it is one
247 * @return {@code true} if the character is an HTML whitespace character
256 * Determines if the specified character is an ECMAScript whitespace or line
257 * terminator character. A character is a whitespace or line terminator if
299 * @return {@code true} if the {@code chr} is a Javascript whitespace
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_nodelistindexnotzero.java 38 * "strong" (no whitespace) or "#text" (with whitespace).
noderemovechildgetnodename.java 34 * should have a NodeName equal to "#text" or employeeId depending on whitespace.
82 assertEquals("whitespace", "#text", childName);
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DOMConfigurationImpl.java 50 * element-content-whitespace = true
105 * True to keep whitespace elements in the document; false to discard
108 PARAMETERS.put("element-content-whitespace", new FixedParameter(true));
145 * element-content-whitespace = true
154 // element-content-whitespace is always true
166 // element-content-whitespace is always true
205 * A list of whitespace-separated URIs representing the schemas to validate
251 * recompute element content whitespace, ID and schema type data.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
CapsModeUtils.java 89 // CAP_MODE_WORDS is on if there is some whitespace before the cursor.
90 // CAP_MODE_SENTENCES is on if there is some whitespace before the cursor, and the end
93 // finding whitespace for WORDS and SENTENCES modes.
126 // frequent case this will be whitespace or a letter, although it may occasionally be a
149 // If we don't have whitespace before index i, it means neither MODE_WORDS
154 // Here we know we have whitespace before the cursor (if not, we returned in the above
205 // whitespace => end with no caps (it was a stand-alone period)
267 // Here we arrived at the start of the line. This should behave exactly like whitespace.
  /art/tools/
cpplint.py 122 "[whitespace/indent]".) Filters are evaluated left to right.
126 Examples: --filter=-whitespace,+whitespace/braces
127 --filter=whitespace,runtime/printf,+runtime/printf_format
136 the top-level categories like 'build' and 'whitespace' will
207 'whitespace/blank_line',
208 'whitespace/braces',
209 'whitespace/comma',
210 'whitespace/comments',
211 'whitespace/empty_loop_body'
    [all...]
  /external/libvpx/libvpx/tools/
cpplint.py 122 "[whitespace/indent]".) Filters are evaluated left to right.
126 Examples: --filter=-whitespace,+whitespace/braces
127 --filter=whitespace,runtime/printf,+runtime/printf_format
136 the top-level categories like 'build' and 'whitespace' will
207 'whitespace/blank_line',
208 'whitespace/braces',
209 'whitespace/comma',
210 'whitespace/comments',
211 'whitespace/empty_loop_body'
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
TokenChannels.cs 40 * so that whitespace etc... can go to the parser on a "hidden" channel.
  /external/antlr/antlr-3.4/runtime/Perl5/examples/simplecalc/
SimpleCalc.g 27 WHITESPACE : ( '\t' | ' ' | '\r' | '\n'| '\u000C' )+ { $channel = $self->HIDDEN; } ;
  /external/chromium/base/json/
json_writer.h 22 // (pads with whitespace to help readability). If |pretty_print| is false,
  /external/chromium-trace/trace-viewer/src/tracing/trace_model/
async_slice_group_test.js 67 // Modify whitespace of "js" so that string compare with another
  /external/chromium_org/base/i18n/
file_util_icu.h 23 // trailing whitespace in 'file_name' is removed.
  /external/chromium_org/base/json/
json_writer.h 30 // Return a slightly nicer formatted json string (pads with whitespace to
  /external/chromium_org/chrome/browser/ui/views/location_bar/
page_action_with_badge_view.cc 33 // sized icons (such as 16x16) have either a 5 or a 4 pixel whitespace
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
EncodeHtmlDataUriTest.java 50 assertEquals("Whitespace characters are not properly encoded", decodedUri, testString);
  /external/chromium_org/native_client_sdk/src/tests/sdk_util_test/
string_util_test.cc 77 // Note: Unlike base/strings/string_split, whitespace is not stripped.
  /external/chromium_org/net/tools/tld_cleanup/
README 6 2. Remove whitespace from the ends of the lines.
  /external/chromium_org/third_party/WebKit/ManualTests/
mouseevents-on-textnodes.html 40 4. click on empty whitespace on this page, below this text - you should see an alert that says "[object HTML]"
  /external/chromium_org/third_party/WebKit/Source/core/editing/
InsertLineBreakCommand.cpp 147 // Handle whitespace that occurs after the split
151 // Clear out all whitespace and insert one non-breaking space
154 // Deleting insignificant whitespace will remove textNode if it contains nothing but insignificant whitespace.
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGNumberList.cpp 32 // The spec strangely doesn't allow leading whitespace. We might choose to violate that intentionally. (section 4.1)
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
Token.h 71 // It disregards any leading whitespace.

Completed in 626 milliseconds

<<11121314151617181920>>