Searched refs:UTF8CountChars (Results 1 – 7 of 7) sorted by relevance
/haiku/headers/private/interface/ |
H A D | utf8_functions.h | 138 UTF8CountChars(const char *bytes, int32 numBytes) in UTF8CountChars() function
|
/haiku/src/kits/interface/textview_support/ |
H A D | TextGapBuffer.cpp | 169 uint32 numChars = UTF8CountChars(result, numBytes); in GetString() 216 const uint32 numChars = UTF8CountChars(realText, Length()); in Text()
|
/haiku/src/kits/interface/ |
H A D | MenuItem.cpp | 264 fTriggerIndex = UTF8CountChars(Label(), pos - Label()); in SetTrigger()
|
/haiku/src/kits/support/ |
H A D | String.cpp | 217 return UTF8CountChars(fPrivateData, Length()); in CountChars() 1850 int32 setCharCount = UTF8CountChars(setOfChars, -1); in ReplaceCharsSet()
|
/haiku/src/apps/remotedesktop/ |
H A D | RemoteView.cpp | 1249 int32 count = UTF8CountChars(string, length); in _DrawThread()
|
/haiku/src/servers/app/drawing/interface/remote/ |
H A D | RemoteDrawingEngine.cpp | 887 message.AddList(offsets, UTF8CountChars(string, length)); in DrawString()
|
/haiku/src/servers/app/ |
H A D | ServerWindow.cpp | 3137 if ((int32)UTF8CountChars(string, stringLength) > glyphCount) in _DispatchViewDrawingMessage() 3848 if ((int32)UTF8CountChars(string, stringLength) > glyphCount) in _DispatchPictureMessage()
|