io.encodings.utf16.private vocabulary - Factor Documentation (original) (raw)

Summary

Metadata

Parents: io.encodings.utf16

Words

Generic words

Word Stack effect
encode-string-utf16be ( string stream -- )
encode-string-utf16le ( string stream -- )

Ordinary words

Word Stack effect
append-nums ( byte ch -- ch )
ascii-char>utf16-byte-array ( off n byte-array string -- )
ascii-string>utf16-byte-array ( off string -- byte-array )
ascii-string>utf16be ( string stream -- )
ascii-string>utf16le ( string stream -- )
begin-utf16be ( stream byte -- stream char )
begin-utf16le ( stream byte -- stream char )
bom-be ( -- value )
bom-le ( -- value )
bom>le/be ( bom -- le/be )
char>utf16be ( char stream -- )
char>utf16le ( char stream -- )
double-be ( stream byte -- stream char )
double-le ( stream byte1 byte2 -- stream char )
encode-first ( char -- byte1 byte2 )
encode-second ( char -- byte3 byte4 )
ignore ( stream -- stream char )
quad-be ( stream byte -- stream char )
quad-le ( stream ch -- stream char )
split>b/b ( h -- b1 b2 )
stream-write2 ( char1 char2 stream -- )

Files

resource:core/io/encodings/utf16/utf16.factor
resource:core/io/encodings/utf16/utf16-docs.factor
resource:core/io/encodings/utf16/utf16-tests.factor