Home
last modified time | relevance | path

Searched refs:cache_byte_pos (Results 1 – 3 of 3) sorted by relevance

/dports/devel/m17n-lib/m17n-lib-1.8.0/src/
H A Dmtext.c367 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 …]
H A Dmtext.h32 : (pos) == (mt)->cache_char_pos ? (mt)->cache_byte_pos \
37 : (pos_byte) == (mt)->cache_byte_pos ? (mt)->cache_char_pos \
H A Dinternal.h480 int cache_char_pos, cache_byte_pos; member