Tabnine Logo
SVNEncodingUtil.isHexDigit
Code IndexAdd Tabnine to your IDE (free)

How to use
isHexDigit
method
in
org.tmatesoft.svn.core.internal.util.SVNEncodingUtil

Best Java code snippets using org.tmatesoft.svn.core.internal.util.SVNEncodingUtil.isHexDigit (Showing top 12 results out of 315)

origin: org.tmatesoft/svn

} else if (index == '%' && i + 2 < bytes.length && isHexDigit((char) bytes[i + 1]) && isHexDigit((char) bytes[i + 2])) {
  if (sb != null) {
    sb.append((char) bytes[i]);
origin: org.codehaus.jtstand/jtstand-svnkit

} else if (index == '%' && i + 2 < bytes.length && isHexDigit((char) bytes[i + 1]) && isHexDigit((char) bytes[i + 2])) {
  if (sb != null) {
    sb.append((char) bytes[i]);
origin: org.tmatesoft.svnkit/svnkit

} else if (index == '%' && i + 2 < bytes.length && isHexDigit((char) bytes[i + 1]) && isHexDigit((char) bytes[i + 2])) {
  if (sb != null) {
    sb.append((char) bytes[i]);
origin: org.jvnet.hudson.svnkit/svnkit

} else if (index == '%' && i + 2 < bytes.length && isHexDigit((char) bytes[i + 1]) && isHexDigit((char) bytes[i + 2])) {
  if (sb != null) {
    sb.append((char) bytes[i]);
origin: org.tmatesoft.svnkit/svnkit

  ch = ' ';
} else if (ch == '%' && i + 2 < length &&
      isHexDigit(src.charAt(i + 1)) &&
      isHexDigit(src.charAt(i + 2))) {
  ch = (byte) (hexValue(src.charAt(i + 1))*0x10 + hexValue(src.charAt(i + 2)));
  decoded = true;
origin: org.tmatesoft/svn

  ch = ' ';
} else if (ch == '%' && i + 2 < src.length() &&
      isHexDigit(src.charAt(i + 1)) &&
      isHexDigit(src.charAt(i + 2))) {
  ch = (byte) (hexValue(src.charAt(i + 1))*0x10 + hexValue(src.charAt(i + 2)));
  decoded = true;
origin: org.codehaus.jtstand/jtstand-svnkit

  ch = ' ';
} else if (ch == '%' && i + 2 < length &&
      isHexDigit(src.charAt(i + 1)) &&
      isHexDigit(src.charAt(i + 2))) {
  ch = (byte) (hexValue(src.charAt(i + 1))*0x10 + hexValue(src.charAt(i + 2)));
  decoded = true;
origin: org.jvnet.hudson.svnkit/svnkit

  ch = ' ';
} else if (ch == '%' && i + 2 < length &&
      isHexDigit(src.charAt(i + 1)) &&
      isHexDigit(src.charAt(i + 2))) {
  ch = (byte) (hexValue(src.charAt(i + 1))*0x10 + hexValue(src.charAt(i + 2)));
  decoded = true;
origin: org.tmatesoft/svn

String escapedString = null;
while ((ind = line.indexOf('\\', fromIndex)) != -1) {
  if (line.length() < ind + 4 || line.charAt(ind + 1) != 'x' || !SVNEncodingUtil.isHexDigit(line.charAt(ind + 2)) || !SVNEncodingUtil.isHexDigit(line.charAt(ind + 3))) {
    SVNErrorMessage err = SVNErrorMessage.create(SVNErrorCode.WC_CORRUPT, "Invalid escape sequence");
    SVNErrorManager.error(err);
origin: org.codehaus.jtstand/jtstand-svnkit

String escapedString = null;
while ((ind = line.indexOf('\\', fromIndex)) != -1) {
  if (line.length() < ind + 4 || line.charAt(ind + 1) != 'x' || !SVNEncodingUtil.isHexDigit(line.charAt(ind + 2)) || !SVNEncodingUtil.isHexDigit(line.charAt(ind + 3))) {
    SVNErrorMessage err = SVNErrorMessage.create(SVNErrorCode.WC_CORRUPT, "Invalid escape sequence");
    SVNErrorManager.error(err, SVNLogType.WC);
origin: org.jvnet.hudson.svnkit/svnkit

String escapedString = null;
while ((ind = line.indexOf('\\', fromIndex)) != -1) {
  if (line.length() < ind + 4 || line.charAt(ind + 1) != 'x' || !SVNEncodingUtil.isHexDigit(line.charAt(ind + 2)) || !SVNEncodingUtil.isHexDigit(line.charAt(ind + 3))) {
    SVNErrorMessage err = SVNErrorMessage.create(SVNErrorCode.WC_CORRUPT, "Invalid escape sequence");
    SVNErrorManager.error(err, SVNLogType.WC);
origin: org.tmatesoft.svnkit/svnkit

String escapedString = null;
while ((ind = line.indexOf('\\', fromIndex)) != -1) {
  if (line.length() < ind + 4 || line.charAt(ind + 1) != 'x' || !SVNEncodingUtil.isHexDigit(line.charAt(ind + 2)) || !SVNEncodingUtil.isHexDigit(line.charAt(ind + 3))) {
    SVNErrorMessage err = SVNErrorMessage.create(SVNErrorCode.WC_CORRUPT, "Invalid escape sequence");
    SVNErrorManager.error(err, SVNLogType.WC);
org.tmatesoft.svn.core.internal.utilSVNEncodingUtilisHexDigit

Popular methods of SVNEncodingUtil

  • uriDecode
  • autoURIEncode
  • xmlEncodeCDATA
  • fuzzyEscape
  • isXMLSafe
  • assertURISafe
  • isASCIIControlChar
  • uriEncode
  • xmlEncodeAttr
  • createStringBuffer
  • hexValue
  • xmlDecode
  • hexValue,
  • xmlDecode,
  • clearArray,
  • copyOf,
  • getBytes,
  • getChars

Popular in Java

  • Updating database using SQL prepared statement
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • getSupportFragmentManager (FragmentActivity)
  • runOnUiThread (Activity)
  • HttpServer (com.sun.net.httpserver)
    This class implements a simple HTTP server. A HttpServer is bound to an IP address and port number a
  • Window (java.awt)
    A Window object is a top-level window with no borders and no menubar. The default layout for a windo
  • ResourceBundle (java.util)
    ResourceBundle is an abstract class which is the superclass of classes which provide Locale-specifi
  • TreeSet (java.util)
    TreeSet is an implementation of SortedSet. All optional operations (adding and removing) are support
  • Semaphore (java.util.concurrent)
    A counting semaphore. Conceptually, a semaphore maintains a set of permits. Each #acquire blocks if
  • JTextField (javax.swing)
  • Top PhpStorm plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now