Searched defs:charCount (Results 1 – 5 of 5) sorted by relevance
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
33 uint32_t charCount = len / sizeof(char16_t); in hash() local
73 uint32_t charCount = len / sizeof(char16_t); in copyTextLocally() local
381 int charCount = mListView.getWidth() / MEAN_TITLE_CHAR_SIZE; in shortenTitle() local
1223 int charCount = Character.isHighSurrogate(text[i]) ? 2 : 1; in measureText() local