Home
last modified time | relevance | path

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

/third_party/node/src/
H A Dnode_i18n.cc196 MaybeStackBuffer<UChar> sourcebuf; in TranscodeFromUcs2() local
205 CopySourceBuffer(&sourcebuf, source, source_length, length_in_chars); in TranscodeFromUcs2()
208 *sourcebuf, length_in_chars, status); in TranscodeFromUcs2()
254 MaybeStackBuffer<UChar> sourcebuf; in TranscodeUtf8FromUcs2() local
256 CopySourceBuffer(&sourcebuf, source, source_length, length_in_chars); in TranscodeUtf8FromUcs2()
258 *sourcebuf, length_in_chars, status); in TranscodeUtf8FromUcs2()
265 u_strToUTF8(*destbuf, result_length, &result_length, *sourcebuf, in TranscodeUtf8FromUcs2()

Completed in 3 milliseconds