Home
last modified time | relevance | path

Searched refs:UTF8Source (Results 1 – 2 of 2) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/text/
H A DTextEncoding.cpp113 GOwnPtr<char> UTF8Source; in encode() local
114 UTF8Source.set(g_utf16_to_utf8(characters, length, 0, 0, 0)); in encode()
115 if (!UTF8Source) { in encode()
121 UTF8Normalized.set(g_utf8_normalize(UTF8Source.get(), -1, G_NORMALIZE_NFC)); in encode()
/dports/lang/fpc-source/fpc-3.2.2/packages/os4units/src/
H A Dutility.pas309 function UTF8toUCS4(const UTF8Source: STRPTR; UCS4Destination: PLongInt; UCS4DestinationSize: LongI… in UTF8toUCS4()