HomeSort by relevance Sort by last modified time
    Searched defs:WILD (Results 1 - 2 of 2) sorted by null

  /external/apache-xml/src/main/java/org/apache/xpath/patterns/
NodeTest.java 46 public static final String WILD = "*";
100 * @return The namespace to be tested for, or {@link #WILD}, or null.
110 * @param ns The namespace to be tested for, or {@link #WILD}, or null.
126 * @return the local name to be tested, or {@link #WILD}, or an empty string.
136 * @param name the local name to be tested, or {@link #WILD}, or an empty string.
295 * True if this test has a null namespace and a local name of {@link #WILD}.
326 else if (((m_namespace == WILD) || (m_namespace == null))
327 && (m_name == WILD))
329 else if ((m_namespace != WILD) && (m_name == WILD))
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 424 milliseconds