Searched refs:UTF8ToCharCode (Results 1 - 6 of 6) sorted by relevance

/haiku/headers/private/interface/
H A Dutf8_functions.h161 /*! UTF8ToCharCode converts the input that includes potential multibyte chars
169 UTF8ToCharCode(const char **bytes) function
/haiku/src/add-ons/kernel/partitioning_systems/gpt/
H A Dutility.cpp98 uint32 c = UTF8ToCharCode(&from);
/haiku/src/apps/haikudepot/textview/
H A DMarkupParser.cpp139 uint32 nextChar = UTF8ToCharCode(&c);
/haiku/src/servers/app/font/
H A DFontCacheEntry.cpp190 while ((glyphCode = UTF8ToCharCode(&utf8String))) {
H A DGlyphLayoutEngine.h309 while (maxChars-- > 0 && (charCode = UTF8ToCharCode(&utf8String)) != 0) {
/haiku/src/servers/app/
H A DServerFont.cpp462 FT_Load_Char(face, UTF8ToCharCode(&string), FT_LOAD_NO_BITMAP);
714 while (charIndex < numChars && (charCode = UTF8ToCharCode(&string)) != 0) {
788 // FT_Load_Char(face, UTF8ToCharCode(&string), FT_LOAD_NO_BITMAP);

Completed in 73 milliseconds