Searched refs:ESC_HASH (Results 1 – 1 of 1) sorted by relevance
62 private static final String ESC_HASH = "\\23"; field in AttributeVerifier2122 int len = ESC_HASH.length(); in unescapeHash()2125 for (i = str.indexOf(ESC_HASH, j); in unescapeHash()2127 i = str.indexOf(ESC_HASH, j)) { in unescapeHash()