Searched refs:B_UNICODE_UTF8 (Results 1 - 10 of 10) sorted by relevance

/haiku/src/tools/translation/stxtinfo/
H A Dstxtinfo.cpp54 // for B_UNICODE_UTF8
277 if (txtheader.charset == B_UNICODE_UTF8)
280 printf("(INVALID, should be %d)\n", B_UNICODE_UTF8);
/haiku/src/apps/stylededit/
H A DStyledEditApp.cpp111 if (charset.GetFontID() == B_UNICODE_UTF8)
/haiku/src/kits/translation/
H A DTranslationUtils.cpp385 if (textHeader.header.magic != 'TEXT' || textHeader.charset != B_UNICODE_UTF8)
533 txt_header.charset = B_UNICODE_UTF8;
652 // Note that the B_UNICODE_UTF8 constant is 0 and for some reason
/haiku/src/add-ons/translators/stxt/
H A DSTXTTranslator.cpp155 || txtheader.charset != B_UNICODE_UTF8)
395 txtheader.charset = B_UNICODE_UTF8;
/haiku/headers/os/interface/
H A DFont.h56 B_UNICODE_UTF8 = 0, enumerator in enum:__anon4
/haiku/src/kits/print/
H A DPicturePrinter.cpp377 case B_UNICODE_UTF8: Print("B_UNICODE_UTF8"); break;
/haiku/src/add-ons/translators/rtf/
H A Dconvert.cpp559 textHeader.charset = B_UNICODE_UTF8;
/haiku/src/servers/app/
H A DServerFont.cpp144 fEncoding(B_UNICODE_UTF8)
/haiku/src/kits/interface/
H A DFont.cpp509 fEncoding(B_UNICODE_UTF8),
H A DTextView.cpp5430 to \c B_BITMAP_SPACING and font encoding to \c B_UNICODE_UTF8.
5439 font->SetEncoding(B_UNICODE_UTF8);

Completed in 398 milliseconds