Home
last modified time | relevance | path

Searched refs:UNICODE_OFF (Results 1 – 2 of 2) sorted by relevance

/busybox-1.35.0/include/
Dunicode.h17 UNICODE_OFF = 1, enumerator
28 # define unicode_status UNICODE_OFF
/busybox-1.35.0/libbb/
Dunicode.c47 unicode_status = (width == 1 ? UNICODE_ON : UNICODE_OFF); in reinit_unicode()
71 unicode_status = UNICODE_OFF; in reinit_unicode()