Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/text/
DTextEncoding.cpp121 GOwnPtr<char> UTF8Source; in encode() local
122 UTF8Source.set(g_utf16_to_utf8(characters, length, 0, 0, 0)); in encode()
125 UTF8Normalized.set(g_utf8_normalize(UTF8Source.get(), -1, G_NORMALIZE_NFC)); in encode()