Searched refs:UTF8CountChars (Results 1 - 7 of 7) sorted by last modified time

/haiku/src/servers/app/
H A DServerWindow.cpp3137 if ((int32)UTF8CountChars(string, stringLength) > glyphCount)
3848 if ((int32)UTF8CountChars(string, stringLength) > glyphCount)
/haiku/src/kits/interface/
H A DMenuItem.cpp264 fTriggerIndex = UTF8CountChars(Label(), pos - Label());
/haiku/src/kits/support/
H A DString.cpp217 return UTF8CountChars(fPrivateData, Length());
1852 int32 setCharCount = UTF8CountChars(setOfChars, -1);
/haiku/src/apps/remotedesktop/
H A DRemoteView.cpp1249 int32 count = UTF8CountChars(string, length);
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteDrawingEngine.cpp887 message.AddList(offsets, UTF8CountChars(string, length));
/haiku/headers/private/interface/
H A Dutf8_functions.h133 /*! UTF8CountChars gets the length (in characters) of a UTF8 string. Up to
138 UTF8CountChars(const char *bytes, int32 numBytes) function
/haiku/src/kits/interface/textview_support/
H A DTextGapBuffer.cpp169 uint32 numChars = UTF8CountChars(result, numBytes);
216 const uint32 numChars = UTF8CountChars(realText, Length());

Completed in 83 milliseconds