Searched refs:isAlphanum (Results 1 - 3 of 3) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
H A DURI.java1407 if (!isAlphanum(testChar) && SCHEME_CHARACTERS.indexOf(testChar) == -1)
1506 if (!isAlphanum(address.charAt(i - 1)))
1511 if (i + 1 < addrLength &&!isAlphanum(address.charAt(i + 1)))
1516 else if (!isAlphanum(testChar) && testChar != '-')
1572 private static boolean isAlphanum(char p_char) method in class:URI
1599 return (isAlphanum(p_char) || MARK_CHARACTERS.indexOf(p_char) != -1);
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DURI.java1427 if (!isAlphanum(testChar) && SCHEME_CHARACTERS.indexOf(testChar) == -1)
1526 if (!isAlphanum(address.charAt(i - 1)))
1531 if (i + 1 < addrLength &&!isAlphanum(address.charAt(i + 1)))
1536 else if (!isAlphanum(testChar) && testChar != '-')
1592 private static boolean isAlphanum(char p_char) method in class:URI
1619 return (isAlphanum(p_char) || MARK_CHARACTERS.indexOf(p_char) != -1);
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 161 milliseconds