Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/text/
DTextEncoding.cpp124 GOwnPtr<UChar> UTF16Normalized; in encode() local
125 UTF16Normalized.set(g_utf8_to_utf16(UTF8Normalized.get(), -1, 0, &UTF16Length, 0)); in encode()
127 return newTextCodec(*this)->encode(UTF16Normalized.get(), UTF16Length, handling); in encode()