Home
last modified time | relevance | path

Searched refs:UTF8CountChars (Results 1 – 7 of 7) sorted by relevance

/haiku/headers/private/interface/
H A Dutf8_functions.h138 UTF8CountChars(const char *bytes, int32 numBytes) in UTF8CountChars() function
/haiku/src/kits/interface/textview_support/
H A DTextGapBuffer.cpp169 uint32 numChars = UTF8CountChars(result, numBytes); in GetString()
216 const uint32 numChars = UTF8CountChars(realText, Length()); in Text()
/haiku/src/kits/interface/
H A DMenuItem.cpp264 fTriggerIndex = UTF8CountChars(Label(), pos - Label()); in SetTrigger()
/haiku/src/kits/support/
H A DString.cpp217 return UTF8CountChars(fPrivateData, Length()); in CountChars()
1850 int32 setCharCount = UTF8CountChars(setOfChars, -1); in ReplaceCharsSet()
/haiku/src/apps/remotedesktop/
H A DRemoteView.cpp1249 int32 count = UTF8CountChars(string, length); in _DrawThread()
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteDrawingEngine.cpp887 message.AddList(offsets, UTF8CountChars(string, length)); in DrawString()
/haiku/src/servers/app/
H A DServerWindow.cpp3137 if ((int32)UTF8CountChars(string, stringLength) > glyphCount) in _DispatchViewDrawingMessage()
3848 if ((int32)UTF8CountChars(string, stringLength) > glyphCount) in _DispatchPictureMessage()