Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getWildcardMatchType (0.16 seconds)

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

          // Wildcard match (*.rule). If the wildcard type bits are set, any child of this node is a
          // public suffix. For example, "*.ck" means "any.ck" is a public suffix.
          PublicSuffixType wildcardType = getWildcardMatchType(metadata);
          if (i > 0 && matchesType(desiredType, wildcardType)) {
            bestResult = i - 1;
          }
        }
        return bestResult;
      }
    
      private static boolean matchesType(
    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