Searched refs:cache_byte_pos (Results 1 – 3 of 3) sorted by relevance
367 mt1->cache_byte_pos += new_units; in insert()1006 byte_pos = mt->cache_byte_pos; in mtext__char_to_byte()1017 byte_pos = mt->cache_byte_pos; in mtext__char_to_byte()1034 mt->cache_byte_pos = byte_pos; in mtext__char_to_byte()1046 if (pos_byte < mt->cache_byte_pos) in mtext__byte_to_char()1058 byte_pos = mt->cache_byte_pos; in mtext__byte_to_char()1069 byte_pos = mt->cache_byte_pos; in mtext__byte_to_char()1086 mt->cache_byte_pos = byte_pos; in mtext__byte_to_char()1929 mt->cache_byte_pos += delta; in mtext_set_char()2416 mt->cache_byte_pos -= from_byte; in mtext_del()[all …]
32 : (pos) == (mt)->cache_char_pos ? (mt)->cache_byte_pos \37 : (pos_byte) == (mt)->cache_byte_pos ? (mt)->cache_char_pos \
480 int cache_char_pos, cache_byte_pos; member