Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getExactMatchType (0.1 seconds)

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

          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);
          if (matchesType(desiredType, exactType)) {
            bestResult = i;
          }
    
          // Wildcard match (*.rule). If the wildcard type bits are set, any child of this node is a
    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