Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/text/
DTextEncoding.cpp127 long UTF16Length; in encode() local
129 UTF16Normalized.set(g_utf8_to_utf16(UTF8Normalized.get(), -1, 0, &UTF16Length, 0)); in encode()
131 return newTextCodec(*this)->encode(UTF16Normalized.get(), UTF16Length, handling); in encode()