Home
last modified time | relevance | path

Searched refs:UNICODE_ON (Results 1 – 6 of 6) sorted by relevance

/busybox-1.35.0/include/
Dunicode.h18 UNICODE_ON = 2, enumerator
78 # define unicode_status UNICODE_ON
/busybox-1.35.0/libbb/
Dunicode.c47 unicode_status = (width == 1 ? UNICODE_ON : UNICODE_OFF); in reinit_unicode()
74 unicode_status = UNICODE_ON; in reinit_unicode()
126 if (unicode_status != UNICODE_ON) { in wcrtomb()
137 if (unicode_status != UNICODE_ON) { in wcstombs()
230 if (unicode_status != UNICODE_ON) { in mbstowcs()
1018 if (unicode_status != UNICODE_ON) { in unicode_conv_to_printable2()
1160 if (unicode_status != UNICODE_ON) { in unicode_padding_to_width()
Dlineedit.c271 if (unicode_status == UNICODE_ON) { in load_string()
289 if (unicode_status == UNICODE_ON) { in save_string()
339 if (unicode_status == UNICODE_ON) { in BB_PUTCHAR()
362 if (unicode_status == UNICODE_ON) { in adjust_width_and_validate_wc()
417 if (unicode_status == UNICODE_ON) { in put_cur_glyph_and_inc_cursor()
513 && unicode_status == UNICODE_ON in input_backward()
2205 if (unicode_status == UNICODE_ON) { in lineedit_read_key()
2309 if (unicode_status == UNICODE_ON) { in reverse_i_search()
2332 if (unicode_status == UNICODE_ON) { in reverse_i_search()
/busybox-1.35.0/coreutils/
Dfold.c59 if (unicode_status != UNICODE_ON /* every byte is a new char */ in adjust_column()
Dwc.c177 if (unicode_status != UNICODE_ON /* every byte is a new char */ in wc_main()
/busybox-1.35.0/shell/
Dash.c7553 if (unicode_status == UNICODE_ON) { in varvalue()