Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for isExcludedMatch (0.09 seconds)

  1. android/guava/src/com/google/thirdparty/publicsuffix/PublicSuffixTrie.java

          // suffix, even if a previous rule matched. For example, "!www.ck" would exclude "www.ck"
          // from being a public suffix, leaving "ck" as the suffix.
          if (isExcludedMatch(metadata)) {
            bestResult = i + 1;
          }
    
          // Exact match. If the exact type bits are set, this node itself is a public suffix.
          PublicSuffixType exactType = getExactMatchType(metadata);
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Tue Mar 03 21:21:59 GMT 2026
    - 9.1K bytes
    - Click Count (0)
Back to Top