Searched refs:byte_count (Results 1 – 3 of 3) sorted by relevance
78 UINT byte_count; in _gx_utility_utf8_string_character_get() local81 byte_count = utf8_str -> gx_string_length; in _gx_utility_utf8_string_character_get()84 …if ((byte_count >= 3) && (*ch == (char)0xEF) && (*(ch + 1) == (char)0xBB) && (*(ch + 2) == (char)0… in _gx_utility_utf8_string_character_get()88 byte_count -= 3; in _gx_utility_utf8_string_character_get()91 if (byte_count == 0) in _gx_utility_utf8_string_character_get()183 if (byte_count < bytes) in _gx_utility_utf8_string_character_get()
529 int byte_count = 0; in GetTextDimension() local552 string.gx_string_length = byte_count; in GetTextDimension()563 byte_count = 0; in GetTextDimension()572 byte_count++; in GetTextDimension()580 string.gx_string_length = byte_count; in GetTextDimension()
1068 FT_UInt byte_count );