Searched refs:charCount (Results 1 – 6 of 6) sorted by relevance
53 int charCount = Character.charCount(in.codePointAt(offset)); in strToCodePoints() local55 .append(in.substring(offset, offset + charCount)).append("\""); in strToCodePoints()56 offset += charCount; in strToCodePoints()92 final int codePointLen = Character.charCount(abbrCodePoint); in isAbbreviation()
113 index += Character.charCount(codepoint); in testShouldHaveGlyphs()
92 final int charCount = 3 * digestLength - 1; in getSignatureDigest() local94 final char[] chars = new char[charCount]; in getSignatureDigest()
138 final int charCount = 3 * digestLength - 1; in computePackageSignatureDigest() local140 final char[] chars = new char[charCount]; in computePackageSignatureDigest()
295 final int charCount = 2 * digestLength; in computePackageCertDigest() local297 final char[] chars = new char[charCount]; in computePackageCertDigest()
141 position += Character.charCount(codepoint); in encodeCharactersPer()