Searched refs:B_JIS_CONVERSION (Results 1 - 6 of 6) sorted by relevance

/haiku/headers/os/support/
H A DUTF8.h29 B_JIS_CONVERSION, /* JIS X 0208-1990 */ enumerator in enum:__anon4
/haiku/src/apps/text_search/
H A DGrepWindow.cpp316 case B_JIS_CONVERSION:
317 fModel->fEncoding = B_JIS_CONVERSION;
480 fJIS = new BMenuItem("JIS", new BMessage(B_JIS_CONVERSION));
649 case B_JIS_CONVERSION:
/haiku/src/apps/terminal/
H A DTermParse.cpp338 case B_JIS_CONVERSION:
433 case B_JIS_CONVERSION:
460 int encoding = currentEncoding == B_JIS_CONVERSION
/haiku/src/kits/mail/
H A Dmail_util.cpp61 {"iso-2022-jp", B_JIS_CONVERSION}, // MIME STANDARD
351 if (dstEncoding != B_JIS_CONVERSION)
354 // B_JIS_CONVERSION (ISO-2022-JP) works by shifting between different
H A DMailComponent.cpp633 charset = B_JIS_CONVERSION;
/haiku/src/apps/mail/
H A DMailWindow.cpp2312 else if (characterSetToUse == B_JIS_CONVERSION
2323 || characterSetToUse == B_JIS_CONVERSION

Completed in 56 milliseconds