HomeSort by relevance Sort by last modified time
    Searched full:ignorewhitespace (Results 1 - 16 of 16) sorted by null

  /libcore/dom/src/test/java/tests/api/org/w3c/dom/
AllTests_Level2.java 44 // android: coalescing, epand, ignorewhitespace, namespace, NOT validation
AllTests_Level1.java 44 // android: coalescing, epand, ignorewhitespace, namespace, NOT validation
  /build/soong/androidmk/parser/
parser.go 107 p.ignoreWhitespace()
629 func (p *parser) ignoreWhitespace() {
  /external/icu/android_icu4j/src/main/java/android/icu/text/
UnicodeSet.java 433 * @param ignoreWhitespace if true, ignore Unicode Pattern_White_Space characters
437 public UnicodeSet(String pattern, boolean ignoreWhitespace) {
439 applyPattern(pattern, null, null, ignoreWhitespace ? IGNORE_SPACE : 0);
551 * @param ignoreWhitespace if true then Unicode Pattern_White_Space characters are ignored
555 public UnicodeSet applyPattern(String pattern, boolean ignoreWhitespace) {
557 return applyPattern(pattern, null, null, ignoreWhitespace ? IGNORE_SPACE : 0);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
UnicodeSet.java 442 * @param ignoreWhitespace if true, ignore Unicode Pattern_White_Space characters
447 public UnicodeSet(String pattern, boolean ignoreWhitespace) {
449 applyPattern(pattern, null, null, ignoreWhitespace ? IGNORE_SPACE : 0);
568 * @param ignoreWhitespace if true then Unicode Pattern_White_Space characters are ignored
573 public UnicodeSet applyPattern(String pattern, boolean ignoreWhitespace) {
575 return applyPattern(pattern, null, null, ignoreWhitespace ? IGNORE_SPACE : 0);
    [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h     [all...]
Lexer.h 290 bool IgnoreWhiteSpace = false);
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 827 if (!PP.getRawToken(EndLoc, Tok, /*IgnoreWhiteSpace=*/true))
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
StringTokenizerTest.java 69 errln("Constructor with a UnicodeSet to ignoreWhiteSpace is " +
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
StringTokenizerTest.java 65 errln("Constructor with a UnicodeSet to ignoreWhiteSpace is " +
    [all...]
  /external/chromium-trace/catapult/third_party/mocha/
mocha.js 99 var Diff = function(ignoreWhitespace) {
100 this.ignoreWhitespace = ignoreWhitespace;
197 if (this.ignoreWhitespace && !reWhitespace.test(left) && !reWhitespace.test(right)) {
    [all...]
  /external/chromium-trace/catapult/tracing/third_party/mocha/
mocha.js 99 var Diff = function(ignoreWhitespace) {
100 this.ignoreWhitespace = ignoreWhitespace;
197 if (this.ignoreWhitespace && !reWhitespace.test(left) && !reWhitespace.test(right)) {
    [all...]
  /external/sfntly/cpp/src/test/tinyxml/
tinyxml.h 317 bool ignoreWhiteSpace, // whether to keep the white space
    [all...]
  /external/tinyxml/
tinyxml.h 270 bool ignoreWhiteSpace, // whether to keep the white space
    [all...]
  /external/clang/lib/Lex/
Lexer.cpp 420 bool IgnoreWhiteSpace) {
438 if (!IgnoreWhiteSpace && isWhitespace(StrData[0]))
    [all...]
  /external/tinyxml/docs/
tinyxml_8h-source.html 225 <a name="l00270"></a>00270 <span class="keywordtype">bool</span> ignoreWhiteSpace, <span class="comment">// whether to keep the white space</span>
    [all...]

Completed in 2827 milliseconds