Searched refs:charSize (Results 1 – 2 of 2) sorted by relevance
283 unsigned charSize =285 if (charSize == 0)289 return charSize;290 return (charSize == sizeof(char)) ? FSS_STRLEN : FSS_WCSLEN;292 return (dir->fieldWidth + needsTerminator) * charSize;442 unsigned charSize =444 if (charSize == 0)447 return (charSize == sizeof(char)) ? FSS_STRLEN : FSS_WCSLEN;449 return charSize;
731 int charSize = Character.charCount(codePoint); in renderArrayValue() local732 t += charSize - 1; in renderArrayValue()