Searched defs:charCount (Results 1 – 3 of 3) sorted by relevance
43 final int charCount = 2 * byteLength; in toHexString() local
214 int charCount = body.length(); in encodeBody() local240 int charCount = encodedBody[0]; // septet count in encodeBody() local267 int charCount = body.length(); in encodeBody() local307 int charCount = body.length(); // use actual char count for num fields in encodeBody() local
208 int charCount = Character.isHighSurrogate(mText[start]) ? 2 : 1; in renderScript() local