Searched refs:B_UTF8_BULLET (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/interface/textview_support/
H A DTextGapBuffer.cpp18 #include <InterfaceDefs.h> // for B_UTF8_BULLET
170 uint32 charLen = UTF8CountBytes(B_UTF8_BULLET, 1);
181 memcpy(scratchPtr, B_UTF8_BULLET, charLen);
217 const uint32 bulletCharLen = UTF8CountBytes(B_UTF8_BULLET, 1);
227 memcpy(scratchPtr, B_UTF8_BULLET, bulletCharLen);
/haiku/headers/os/interface/
H A DInterfaceDefs.h22 #define B_UTF8_BULLET "\xE2\x80\xA2" macro

Completed in 36 milliseconds