Home
last modified time | relevance | path

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

/aosp_15_r20/external/flac/include/share/
H A Dwin_utf8_io.h48 int win_get_console_width(void);
/aosp_15_r20/external/flac/src/share/win_utf8_io/
H A Dwin_utf8_io.c211 int win_get_console_width(void) in win_get_console_width() function
/aosp_15_r20/external/flac/src/flac/
H A Dutils.c194 width = win_get_console_width(); in get_console_width()