Searched refs:charIndex (Results 1 - 3 of 3) sorted by relevance

/haiku/src/servers/app/
H A DServerFont.cpp712 int32 charIndex = 0; local
714 while (charIndex < numChars && (charCode = UTF8ToCharCode(&string)) != 0) {
715 hasArray[charIndex] = entry->CanCreateGlyph(charCode);
717 if (hasArray[charIndex] == false) {
722 hasArray[charIndex] = true;
725 charIndex++;
/haiku/headers/os/support/
H A DString.h319 const char* CharAt(int32 charIndex, int32* bytes = NULL) const;
320 bool CharAt(int32 charIndex, char* buffer,
/haiku/src/kits/support/
H A DString.cpp1910 BString::CharAt(int32 charIndex, int32* bytes) const argument
1912 int32 offset = UTF8CountBytes(fPrivateData, charIndex);
1920 BString::CharAt(int32 charIndex, char* buffer, int32* bytes) const argument
1923 const char* charAt = CharAt(charIndex, &length);

Completed in 38 milliseconds