Home
last modified time | relevance | path

Searched refs:fullwidths (Results 1 – 4 of 4) sorted by relevance

/dports/devel/radare2/radare2-5.1.1/libr/cons/
H A Dcanvas.c79 int i = 0, j = 0, fullwidths = 0; in __getUtf8Length() local
84 fullwidths++; in __getUtf8Length()
90 return j + fullwidths; in __getUtf8Length()
94 int i = 0, fullwidths = 0; in __getUtf8Length2() local
97 fullwidths++; in __getUtf8Length2()
104 i -= fullwidths; in __getUtf8Length2()
H A Doutput.c85 int i = 0, j = 0, fullwidths = 0; in utf8len_fixed() local
90 fullwidths++; in utf8len_fixed()
96 return j + fullwidths; in utf8len_fixed()
/dports/editors/madedit/madedit-0.2.9/src/
H A DMadWordCountDialog.cpp159 int words, chars, spaces, lines, halfwidths, fullwidths; in CreateGUIControls() local
161 …Count(g_ActiveMadEdit->IsSelected(), words, chars, spaces, halfwidths, fullwidths, lines, &detail); in CreateGUIControls()
172 WxStaticTextFullwidthCount->SetLabel(wxString()<<fullwidths); in CreateGUIControls()
/dports/devel/radare2/radare2-5.1.1/libr/util/
H A Dstr.c2645 size_t i = 0, j = 0, fullwidths = 0; in r_str_len_utf8() local
2650 fullwidths++; in r_str_len_utf8()
2655 return j + fullwidths; in r_str_len_utf8()
2659 int i = 0, len = 0, fullwidths = 0; in r_str_len_utf8_ansi() local
2668 fullwidths++; in r_str_len_utf8_ansi()
2673 return len + fullwidths; in r_str_len_utf8_ansi()