Searched refs:UTF8CountBytes (Results 1 - 4 of 4) sorted by relevance

/haiku/src/kits/support/
H A DString.cpp224 return UTF8CountBytes(
225 fPrivateData + UTF8CountBytes(fPrivateData, fromCharOffset), charCount);
376 return SetTo(string, UTF8CountBytes(string, charCount));
383 return SetTo(string, UTF8CountBytes(string.String(), charCount));
390 return Adopt(string, UTF8CountBytes(string.String(), charCount));
485 int32 fromOffset = UTF8CountBytes(fPrivateData, fromCharOffset);
486 int32 length = UTF8CountBytes(fPrivateData + fromOffset, charCount);
498 int32 fromOffset = UTF8CountBytes(fPrivateData, fromCharOffset);
499 int32 length = UTF8CountBytes(fPrivateData + fromOffset, charCount);
609 return Append(string, UTF8CountBytes(strin
[all...]
/haiku/headers/private/interface/
H A Dutf8_functions.h107 /*! UTF8CountBytes gets the length (in bytes) of a UTF8 string. Up to
112 UTF8CountBytes(const char *bytes, int32 numChars) function
/haiku/src/kits/interface/textview_support/
H A DTextGapBuffer.cpp170 uint32 charLen = UTF8CountBytes(B_UTF8_BULLET, 1);
217 const uint32 bulletCharLen = UTF8CountBytes(B_UTF8_BULLET, 1);
/haiku/src/kits/interface/
H A DFont.cpp1092 uint32 bytesInBuffer = UTF8CountBytes(charArray, numChars);
1135 uint32 bytesInBuffer = UTF8CountBytes(charArray, numChars);
1164 uint32 bytesInBuffer = UTF8CountBytes(charArray, numChars);
1256 uint32 bytesInBuffer = UTF8CountBytes(charArray, numChars);
1333 uint32 bytesInBuffer = UTF8CountBytes(charArray, numChars);
1360 uint32 bytesInBuffer = UTF8CountBytes(charArray, numChars);

Completed in 48 milliseconds