Home
last modified time | relevance | path

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

/dports/devel/m17n-lib/m17n-lib-1.8.0/src/
H A Dmtext.c364 if (mt1->cache_char_pos > pos) in insert()
994 if (pos < mt->cache_char_pos) in mtext__char_to_byte()
1005 char_pos = mt->cache_char_pos; in mtext__char_to_byte()
1016 char_pos = mt->cache_char_pos; in mtext__char_to_byte()
1033 mt->cache_char_pos = char_pos; in mtext__char_to_byte()
1057 char_pos = mt->cache_char_pos; in mtext__byte_to_char()
1085 mt->cache_char_pos = char_pos; in mtext__byte_to_char()
2408 if (mt->cache_char_pos >= to) in mtext_del()
2425 mt->cache_char_pos = from; in mtext_del()
2596 if (mt->cache_char_pos > pos) in mtext_ins_char()
[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