Home
last modified time | relevance | path

Searched refs:ignoreWhitespace (Results 1 – 11 of 11) sorted by relevance

/third_party/node/deps/npm/node_modules/diff/lib/diff/
Dline.js61 if (this.options.ignoreWhitespace) {
90 ignoreWhitespace: true
Dword.js67 …return left === right || this.options.ignoreWhitespace && !reWhitespace.test(left) && !reWhitespac…
100 ignoreWhitespace: true
/third_party/libphonenumber/java/demoapp/app/src/main/java/com/google/phonenumbers/demoapp/phonenumbers/
DPhoneNumberFormatting.java32 PhoneNumberInApp phoneNumberInApp, String nameCodeToUse, boolean ignoreWhitespace) { in formatPhoneNumberInApp() argument
60 if (ignoreWhitespace in formatPhoneNumberInApp()
/third_party/node/deps/npm/node_modules/libnpmdiff/lib/
Dformat-diff.js76 ignoreWhitespace: opts.diffIgnoreAllSpace, property
/third_party/node/deps/npm/node_modules/diff/dist/
Ddiff.min.js1ignoreWhitespace&&!l.test(e)&&!l.test(n)},s.tokenize=function(e){for(var n=e.split(/([^\S\r\n]+|[(… property
Ddiff.js361 …return left === right || this.options.ignoreWhitespace && !reWhitespace.test(left) && !reWhitespac…
382 ignoreWhitespace: true property
412 if (this.options.ignoreWhitespace) {
428 ignoreWhitespace: true property
/third_party/node/deps/npm/node_modules/diff/lib/
Dindex.es6.js355 …return left === right || this.options.ignoreWhitespace && !reWhitespace.test(left) && !reWhitespac…
376 ignoreWhitespace: true property
406 if (this.options.ignoreWhitespace) {
422 ignoreWhitespace: true property
Dindex.mjs355 …return left === right || this.options.ignoreWhitespace && !reWhitespace.test(left) && !reWhitespac…
376 ignoreWhitespace: true property
406 if (this.options.ignoreWhitespace) {
422 ignoreWhitespace: true property
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUnicodeSet.java452 public UnicodeSet(String pattern, boolean ignoreWhitespace) { in UnicodeSet() argument
454 applyPattern(pattern, null, null, ignoreWhitespace ? IGNORE_SPACE : 0); in UnicodeSet()
579 public UnicodeSet applyPattern(String pattern, boolean ignoreWhitespace) { in applyPattern() argument
581 return applyPattern(pattern, null, null, ignoreWhitespace ? IGNORE_SPACE : 0); in applyPattern()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DUnicodeSet.java438 public UnicodeSet(String pattern, boolean ignoreWhitespace) { in UnicodeSet() argument
440 applyPattern(pattern, null, null, ignoreWhitespace ? IGNORE_SPACE : 0); in UnicodeSet()
557 public UnicodeSet applyPattern(String pattern, boolean ignoreWhitespace) { in applyPattern() argument
559 return applyPattern(pattern, null, null, ignoreWhitespace ? IGNORE_SPACE : 0); in applyPattern()
/third_party/node/deps/npm/node_modules/diff/
Drelease-notes.md206 - The undocumented ignoreWhitespace flag has been removed from the Diff equality check directly. Th…